Re: GetEnvironmentVariable doesn't work

2013-02-27 Thread Corinna Vinschen
On Feb 27 10:54, Алексей Павлов wrote: > Hi! > > I set some environment variable. When I try to get it with > GetEnvironmentVariable{A,W} it return empty result. With "getenv" I > can get variable value. Also I think GetEnvironmentVariable doesn't > work inside

GetEnvironmentVariable doesn't work

2013-02-26 Thread Алексей Павлов
Hi! I set some environment variable. When I try to get it with GetEnvironmentVariable{A,W} it return empty result. With "getenv" I can get variable value. Also I think GetEnvironmentVariable doesn't work inside Cygwin.dll (maybe I wrong). My example code is: #include #inc