http://bugs.winehq.com/show_bug.cgi?id=657
*** shadow/657 Sat May 25 16:55:31 2002
--- shadow/657.tmp.5339 Tue May 28 11:46:20 2002
***************
*** 95,97 ****
--- 95,103 ----
I'm not sure where to look in MSDN to find out what all is in MFC42.dll, if
someone could point me in the right direction? Or if someone knows more about
this, feel free to accept it and start working on it...
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-28 11:46 -------
+ AFAIK mfc43.dll contains implementation of the Microsoft MFC library.
+ MFC is object-oriented C++ interface to Windows API.
+ To "implement" MFC means the same as "rewrite" Delphi's VCL or TrollTech's QT.
+ I'm not sure if you want to do that ;-)
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=719
*** shadow/719 Mon May 27 15:03:45 2002
--- shadow/719.tmp.4822 Tue May 28 11:38:00 2002
***************
*** 113,115 ****
--- 113,121 ----
addressed for database... I don't have enough knowledge to solve this alone
problem, therefore all help will be very well coming.
Thanks.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-28 11:37 -------
+ Reporter, you provide valuable feedback to Wine developers.
+ It is possible that nobody started to work on this bug because of lack of
+ resources. Your bug report is not forgotten and in future somebody will try to
+ fix it.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=737
*** shadow/737 Tue May 28 11:16:49 2002
--- shadow/737.tmp.3959 Tue May 28 11:25:02 2002
***************
*** 246,248 ****
--- 246,257 ----
I have a copy of the full debug report, if it is needed.
Thank you!
+
+ ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-28 11:25 -------
+ Maybe this is because msvcrt.__CxxFrameHandler isn't implemented yet
+ and thus it loops without regaining sanity.
+
+ Might want to run with native msvcrt.dll instead...
+
+ Also, this output is completely useless, as it doesn't show the cause of the
+ exception before.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=736
*** shadow/736 Tue May 28 10:42:43 2002
--- shadow/736.tmp.3714 Tue May 28 11:22:08 2002
***************
*** 246,248 ****
--- 246,252 ----
I have a copy of the full debug report, if it is needed.
Thank you!
+
+ ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-28 11:22 -------
+ Sine this is DfW5Trial, could you add a location where this is available for
+ download ?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=355
*** shadow/355 Sun May 5 11:28:18 2002
--- shadow/355.tmp.28998 Tue May 28 09:04:58 2002
***************
*** 66,68 ****
--- 66,76 ----
------- Additional Comments From fgouget(a)codeweavers.com 2001-11-05 15:43 -------
*** Bug 354 has been marked as a duplicate of this bug. ***
+
+ ------- Additional Comments From juergen.schmied(a)debitel.net 2002-05-28 09:04 -------
+ Does it still happen?
+ Can you type bt on the debugger prompt and post the stacktrace?
+
+ Thanks
+
+ Juergen
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=735
*** shadow/735 Tue May 28 08:41:52 2002
--- shadow/735.tmp.25514 Tue May 28 08:41:52 2002
***************
*** 0 ****
--- 1,24 ----
+ +============================================================================+
+ | The WM_INPUTLANGCHANGE message is not send when switching layouts |
+ +----------------------------------------------------------------------------+
+ | Bug #: 735 Product: Wine |
+ | Status: UNCONFIRMED Version: CVS |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-misc |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: winebugzilla(a)sun.consumer.org.il |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ WM_INPUTLANGCHANGE and WM_INPUTLANGCHANGEREQUEST messages are supposed to be
+ sent to an active application surrounding switching keyboard modes. Some
+ applications (in particular BiDi applications that indicate current active
+ direction) intercept this message to update their UI.
+
+ At the moment, there is no code that knows how to generate this message at all,
+ and after a layout switch in X11 or KDE in particular.
\ No newline at end of file