[RFC PATCH] msvcp140: Add MSVC 2015 C++ support DLL

Piotr Caban piotr.caban at gmail.com
Fri Nov 6 04:28:50 CST 2015


On 11/06/15 11:25, Martin Storsjö wrote:
> Thanks, this does indeed seem to be implementable without too much
> effort in the end. The new/delete functions also seem to be pretty
> simple to reimplement based on malloc (which does the same
> msvcrt_heap_alloc(0, size) as MSVCRT_operator_new), _callnewh and free.
The hard part may be related to exception throwing in case of failure (I 
was not looking on it - it may be easy).

Piotr




More information about the wine-devel mailing list