How do I create a Win32 DLL without a dependency on the C runtime

前端 未结 7 1577
天涯浪人
天涯浪人 2020-12-31 15:07

Using Visual Studio 2008 and its C/C++ compiler, how do I create a Win32 DLL that is dependent only on other Windows DLLs, and has no dependency on the Microsoft C runtime?<

7条回答
提交回复
热议问题