[Bug 17208] The mikroC IDE doesn't run - an exception is outputed.

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 31 07:37:22 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=17208





--- Comment #3 from Louis Lenders <xerox_xerox2000 at yahoo.co.uk>  2009-01-31 07:37:21 ---
the hack below makes the app start fine for me too:

diff --git a/dlls/comctl32/comctl32undoc.c b/dlls/comctl32/comctl32undoc.c
index 418e87c..e04ec14 100644
--- a/dlls/comctl32/comctl32undoc.c
+++ b/dlls/comctl32/comctl32undoc.c
@@ -770,7 +770,7 @@ HANDLE WINAPI CreateMRUListLazyA (const CREATEMRULISTA
*lpcml, DWORD dwParam2,

     if (lpcml->cbSize != sizeof(CREATEMRULISTA) || !lpcml->hKey ||
         IsBadStringPtrA(lpcml->lpszSubKey, -1))
-       return 0;
+;//    return 0;

     mp = Alloc(sizeof(WINEMRULIST));
     memcpy(&mp->extview, lpcml, sizeof(CREATEMRULISTW));


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list