Maintaining code on both VC6 and VC.NET
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Because of dependencies to external software (and their SDKs) that uses MFC4.2 in old versions of their software and MFC7.0 in newer version I have to compile two versions of my software, one under MFC4.2 and one version under MFC7.0. Is there any way that I can accomplish this without maintaining separate dsw and sln files? Is there any way of setting up my project to use another compiler/linker? Thankful for any help, Johannes