无法解析的外部符号 ___argc 命令行参数解析
extern int __argc;
extern TCHAR** __argv;
修改为:
调试,静态库 MFC 应用程序的"调试 Multithreaded"。
发行版中,静态库的 MFC 应用程序的"Multithreaded"。
extern int __argc;
extern TCHAR** __argv;
修改为:
调试,静态库 MFC 应用程序的"调试 Multithreaded"。
发行版中,静态库的 MFC 应用程序的"Multithreaded"。