thanks, I will try this and see if it gets rid of my "out of memory" errors
thanks, I will try this and see if it gets rid of my "out of memory" errors
Padawan-78
Hi Earl,
I don't use the program (code designer lite) but is it possible the program has a memory limit? For example, some demo programs have a 2K limit to the program.
Page warning message "Code Crosses Boundary @800h" is simply a warning and comes up every 2K of program memory usage. It won't stop you from writing more code and it won't keep your program from running.
The "Out of Memory" could be coming from either your computer itself OR the program code designer lite if it does indeed have a memory limit.
HTH,
BobK
Out of memory errors is normally due to using PBP.EXE VS PBPW.EXE. Look in your PBP install
directory at the README.TXT file. This explains what's happening & how to correct it.
Make sure your editor is using PBPW.EXE and not PBP.EXE. You might want to switch from
code designer lite to MCS free edition. It blows the socks off cd lite...;o}
Sounds like a lack of virtual memory page fault error in windows, make sure virtual memory is enabled or add tons of extra memory to your computer.
JS
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
OK,
So I switched to Micro Code Studios editor, compiled, and no more problems!
Perhaps CDlite has an error with larger codes while running PBP.exe as everyone has said.
All I know is that I have gone back to older codes I have written years ago and added to them and MCS is DEFINATELY the way to go with programming. Much easier to find my was through my own codes and no more out of memory problems. I still have the warnings about "cross bounds" and all that but no limitation on my coding. Thanks everyone for the help!!!
Padawan-78
Bookmarks