[Bug 3291] crash in Battlefield 1942 demo:msvcrt-bug?

Wine Bugs wine-bugs at winehq.org
Tue Oct 18 10:03:05 CDT 2005


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


xerox_xerox2000 at yahoo.co.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hans at it.vu.nl




------- Additional Comments From xerox_xerox2000 at yahoo.co.uk  2005-18-10 10:03 -------
Well, i'm just a beginner; the best i can come up with is this:

#include <windows.h>

main()
  {
char* name;
char*	 mangled=".ABVVec4 at ref2@dice@@";
 name= __unDName(0, mangled + 1, 0,malloc,free, 0x2800);
printf("name = %s\n",name);
return 0;
  }
Now when i compile this (link with msvcrt.lib) and run with wine it gives:

name = class dice::ref2::Vec4 const &

so that looks reasonable. However in cpp.c it says MSVCRT_malloc instead of
malloc. I couldn't get this little test compiled with MSVCRT_malloc. How would i
do that?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list