Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ERROR: Data Memory Overflow
#1
Just recently I've actually been putting my mind together and coding seriously.
I got this error while trying to compile. Does this mean I'm out of QB's memory range? if so... holy crap :p thanxs. sorry if this should really be in 'newbie programming' :p
Reply
#2
why doesnt anyone ever answer my posts? Tongue mannnnnn
Reply
#3
It means your code size is > 64K and you need to split it into multiple modules.
Reply
#4
its only 23.3 k... Sad
Reply
#5
Dangit. I'm having the same problem as this guy. Get in here and help us! Smile
Reply
#6
Er, I misread that as "Program Memory Overflow"...anyway, try sticking '$DYNAMIC at the top of your code.
Reply
#7
doesnt help either Sad

i tried dynamic, and for the hell of it i tried static, too... neither worked

helllp i wanna show this off, but i cant release source :p
Reply
#8
You have too many data statements in your code.

And how do you mean, 'can't release the source'? Wink
Reply
#9
1. Try to REDIM instead of DIM


ie. REDIM SHARED Blah(10000) as integer


2. '$Dynamic



2 should be before 1 though. ;*)
y smiley is 24 bit.
[Image: anya2.jpg]

Genso's Junkyard:
http://rel.betterwebber.com/
Reply
#10
Chaos, without the source code this becomes a guessing game =P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)