unresolved external ... CInvalidArgException
-
I'm adding exception handling to a C++ application and I get this error when I link. What do I need to link with to resolve this external? - BC
-
I'm adding exception handling to a C++ application and I get this error when I link. What do I need to link with to resolve this external? - BC
-
I'm adding exception handling to a C++ application and I get this error when I link. What do I need to link with to resolve this external? - BC
Is it an MFC application?
Chris Meech I am Canadian. [heard in a local bar] Donate to help Conquer Cancer[^]
-
Is it an MFC application?
Chris Meech I am Canadian. [heard in a local bar] Donate to help Conquer Cancer[^]
Yes, it is a C++/MFC application. There used to be an option to turn on Exception handling in the project file, but I can't find it.