i compiled a game using qbasic 4.5, but then i couldn't compile another one. i tried downloading v. 7.1 but it didn't work. where can i find a good version (for free) and how come one program got compiled but another didn't?
The most common errors of qb that causes the program not to compile are:
1)maybe your program uses mouse routines. Try running qb.exe again with the /l option
2)not enough memory. Maybe some lines you typed are too long or some arrays are too big. Try running again with the /ah option
3)too many comments. I don't know why, but if you put too many REM lines or comments with ' , in compiling fase qb doesn't like them too much
These are only a few of the errors it might have given you. It is needed that you read what specific error qb returns.
This is a game. Who is the toy?
.:: PZ ::.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.