A couple of questions:
One, does the PB compiler build in a reaction to WM_COMPACTING messages? I can't seem to get it to "automatically" give up any memory in response to one.
Two, what should I do in response to a WM_COMPACTING myself, other than RESETting any dynamic strings and ERASEing any arrays that I can spare?
-------------
Troy King
[email protected]
One, does the PB compiler build in a reaction to WM_COMPACTING messages? I can't seem to get it to "automatically" give up any memory in response to one.
Two, what should I do in response to a WM_COMPACTING myself, other than RESETting any dynamic strings and ERASEing any arrays that I can spare?
-------------
Troy King
[email protected]
Comment