C++
#include <tlhelp32.h> Error: identifier "CreateToolhelp32Snapshot" is undefined 오류 해결 방법
Guk-blog
2024. 4. 25. 16:05
728x90
반응형
프로세스를 관리하고 일괄적으로 종료하기 위해서 등 사용할 때가 있는데
Error: identifier "CreateToolhelp32Snapshot" is undefined라는 오류가 뜨면서 오류 목록이 어지러워지는 현상이 발생했다
해결 방법은 간단한데
MFC라면 #include <afxwin.h>를 추가해주고
아니라면 #include <windows.h>를 추가해주면 된다
728x90
반응형