Subj : Re: "System" function usage To : borland.public.cpp.borlandcpp From : waking@idirect.com (Wayne A. King) Date : Thu Mar 25 2004 06:38 pm On 25 Mar 2004 10:20:09 -0800, "Alessandro Strazzero" wrote: >I'm using the "system" function on order to execute a .EXE >program inside my application. When the "system" function >runs I see the following message at video: "Program too big to >fit in memory". Using which compiler and version? Running your program from the command line or from within an IDE? Assuming that you get this error when you run from outside the IDE (just your program resident), you may not have enough memory for both your program and the shelled program. If so, consider using a swapping spawn replacement such as SPAWNO from Ralf Brown. Get it here: http://www-2.cs.cmu.edu/afs/cs.cmu.edu/user/ralf/pub/WWW/files.html -- Wayne A. King (waking@idirect.com, Wayne_A_King@compuserve.com) .