Re: purpose of the c wrapper

2009-06-01 Thread Vincent Torri
On Mon, 1 Jun 2009, Bob Friesenhahn wrote: On Mon, 1 Jun 2009, Vincent Torri wrote: It does not sound like Windows CE offers enough functionality to make this possible. in addition, as it is cross compilation, the executables must be run on a Windows CE device, so... So what should be

Re: purpose of the c wrapper

2009-06-01 Thread Bob Friesenhahn
On Mon, 1 Jun 2009, Vincent Torri wrote: It does not sound like Windows CE offers enough functionality to make this possible. So what should be done to disable the execution of the c wrapper on that platform only ? Do you mean build, or do you mean execution? Something needs to be writte

Re: purpose of the c wrapper

2009-06-01 Thread Vincent Torri
On Mon, 1 Jun 2009, Bob Friesenhahn wrote: The purpose is to allow unininstalled (in build tree) executables and libraries to be executed. Without this, it is difficult to debug and test the uninstalled executables. It does not sound like Windows CE offers enough functionality to make this

Re: purpose of the c wrapper

2009-06-01 Thread Bob Friesenhahn
On Mon, 1 Jun 2009, Vincent Torri wrote: what the precise purpose of the C wrapper ? Don't hesitate to give a long and detailed answer. The purpose is to allow unininstalled (in build tree) executables and libraries to be executed. Without this, it is difficult to debug and test the uninst

purpose of the c wrapper

2009-06-01 Thread Vincent Torri
Hey, I am trying to port the c wrapper that is generated on MSYS/MinGW to the mingw32ce platform (for Windows CE OS). On that OS, there are some missing features that exists on other OS (no environment variable (hence no getenv / setenv / putenv), no current working directory, no spawn fun