View Full Version : error LNK2001: unresolved external symbol _GetOpenFileNameA@4
LearnMFC
08-25-2003, 10:34 PM
In a directShow Transform filter, I want to setup a file open dialog with GetOpenFileName(OPENFILENAME). I have included the #include <commdlg.h>, but the VC 6.0 compiler says :
error LNK2001: unresolved external symbol _GetOpenFileNameA@4
DO you know how to overcome this question?
Thanks.
error LNK2001: unresolved external symbol _GetOpenFileNameA@4
DO you know how to overcome this question?
Thanks.
AvDav
08-25-2003, 11:00 PM
Add Comdlg32.lib to your project settings->linker->object/library modules edit.
LearnMFC
08-25-2003, 11:49 PM
I get. Thanks.
'Projects > CoVNC' 카테고리의 다른 글
DOM에 대한 소개 (0) | 2006.11.13 |
---|---|
C, C++ DOM API (0) | 2006.11.09 |
API에서 HINSTANCE와 HWND에 대한 질문입니다. (0) | 2006.11.08 |
Win32 API reference (0) | 2006.11.06 |
win32 API를 이용한 file dialog 띄우기 예제 (0) | 2006.11.05 |