31 Jul
2007
31 Jul
'07
3:48 a.m.
Am Dienstag, 31. Juli 2007 05:24 schrieb Zhongli Xu:
After I add an environment avriable in the system.reg file, e.g. [System\\CurrentControlSet\\Control\\Session Manager\\Environment] 1185851455 "MY_VARIABLE"="VALUE"
I tried to read this variable thru the API GetEnvironmentVariable(), but it failed. Other variables, such as PATH, OS, are OK. Set the variable in your Linux/MacOS system. Like
export MY_VARIABLE=VALUE wine myProgram.exe