문제
_CrtIsValidHeapPointer
관련 오류가 발생한 경우,

해결방법
[Properties] -> [Linker] -> [Input] -> [Additional Dependencies]
nochkclr.obj는 제거, msvcrt.lib는 추가

[Properties] -> [Linker] -> [Input] -> [Force Symbol References]
__DllMainCRTStartup@12 추가

[Properties] -> [Linker] -> [Command Line] -> [Additional options]
/NOENTRY 추가

관련 검색어
Managed Extensions for C++ DLL
Posted by Нуеоп
,