Hello,
I wanna ask how to understand if someone is running an specific .exe program under wine?
i saw that there is an ENVIRONMENT variable "WINELOADERNOEXEC" does this will help me to identify that?
- Thanks!
How to identify if my program running under wine
- olivierfrdierick
- Level 5
- Posts: 258
- Joined: Thu Sep 13, 2012 12:09 pm
Re: How to identify if my program running under wine
Never do that. Develop programs that are 100% Windows API conformant, and if it doesn't work in Wine, file a bug report. If you need a specific linux or mac feature, make your program native to linux or mac. Wine is not a replacement for proper coding.
Link: DeveloperFaq - The Official Wine Wiki - How can I detect Wine?
Link: DeveloperFaq - The Official Wine Wiki - How can I detect Wine?