Hello PB,
I've finally run into the dreaded error 406 Compiler Out of Memory
(with PBDLL60).
I have started converting all the SUBs & FUNCTIONs which do not
access any GLOBAL variables into a DLL, but so far have been unable
to regain the ability to compile the main program.
The docs talk mainly about symbol space being the culprit. I'd like
to know if error 406 is mainly generated because of too much equates
/ Fn&var names OR too much code in one program.
I'd hate to spend a few days reworking my code to avoid GLOBALS to
make DLLs if that is not necessary....
------------------
Bernard Ertl
I've finally run into the dreaded error 406 Compiler Out of Memory
(with PBDLL60).
I have started converting all the SUBs & FUNCTIONs which do not
access any GLOBAL variables into a DLL, but so far have been unable
to regain the ability to compile the main program.
The docs talk mainly about symbol space being the culprit. I'd like
to know if error 406 is mainly generated because of too much equates
/ Fn&var names OR too much code in one program.
I'd hate to spend a few days reworking my code to avoid GLOBALS to
make DLLs if that is not necessary....
------------------
Bernard Ertl
Comment