libctiny
libctiny copied to clipboard
Tiny C++ Library for Visual Studio to replace msvcrtxx.dll which causes bloatware.
Results
1
libctiny issues
Sort by
recently updated
recently updated
newest added
When linking projects with libctiny (or the "successor": minicrt.lib) you will get a linker warning: minicrt.lib(initterm.obj) : warning LNK4254: section '.CRT' (40000040) merged into '.data' (C0000040) with different atributes I...