Projects/CoVNC

error LNK2001: unresolved external symbol _GetOpenFileNameA@4

>동네청년< 2006. 11. 5. 02:41

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.

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.