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.