How can I open files from local place in C++/WinRT? #3164
-
It seems that OPENFILENAME and GetOpenFileName cannot work correctly. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
For GetOpenFileName, you need to link with comdlg32.lib, if you don't then you will get an unresolved external symbol error. |
Beta Was this translation helpful? Give feedback.
For GetOpenFileName, you need to link with comdlg32.lib, if you don't then you will get an unresolved external symbol error.