Brian Dessent wrote:

Martine Carannante wrote:

IIS  , and I don't know how to set the CYGWIN variable before the
application is launched.

You should be able to set this in the standard windows way: Control
Panel -> System -> Advanced -> Environment Variables -> System
variables.

Yes , it is a solution . I wanted to avoid to set new System Variables for my application. But it is OK.

So , I tried to set the environment variable CYGWIN to server with  the
routines setenv(), putenv(), SetEnvironmentVariable() inside the CGI
code. I have always the "Bad system call " error when the program

By the time your code executes, the Cygwin DLL has already initialized
itself, which means it has already noted the value of the CYGWIN
variable, so it's too late then.

Does that mean it is impossible to set environment variables once the program is started ? In that case; the setenv/putenv are not equivalent to UNIX functions.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



Thanks
Martine


--
Martine Carannante
System Software Development R&D Bull, Architect of an Open World TM
Tél : (+33) 1 30 80 71 87
http://www.bull.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to