http://bugs.winehq.org/show_bug.cgi?id=18637
Summary: Nokia Map Loader 2.0 (.NET 3.0 app) needs DisableProcessWindowsGhosting stub Product: Wine Version: 1.1.22 Platform: Other URL: http://europe.nokia.com/get-support-and-software/produ ct-support/maps-support/compatibility-and-downloads OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net
Hello,
as it says ...
--- snip --- System.EntryPointNotFoundException: Unable to find an entry point named 'DisableProcessWindowsGhosting' in DLL 'user32.dll'. at Lizard.Windows.Native.NativeMethods.DisableProcessWindowsGhosting() at Lizard.Windows.NonClientBaseForm.OnHandleCreated(EventArgs e) at System.Windows.Forms.Control.WmCreate(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmCreate(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at Lizard.Windows.NonClientBaseForm.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) --- snip ---
A simple stub is enough. See: http://msdn.microsoft.com/en-us/library/ms648415.aspx
Regards