On Sat, Apr 26, 2008 at 1:53 PM, Steven Edwards winehacker@gmail.com wrote:
- have start.exe set an environment variable saying "show graphical error box
on dll load failure", and clear that before calling executed apps' WinMain() (easy)
So something like start.exe.so in Unix mode would set a variable like VERSBOSE_USERDEBUG or which then we could query in the loader using RtlQueryEnvironmentVariable_U or something that would trigger the MessageBox from the example code I already wrote in ntdll?
So that worked. Comments are welcome!