'_CrtIsValidHeapPointer'에 해당되는 글 1건

  1. 2011.11.01 _CrtIsValidHeapPointer() 관련 오류 발생시 해결방법

문제
_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 추가

관련 검색어
Managed Extensions for C++ DLL

'windows' 카테고리의 다른 글

컴파일 옵션 종류  (0) 2011.10.31
코어수 알아내기  (0) 2011.10.31
Posted by Нуеоп
이전버튼 1 이전버튼