Output File Name를 바꾸면 Warning이 발생한다.
처리방법은 def파일을 변경해주면된다.
Output File Name와 동일하게 projectName을 변경해준다.
; projectName.def : Declares the module parameters for the DLL.
LIBRARY "projectName"
EXPORTS
; Explicit exports can go here
출처 :
http://blog.naver.com/lantis00?Redirect=Log&logNo=70022613729
'먹고 사는 일 > VC++' 카테고리의 다른 글
ADO를 이용한 DB 접속 (0) | 2010.06.25 |
---|---|
선택한 폴더 아래 모든 파일 찾기 (0) | 2010.06.25 |
CFont 사용 (0) | 2010.06.25 |
ADO를 이용한 MDB 파일 읽기 (0) | 2010.06.25 |
CScrollView 생성 (0) | 2010.06.25 |