darkprince87 wrote: > > > > Stifu wrote: >> >> It seems like this project is directly invoking a Windows DLL (P/Invoke), >> so it won't work with Mono. >> To work around problems like this, some people use Mono under Wine, but >> I've never tried it, and it doesn't sound ideal. The best solution would >> be to modify the project to replace the P/Invoke with a managed >> equivalent. >> > > the problem is that even if i try to run the windows file.exe with wine > (with terminal) I get the same error... :( >
Did you try changing the Windows version in Wine? Does the program actually work on Windows? If it does, you could copy the Gdi32.dll and put it in the application folder, so you're sure it's there for Wine to load (and using Mono, since it's a managed application). -- View this message in context: http://old.nabble.com/Error-With-Gdi32.dll-tp26571869p26587548.html Sent from the Mono - WinForms mailing list archive at Nabble.com. _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
