I am using the Debian packages of Mono 0.31; the libwine package is also installed. mcs has no problem compiling a simple WinForms app that uses MessageBox.Show.
When I first ran the resulting .exe, it complained about not finding libuser32.dll.so and libwinnt.dll.so. I could fix the first problem by creating a simlink
/usr/lib/libuser32.dll.so -> /usr/lib/wine/user32.dll.so
But there is no winnt.dll.so in libwine or any other Debian package. If I map libwindt.dll.so to some random .dll.so, mono complains about failing to load the function PROCESS_InitWine, so apparently it's looking for whatever DLL contains that function. Can anyone here help?
_______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
