[Bug 37908] GLFont crashes saving a .glf file (needs msvcp70.dll.?open@?$basic_ofstream at DU?$char_traits at D@std@@@std@@QAEXPBDH at Z)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 20 01:01:02 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=37908

Qian Hong <fracting at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fracting at gmail.com

--- Comment #3 from Qian Hong <fracting at gmail.com> ---
(In reply to Maarten from comment #2)
> Created attachment 50532 [details]
> WINEDEBUG=msvcp wine glfont.exe >output.txt 2>&1
> 
Hi Maarten, you are right that the patch is wrong. Note that the msvcp70
version of std::basic_ofstream<char,struct std::char_traits<char> >::open has
only 2 arguments (in term of C++), while the msvcp90 version has 3 arguments
(in term of C++). You can use http://demangler.com/ to demangle the symbols.

You might need to have a look at the msvcp60 version, which has only 2
arguments as well. Then you might need some #ifdef in dlls/msvcp90/ios.c .
Finally you might want to write some test to confirm the implementation.

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