Qbasicnews.com

Full Version: Hmm, can i use a lot of DATA commands when compiling qb 4.5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well, can i, beacuse i am trying to make a game with lots of sprites and no extra files (exept saves)
Why would you want no other external files? Smile

In QB, Data fills up memory, a lot. Use it until you're out of stack and mem...

I'd suggest tagging external files to your exe though if you want no external files.
Quote:Why would you want no other external files? Smile

In QB, Data fills up memory, a lot. Use it until you're out of stack and mem...

I'd suggest tagging external files to your exe though if you want no external files.

And i do that how?

Anonymous

i think he means, before compiling, have a seperate .txt with all the data you need (or multiple files) and just '$include'datas.txt'

but, i could be wrong.
OverLoad Library.

Attaches files to your executable file, and it contains routines to read those files attached to the executable. Smile Very handy
Quick question, is this the same for FB as well?

Anonymous

well, with fb, it isnt even an issue (memory wise)... you COULD just put all the data in your code, and basically never even have to worry about it, like you do with QB
I have the FBIDE on my iPOD, if only someohad said you could install a file to a device.