2011. 11. 1. 21:54
문제
_beginthreadex() 사용중 _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 추가
nochkclr.obj는 제거, msvcrt.lib는 추가
[Properties] -> [Linker] -> [Input] -> [Force Symbol References]
__DllMainCRTStartup@12 추가
[Properties] -> [Linker] -> [Command Line] -> [Additional options]
/NOENTRY 추가
관련 검색어
Managed Extensions for C++ DLL