Skip to content

Using MSVCRT.DLL with Visual Studio compiler

Konstantin Nosov edited this page Apr 26, 2019 · 8 revisions

Purpose

Difficulties

  • Different DLL in different OS versions
  • STL

Files

Check this page, look for "MSVCRT.zip". Actually useful files in this archive are in "lib" folder.

How to use

  • CL options: -nodefaultlib:libcmt.lib -nodefaultlib:msvcprt.lib -manifest:no
  • todo list and explain options from common.project

Visual Studio 2015 or newer

  • todo void operator delete(void* ptr, size_t)
  • todo missing __imp____acrt_iob_func
  • todo __Init_thread_epoch/header/footer
Clone this wiki locally