LNK2001: 문제해결?
Posted on 2008. 9. 26. 14:23
Filed Under Visual C++
error LNK2001: unresolved external symbol
헤더만 있고 구현이 없으면 생기는 에러란다.
후다닥 프로젝트에 *.h와 *.cpp를 추가하자!!
error LNK2001: unresolved external symbol _OCIHandleFree원인: 라이브러리 import가 안되어서
해결: 프로젝트 속성에서 추가하던가 직접 링크 ▶ #pragma comment(lib, "oci.lib")
VC6, 2009.12.15
반응형