Re: C / C# combination question

2009-12-28 Thread Corinna Vinschen
On Dec 26 18:30, Jan Alphenaar wrote: > Hi again, > > After some more extensive debugging I was able to find out what goes wrong > with an environment variable if a Cygwin C program is called from a C# > program. > > If an environment variable is in uppercase (like in my code) the getenv call > i

RE: C / C# combination question

2009-12-26 Thread Jan Alphenaar
Hi again, After some more extensive debugging I was able to find out what goes wrong with an environment variable if a Cygwin C program is called from a C# program. If an environment variable is in uppercase (like in my code) the getenv call in the C program will not be able to find it. On the o