Get rid of MSVCRT.DLL dependancy
Posted: Fri Sep 30, 2016 6:13 am
For a bit of history (and why you should not use) MSVCRT you can read here https://blogs.msdn.microsoft.com/oldnew ... 00/?p=1273
PureBasic (linker?) seems to use MSVCRT for stuff like malloc, but on Windows there are Win32 APIs that does the same. (and MSVCRT wraps those APIs anyway).
msvcrt.dll is a relic from the Windows NT 4.0 era, and it's not even a part of the Win32 API.
PureBasic (linker?) seems to use MSVCRT for stuff like malloc, but on Windows there are Win32 APIs that does the same. (and MSVCRT wraps those APIs anyway).
msvcrt.dll is a relic from the Windows NT 4.0 era, and it's not even a part of the Win32 API.