.NET/C++ 5

【.NET/C++】CLR Class Library(.NET Framework)프로젝트에서 Build할 때unresolved token~, unresolved external symbol~에러가 날 경우

이 프로젝트에서는 Windows표준 라이브러리가 디폴트로 인쿠르드되지 않기 때문에, Proejct → [프로젝트명] Properties → Linker → Input → Additional Dependencies 에서 $(CoreLibraryDependencies);%(AdditionalDependencies)과 같이 직접 설정해 주어야 한다고 한다. [Reference] https://stackoverflow.com/questions/11068973/vs-2010-error-lnk2028-unresolved-token-0a000342-extern-c-int-stdcall 프로젝트 타입 에러 메시지 프로젝트 프로퍼티 설정

.NET/C++ 2023.02.20