Search found 342 matches

by Seb McClouth
Mon Aug 25, 2008 6:04 am
Forum: QBASIC and QB64 Questions & Answers
Topic: No " .exe" !
Replies: 23
Views: 35722

Hey Ted and W1nt0p maybe you guys can make a windows lesson guide for him!

:p

grtz
by Seb McClouth
Sun Aug 24, 2008 1:05 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: No " .exe" !
Replies: 23
Views: 35722

LeGrand let's go back to your first post. I'm using Quickbasic compiler 4.5 on Windows 2000 XP. The program I want to compile works fine but I cannot compile it. If I get the 2 files .OBJ and .LST, the .exe file does not appear. I see no errors comments on the .LST even if I cannot understand codes ...
by Seb McClouth
Sun Aug 24, 2008 6:38 am
Forum: QBASIC and QB64 Questions & Answers
Topic: No " .exe" !
Replies: 23
Views: 35722

My version of PDS comes with the following batch-file:
c:\bc7\bin\new-vars.bat wrote: set PATH=c:\bc7\bin;c:\bc7\binb;%PATH%
set LIB=c:\bc7\lib;%LIB%
set INCLUDE=c:\bc7\src;%INCLUDE%
set HELPFILES=c:\bc7\help;%HELPFILES%
It works completly fine in XP and DOS-BOX.
by Seb McClouth
Sat Aug 23, 2008 3:14 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Cross Reference update
Replies: 13
Views: 29452

You guys have seen the code, and I need some more help. I need the program to 'automatically'... Lemme explain say we have the following: -root |-submap 1 |-submap 2 | |-submap 2.1 | | |-submap 2.1.1 | |-submap 2.2 | | |-submap 2.2.1 |-submap 3 My code can generate the a dirfile with root, containin...
by Seb McClouth
Fri Aug 22, 2008 7:32 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Cross Reference update
Replies: 13
Views: 29452

A second opinion never hurts! And glad ppl are willing to help...

Thx again.
by Seb McClouth
Thu Aug 21, 2008 4:21 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Cross Reference update
Replies: 13
Views: 29452

and finally I figured it out. IF LEFT$(Temp2$, 2) = "bc" THEN Temp2$ = trim(Temp2$) Temp2$ = Crack(Temp2$, " ", 0) IF GetCracked(Temp2$, 1) = "bc" THEN Last% = CVI(LEFT$(Temp2$, 2)) IF RIGHT$(GetCracked(Temp2$, Last%), 1) = ";" THEN sourcelinkname$ = LEFT$(Get...
by Seb McClouth
Thu Aug 21, 2008 3:53 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Cross Reference update
Replies: 13
Views: 29452

I think I know why I get the problem. I did some rechecking on what you said Mystik and I forgot an important thing. The characters inbetween are indeed removed by GetCracked and there for IF LEFT$(Temp2$, 2) = "bc" THEN Temp2$ = trim(Temp2$) Temp2$ = Crack(Temp2$, " ", 0) Last% ...
by Seb McClouth
Thu Aug 21, 2008 2:42 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Cross Reference update
Replies: 13
Views: 29452

I've the code before and it worked... even on XP... when running Novix it doesn't have the problem...

From what I know, you use Crack to crack it up and use GetCracked to get the parts... so GetCracked should take care of it... but somehow doesn't...

But thx for baring with me on this!

grtz
by Seb McClouth
Thu Aug 21, 2008 1:37 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Cross Reference update
Replies: 13
Views: 29452

Cross Reference update

Hey Guys once again I'm here to get your help. As said, I'm working on a Cross Referencer for Novix, as a support tool for QBinux. I also use some Novix code and here's the deal: While breaking up a line from a file in several pieces with the FUNCTION's Crack & GetCracked something goes wrong. I...
by Seb McClouth
Wed Aug 20, 2008 12:57 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with QuickBasic 7.1
Replies: 26
Views: 36051

Just for the record:
Due to solving this problem, I got my UK-based laptop stuck to pagetable 850... that's nice when you get faces and stuff in your program...

lol
by Seb McClouth
Fri Aug 08, 2008 2:40 pm
Forum: News and Announcements
Topic: Revive QB45.com?
Replies: 17
Views: 35879

Yeah, it's really neat. I've put a link on my personal startpage. I will put a link on my own sat as well in the coming week.

grtz
by Seb McClouth
Thu Aug 07, 2008 3:44 pm
Forum: News and Announcements
Topic: Revive QB45.com?
Replies: 17
Views: 35879

That's awesome. I used to use stuff from there but ever since it died out... and me losing the stuff... you get the point...

Just keep up the good work!!

Grtz
by Seb McClouth
Sun Aug 03, 2008 1:08 am
Forum: General Discussion
Topic: hi dudes! takin a look at quickbasic..
Replies: 5
Views: 11507

Re: hi dudes! takin a look at quickbasic..

well actually, qbasic is not much of a useful language without dosbox. I really don't know why you guys like to still use the old quickbasic.. it's just a slow programming language to get anywhere. when I ran into freebasic, I figure it has a descently fast but not as fast as c++. there was also an...
by Seb McClouth
Thu Jul 24, 2008 11:54 am
Forum: QBASIC and QB64 Questions & Answers
Topic: XR (Cross Referencer)
Replies: 0
Views: 10863

XR (Cross Referencer)

Hey all I'm working on a program which, manly makes websites of certain map and it's submaps. DECLARE FUNCTION Replace$ (charc AS STRING, strg1 AS STRING, strg2 AS STRING) DECLARE SUB MakeDirTable (filenr AS INTEGER) DECLARE SUB MakeMainPage (filenr AS INTEGER) DECLARE SUB CloseFile (filenr AS INTEG...
by Seb McClouth
Mon Jul 21, 2008 2:08 am
Forum: QBASIC and QB64 Questions & Answers
Topic: program help (if you have a free sec)
Replies: 8
Views: 16563

I'm sure there's a way to log off even shutdown the machine if you got the answers wrong. Just look around with google.

In Linux this'd be easy

Code: Select all

shutdown -h now
.

grtz
by Seb McClouth
Sat Jul 19, 2008 9:03 am
Forum: QBASIC and QB64 Questions & Answers
Topic: program help (if you have a free sec)
Replies: 8
Views: 16563

Erm it could be me but wouldn't FOR count = 1 TO num INPUT #1, verse$ INPUT #1, reference$ NEXT count resolve into a problem since in the txt-file, it's written like everyone has sinned, rom 2:20 Wouldn't it have to be sumfin like FOR count = 1 TO num INPUT #1, verse$, reference$ NEXT count grtz
by Seb McClouth
Tue Jul 15, 2008 7:02 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with QuickBasic 7.1
Replies: 26
Views: 36051

He started to program with Basic again so he might, or he might not. Atleast his problem is solved and he was happy with it...
by Seb McClouth
Tue Jul 15, 2008 12:36 am
Forum: News and Announcements
Topic: QBinux news
Replies: 7
Views: 28452

Well development is currently at hold, due to the Novix Cross Reference project. Hopefull this will help in finding and fixing the filesystem problem for QBinux. Oh, btw, if there are people who are interested in building a GUI for QBinux, lemme know, make a rough version, and let me see. I want to ...
by Seb McClouth
Tue Jul 15, 2008 12:29 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with QuickBasic 7.1
Replies: 26
Views: 36051

No, not entirely. Our friend uses a Croatian-keyboard layout and a English version of Windows XP. Therefore, for some odd reason, his DOS-environment uses the codepage 437 as a standard, which gives him a US keyboard layout. When changing this to 850, his problem is solved, because DOS (CMD if you p...
by Seb McClouth
Mon Jul 14, 2008 5:06 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with QuickBasic 7.1
Replies: 26
Views: 36051

there is a simpler way... if you use an english version of XP but another keyboard layout... use

Code: Select all

chcp (code)
in

Code: Select all

CMD
.
  • 437 = UK/US
    850 = Multilangual (Latin)
If you need more, let me know.