[VC++] error LNK2019: unresolved external symbol  발생시의 해결책 :

 


해결책 :

  • Linker - Input - Additional Library Directories에 lib 폴더를 지정하고,
    Linker - Input - Additional Dependencies에  abc.lib 을 추가
    또는
    Linker - Input - Additional Library Directories에 lib 폴더를 지정하고,
    cpp 코드 상단에 #pragma comment(lib, "Ws2_32.lib"를 추가
  • 32 and 64 bit versions of the libraries을 맞춤 
    ( 32bit 프로젝트에 64bit lib을 넣어서 발생하는 경우도 있음) //16.8.11

  

cf.

Possible reasons:

  • the sdl.lib and sdlmain.lib settings are not added to dependency list
  • their location was not added to the list of directories where the linker looks
  • you have mismatched 32 and 64 bit versions of the libraries.


Posted by 세모아
,

2015.7.7 주문   123,840원











'여행 > 캠핑' 카테고리의 다른 글

캐라반 (카라반) 캠핑  (0) 2013.06.28
버팔로 2013년 텐트형 그늘막 풀패키지 구입  (0) 2013.06.15
Posted by 세모아
,