-
-
Notifications
You must be signed in to change notification settings - Fork 504
Using MSVCRT.DLL with Visual Studio compiler
Konstantin Nosov edited this page Apr 26, 2019
·
8 revisions
- Different DLL in different OS versions
- STL
Check this page, look for "MSVCRT.zip". Actually useful files in this archive are in "lib" folder.
- CL options:
-nodefaultlib:libcmt.lib -nodefaultlib:msvcprt.lib -manifest:no
-
todo
list and explain options from common.project
-
todo
void operator delete(void* ptr, size_t) -
todo
missing __imp____acrt_iob_func -
todo
__Init_thread_epoch/header/footer