Hello.
I'm devloping MFC program and found something weird happening.
When I compile it with "debug mode", it compile fine, and runs fine.
however, when I compile with "release mode",
I get a bunch of "unresolved external symbol _imp_FtpFindFir stFileA@20..... ..blah blah." errors.
Can someone explain why this is happening and how to fix it?
Thank you.
I'm devloping MFC program and found something weird happening.
When I compile it with "debug mode", it compile fine, and runs fine.
however, when I compile with "release mode",
I get a bunch of "unresolved external symbol _imp_FtpFindFir stFileA@20..... ..blah blah." errors.
Can someone explain why this is happening and how to fix it?
Thank you.
Comment