[crtdbg] memory leak detection #define _CRTDBG_MAP_ALLOC #include #include 소스에 추가한 후 F5로 실행. http://blog.naver.com/PostView.nhn?blogId=egohim&logNo=70074738205&categoryNo=27&viewDate=¤tPage=1&listtype=0 더보기 [C/C++] crash dump analysis without pdb file 1. Get the crash address 2. Rebuild project with generating map and cod file 3. Do some hex calculation to fine the source file and line number: "crash address - Base+Rva" and find offset in cod file. http://kuaaan.tistory.com/102 더보기 Rebuild solution vs. Clean&Build solution http://stackoverflow.com/questions/1247457/difference-between-rebuild-and-clean-build-in-visual-studio-2008 더보기 이전 1 ··· 8 9 10 11 12 13 14 ··· 36 다음