On Thu, 31 Mar 2011, Darius Blaszyk wrote:

I created a patch to make instantFPC run on win32. To make the app run I
implemented TProcess as windows does not understands fpexecv.  Even better
would be to use TProcess for all platforms, thus removing the need of
defines and we could drop the unix and windows units.

I doubt it since execv actually replaces the current running process with the
indicated binary (i.e. the binary you just compiled).

The only script that did not work for me was exitcode.pas. I will have to look 
more in detail how to support this.

That will require an alternative to fpexecv.

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to