December 28th, 2012 01:20 PM
Hi Brad,
Thanks for the input, but the FAQ suggestion you are referring to never worked - tried a lot of things...
My app is to be global, so I will just prey for it:-)
BR's
Gustav
December 28th, 2012 08:56 AM
Hi All!
Thank you for all your replies. Meanwhile (as also suggested by some replies) I redesigned my call to the CreateProcess function through multithreading .
Unfortunately this did not resolve...
December 22nd, 2012 10:33 AM
Hello!
I am making an application that processes multiple files (typically > 500) through a command prompt call. The way I start the command prompt app is by looping using a call to CreateProcess...
January 14th, 2011 05:09 PM
Hello,
I want my MFC C++ appl. to exchance data (large array content) with a pure C written app.
I need a 'process to process' approach regarding argument data exchange because of memory conflicts...