[Bug 22469] FileMaker Pro 11: Text is upside down when builtin gdiplus is used

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jan 31 13:14:03 CST 2011


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

--- Comment #21 from Joerg Schiermeier <newsletter at Schiermeier-Software.de> 2011-01-31 13:14:02 CST ---
(In reply to comment #19)
> ACK.

Hmm, this small patch doesn't really lead us into the real problem:

---cite---
     switch(reason)
     {
-    case DLL_WINE_PREATTACH:
-        return FALSE;  /* prefer native version */
-
     case DLL_PROCESS_ATTACH:
         DisableThreadLibraryCalls( hinst );
         break;
---/cite---

Maybe we will have to send some logs. This patch also change something here:
  bug 21975, comment 23
and made the application (Quark) unuseable. There I send a log where I traced
GDI+ ('WINEDEBUG=fixme-all,trace+gdiplus'). Maybe we will have to do it here
similarly.

But until now I didn't dive so deep to the code of gdiplus. It's speaking about
unknown things.

!Hasta luego!

-- 
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