Xplatcppwindowsdll Updated Hot! -
The most notorious bug in cross-platform DLLs is . Previously, if a Linux client allocated std::vector and passed it to the Windows DLL to delete, the application would crash due to mismatched CRT heaps.
The most notorious bug in cross-platform DLLs is . Previously, if a Linux client allocated std::vector and passed it to the Windows DLL to delete, the application would crash due to mismatched CRT heaps.