Displaying 2 results from an estimated 2 matches for "_malloc_crt".
2007 Mar 19
1
MSVCR80 Support?
Hi all,
Does WINE support MS VS 2005 apps?
I get the console error report of:
mark@lw70:~/CrystalControl2$ wine cc2_config.exe
libGL warning: 3D driver claims to not support visual 0x4b
wine: Call from 0x7e357a to unimplemented function
MSVCR80.dll._malloc_crt, aborting
wine: Call from 0x7e3564 to unimplemented function
MSVCR80.dll._except_handler4_common, aborting
wine: Call from 0x7e3564 to unimplemented function
MSVCR80.dll._except_handler4_common, aborting
wine: Call from 0x7e3564 to unimplemented function
MSVCR80.dll._except_handler4_common, abortin...
2010 Mar 19
0
Wine release 1.1.41
...rg (7):
msvcr70: Add msvcr70.dll with forwards to msvcrt.dll.
msvcr80: Add msvcr80.dll with forwards to msvcrt.dll.
msvcr90: Add msvcr90.dll with forwards to msvcrt.dll.
msvcr90: Implement _initterm_e.
msvcr80: Forward _initterm_e to msvcr90.dll.
msvcr90: Forward _malloc_crt to msvcrt.malloc.
msvcr80: Forward _malloc_crt functions to msvcrt.malloc.
Dmitry Timoshkov (2):
gdi32: Fix GDI locking in SetBitmapBits.
user32: Restore special handling of monochrome bitmaps removed by c2202929ab4b6d1ce379865dfd8904186814f265.
Eric Pouech (14):
dbghelp:...