Hello,
I hope that you can help me. I have inherited an undocumented program written using PB 3.2.
I would like to place a watch on some of the variables and step through the program to better understand it.
When I attempt to step into the program, I receive the following message:
Not enough memory available to run
in the IDE: try PBD.EXE. Press ESC
IDE memory available: 190224
IDE required to exec: 390288
I am using windows xp with 512m RAM and have attempted to configure a pif to maximize the memory available to PB.
Here is the memory that I have available in a dos window:
655360 bytes total conventional memory
655360 bytes available to MS-DOS
628032 largest executable program size
33554432 bytes total contiguous extended memory
0 bytes available contiguous extended memory
16711680 bytes available XMS memory
MS-DOS resident in High Memory Area
Last week I purchased PB 3.5 in order to get some documentation for PB.
I also purchased PBCC thinking that perhaps I could port the program over to sidestep the memory problems, but that is turning into a bigger job than I expected.
Can you please suggest some way that I can step through this program?
Thank you for your help.
------------------
I hope that you can help me. I have inherited an undocumented program written using PB 3.2.
I would like to place a watch on some of the variables and step through the program to better understand it.
When I attempt to step into the program, I receive the following message:
Not enough memory available to run
in the IDE: try PBD.EXE. Press ESC
IDE memory available: 190224
IDE required to exec: 390288
I am using windows xp with 512m RAM and have attempted to configure a pif to maximize the memory available to PB.
Here is the memory that I have available in a dos window:
655360 bytes total conventional memory
655360 bytes available to MS-DOS
628032 largest executable program size
33554432 bytes total contiguous extended memory
0 bytes available contiguous extended memory
16711680 bytes available XMS memory
MS-DOS resident in High Memory Area
Last week I purchased PB 3.5 in order to get some documentation for PB.
I also purchased PBCC thinking that perhaps I could port the program over to sidestep the memory problems, but that is turning into a bigger job than I expected.
Can you please suggest some way that I can step through this program?
Thank you for your help.
------------------
Comment