2 years ago I reported that on FreeBSD Wine-20030508's GetExitCodeProcess() always returns 1: http://www.winehq.org/hypermail/wine-devel/2003/06/0100.html
It was fixed by patch: http://www.winehq.org/hypermail/wine-devel/2003/06/0381.html
and I used the patched Wine-20030508 all the time to run MSVC, OpenWatcom C, and Borland C in a command line.
However, when I try to run dmc.exe, sc.exe, or make.exe from Digital Mars C/C++ Compiler, I always see the message:
wine: Unhandled exception (thread 0009), starting debugger...
I build Wine-20050310, but it has the same two problems:
1) GetExitCodeProcess() always returns 1 on FreeBSD 5.3, 2) and wine could not run Digital Mars C/C++ Compiler.
Digital Mars C/C++ Compiler is could be downloaded here: http://www.digitalmars.com/download/freecompiler.html
Igor Sysoev http://sysoev.ru/en/
Hi Igor, sorry for the late response.
"Igor Sysoev" is@rambler-co.ru wrote:
2 years ago I reported that on FreeBSD Wine-20030508's GetExitCodeProcess() always returns 1: http://www.winehq.org/hypermail/wine-devel/2003/06/0100.html
It was fixed by patch: http://www.winehq.org/hypermail/wine-devel/2003/06/0381.html
and I used the patched Wine-20030508 all the time to run MSVC, OpenWatcom C, and Borland C in a command line.
However, when I try to run dmc.exe, sc.exe, or make.exe from Digital Mars C/C++ Compiler, I always see the message:
wine: Unhandled exception (thread 0009), starting debugger...
I build Wine-20050310, but it has the same two problems:
- GetExitCodeProcess() always returns 1 on FreeBSD 5.3,
Could you confirm that dlls/kernel/tests/process.c,test_ExitCode() test fails under FreeBSD? If yes, and the patch above actually fixes the problem, just submit the patch (relative to current CVS) to wine-patches.