Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
couplea ?'s
#1
hey guys and chicas Smile

okay first off, when i try to compile my code, i get an 'Out Of String Space' error. does this mean i have to compile from commandline from now on?? that would suk Tongue anyways

also, ive been using cosmox xms routines. has anyone ever had a problem with these on old machines? not dissin, its a kikass lib, but ever since ive been using xms, qbasic has been puking acid on me Tongue like for instance. ive had to start a whole new order of operations.... something like this.

open run reopen edit save close repeat.

ok i open and run. runs fine. then i HAVE to reopen before i edit. why you ask? because if i just edit and save... when i load my subs and functions are missing!!!! :X you know how many freakin times that happened to me b4 i figured out what was causing it? well, technically i still have no f___ing clue why its happening. but i know how to stop it. this is a HUGE PITA.... any help would be immensely appreciated.

i have to be writing to mem the in the right places too... cause the way my system works, it wouldnt display anything if i wasnt, and it runs fine :X
Reply
#2
That's mostly due to your program's memory intefering with the IDE I believe. Just gotta re-open stuff constantly. You probably should use CLEAR or something, plus clean up any images (from memory) from your lib if it has that ability...
Peace cannot be obtained without war. Why? If there is already peace, it is unnecessary for war. If there is no peace, there is already war."

Visit www.neobasic.net to see rubbish in all its finest.
Reply
#3
ok, ummmm i compiled my prog, and its not working now... i worked out all the xms bugs in th ide works sweet. but it doesnt work when i play it compiled? very strange things happen... blarg. maybe cosmox xms just stinks. Tongue
Reply
#4
Well, the compiler is a lot more strict than the IDE. Probably not any XMS stuff.

One thing you want to watch out for is undefined SUB/FUNCTION variables. They all have to be defined as integer, string, or whatnot.
Peace cannot be obtained without war. Why? If there is already peace, it is unnecessary for war. If there is no peace, there is already war."

Visit www.neobasic.net to see rubbish in all its finest.
Reply
#5
Quote:One thing you want to watch out for is undefined SUB/FUNCTION variables. They all have to be defined as integer, string, or whatnot.

for real, dude?! i never knew that that may be the prob. thanks!!

btw your thing on pi was bomb Smile
Reply
#6
The compiler runs everything dynamic from what I've heard. Try putting the '$dynamic metacommand at the top of your program and it should act like the compiler from the ide. Then try getting it to work from there if that is the problem. If you are doing a somewhat large project, you'd always want to start out with '$dynamic so when you get down the road and want to compile it, you won't get any problems.
Reply
#7
As far as I'm concerned the CosmoX XMS functions should work correctly. Though I have reservations on it using special calls that enables it to use 4gig. Maybe that's the problem.
y smiley is 24 bit.
[Image: anya2.jpg]

Genso's Junkyard:
http://rel.betterwebber.com/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)