WTL 3.1 warnings

I was using WTL 3.1 in my C++ project with Visual Studio 7.0 treating warning as errors, when I converted the project to 7.1 I got a lot of warnings in WTL files then I couldn't compile my project.

I solve this problem using WTL 7.0.  Now I can treat warning as error again :)

No Comments