[Bug 37358] FEAR 1: Installer says "wrong serial" even if entered correctly

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 8 08:27:27 CDT 2014


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

--- Comment #3 from Piotr Caban <piotr.caban at gmail.com> ---
Created attachment 49704
  --> https://bugs.winehq.org/attachment.cgi?id=49704
Return NULL in basic_string_char dtor

Could you please give this patch a try?

The application is using only few functions from msvcp71, namely:
basic_string_char_ctor
basic_string_char_ctor_cstr
basic_string_char_assign_ch
basic_string_char_dtor

The only difference I can see is that native returns NULL in
basic_string_char_dtor (or uses EAX internally and lives it set to 0).

I couldn't find anything about value returned by destructors in abi
descriptions.

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