I have an ageing Clipper 5.01 application that has been running
without too many problems on every variation of Windows until Vista.
But in Vista I have a rpoblem when I try to RUN another program. On
all previous Windows versions of NT descent (NT/2000/XP) I do a RUN
("cmd /c "+<another program>), which causes the external program to
run while the Clipper program pauses until it ends.
In Vista this results in a "Program too big to fit in memory", no
matter what I try.
Does anybody have a similar experience? Any suggestions?
Dick
PS I know that swpruncmd() instead of RUN might be a solution, but at
this stage of the lifecycle of the program I really do now want to
make a change like this