QLB libraries

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators:Administrator, Global Moderator

jakykong
Full Member
Posts:30
Joined:Wed Jun 25, 2003 1:05 pm
Re: QLB libraries

Post by jakykong » Sun Sep 12, 2004 2:35 am

16 bit isnt compatable with windows 2000 as far as i can tell... what is QB? wait.... 16 bit is compatable to some extent i know that, but QuickC gives me an NVCPM(or something) error when i am compiling. also, it freezes on my 486 so i'm kinof at a standstill.
I've not been a QBasic programmer since at least 2004. It was fun; I've moved on. Best of luck.

Dr_Davenstein
QBasic God
Posts:166
Joined:Tue Mar 25, 2003 12:45 am
Location:U.S.A.
Contact:

Re: QLB libraries

Post by Dr_Davenstein » Sun Sep 12, 2004 1:34 pm

Hmm... Did you try the Borland compiler at the link that I posted? It's wort a try, but I'd say that there is another problem if the M$ C compiler wont work. ???  Can you post the exact error output?
Come check out [url=http://www.freebasic.net/forum/index.php]FreeBASIC[/url]. The syntax is based on QuickBasic, but it expands to use pointers, operator overloading, etc... The list goes on and on!

jakykong
Full Member
Posts:30
Joined:Wed Jun 25, 2003 1:05 pm

Re: QLB libraries

Post by jakykong » Tue Sep 14, 2004 4:45 am

it's the same as before...

Code: Select all

BQLB45.LIB(..\rt\ulstart.asm) : error L2025: _main : symbol defined more than once 
 
 Start  Stop   Length Name    Class 
 00000H 002D8H 002D9H _TEXT   CODE 
 002DAH 0084DH 00574H CODE    CODE 
 00850H 008CFH 00080H DUMMY   DUMMY 
 008D0H 008D0H 00000H FAR_DATA     FAR_DATA 
 008D0H 008D0H 00000H FAR_BSS      FAR_BSS 
 008D0H 03BE6H 03317H NULL    BEGDATA 
 03BF0H 03C37H 00048H _DATA   DATA 
 03C38H 03C45H 0000EH CDATA   DATA 
 03C46H 03C46H 00000H XIB     DATA 
 03C46H 03C46H 00000H XI      DATA 
 03C46H 03C46H 00000H XIE     DATA 
 03C46H 03C46H 00000H XPB     DATA 
 03C46H 03C46H 00000H XP      DATA 
 03C46H 03C46H 00000H XPE     DATA 
 03C46H 03C46H 00000H XCB     DATA 
 03C46H 03C46H 00000H XC      DATA 
 03C46H 03C46H 00000H XCE     DATA 
 03C46H 03C51H 0000CH DBDATA       DATA 
 03C52H 03C57H 00006H _BSS    DATA 
 03C58H 03C58H 00000H BC_SAB       BC_SEGS 
 03C58H 03C5BH 00004H BC_SA   BC_SEGS 
 03C5CH 03C61H 00006H NMALLOC      BC_VARS 
 03C62H 03C62H 00000H ENMALLOC     BC_VARS 
 03C62H 03C62H 00000H XOB     BSS 
 03C62H 03C62H 00000H XO      BSS 
 03C62H 03C62H 00000H XOE     BSS 
 03C70H 03C70H 00000H STACK   STACK 
 03C70H 043C8H 00759H SYMBOL        
 
 Origin   Group 
 008D:0   DGROUP 
 
Program entry point at 03C7:0000 
 
HELLO.LIB(A) : error L2029 : '_getc' : unresolved external 
HELLO.LIB(A) : error L2029 : '_fputc' : unresolved external 
HELLO.LIB(A) : error L2029 : '_fopen' : unresolved external 
HELLO.LIB(A) : error L2029 : '_fseek' : unresolved external 
HELLO.LIB(A) : error L2029 : '_getchar' : unresolved external 
HELLO.LIB(A) : error L2029 : '_vsprintf' : unresolved external 
HELLO.LIB(A) : error L2029 : '_fprintf' : unresolved external 
HELLO.LIB(A) : error L2029 : '_gets' : unresolved external 
HELLO.LIB(A) : error L2029 : '_ftell' : unresolved external 
HELLO.LIB(A) : error L2029 : '_fflush' : unresolved external 
HELLO.LIB(A) : error L2029 : '_fscanf' : unresolved external 
HELLO.LIB(A) : error L2029 : '_fputs' : unresolved external 
HELLO.LIB(A) : error L2029 : '_sprintf' : unresolved external 
HELLO.LIB(A) : error L2029 : '_clearerr' : unresolved external 
HELLO.LIB(A) : error L2029 : '_ungetc' : unresolved external 
HELLO.LIB(A) : error L2029 : '_ferror' : unresolved external 
HELLO.LIB(A) : error L2029 : '_sscanf' : unresolved external 
HELLO.LIB(A) : error L2029 : '_fwrite' : unresolved external 
HELLO.LIB(A) : error L2029 : '_printf' : unresolved external 
HELLO.LIB(A) : error L2029 : '__files' : unresolved external 
HELLO.LIB(A) : error L2029 : '_putc' : unresolved external 
HELLO.LIB(A) : error L2029 : '__cruntime' : unresolved external 
HELLO.LIB(A) : error L2029 : '_fgetc' : unresolved external 
HELLO.LIB(A) : error L2029 : '_scanf' : unresolved external 
HELLO.LIB(A) : error L2029 : '_putchar' : unresolved external 
HELLO.LIB(A) : error L2029 : '_puts' : unresolved external 
HELLO.LIB(A) : error L2029 : '_fread' : unresolved external 
HELLO.LIB(A) : error L2029 : '_fgets' : unresolved external 
HELLO.LIB(A) : error L2029 : '_fclose' : unresolved external 
HELLO.LIB(A) : error L2029 : '_feof' : unresolved external 
or when i use QuickC it freezes before i get to the error report.
I've not been a QBasic programmer since at least 2004. It was fun; I've moved on. Best of luck.

Dr_Davenstein
QBasic God
Posts:166
Joined:Tue Mar 25, 2003 12:45 am
Location:U.S.A.
Contact:

Re: QLB libraries

Post by Dr_Davenstein » Tue Sep 14, 2004 10:22 am

OOF! Well, I'm at a loss. I only have one more suggestion... GIVE UP! j/k

Seriously, go to http://qbasicnews.com/ and register. Go to the general programming section and post the problem. You will find alot more people to help you there. ;)
Come check out [url=http://www.freebasic.net/forum/index.php]FreeBASIC[/url]. The syntax is based on QuickBasic, but it expands to use pointers, operator overloading, etc... The list goes on and on!

Bulldog
Newbie
Posts:4
Joined:Fri Nov 03, 2006 6:34 am

Multilib

Post by Bulldog » Mon Jun 04, 2007 1:50 am

You should always be able to get the latest version of multilib from here

http://www.justbasic.i8.com

Post Reply