Qbasicnews.com

Full Version: Binding...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ive been working on a qb comeback on and off for a bit. i just opened up my code after a few weeks and hit F5 to refresh my memory on whats done, and, bang, the IDE says binding at the bottom and hangs. I tried to compile it but it jusps back to the IDE with a string space corrupt or something and quits qb!

Iv heard about a binding error with user defined vars being swapped or something. i aint using swap anywhere in the prog.

anyone know whats up?
try to remember if the program it is needing to be run using a library, if yes, see if you did load the correct library

an example could be that the program uses Interrupts but the IDE it is opened without loading the library
im using rellib. ive made a bat file that starts the project using rellib and loads the file into the IDE.
i tried to start rellib and then browse to the file but the same thing happens. im actually quite keen to finish something in qb again but theres no way im starting from scratch!! :o
sounds like ur version is currupted......

www.atosoftqb.digitalblackie.com/files/QB45.zip

it might be ".rar"......can't remember

Oz~
might also be the batch file


Code:
@ECHO OFF
REM Remark next line if you don't have this awsome thing
FFIX.COM
Qb.EXE /H /Lrellib

Oz~
corrupted? qb you mean, hey? ill download later. but even when i start qb with rellib with a new bat file, and then browse to the bas file it still does it!

i think i should start to learn fb!
Your QB or your lib may be corrupted. That's not normal.