replacing everything that made sense
I believe you skipped the file, and thus your cl.exe picked up the wrong version of the dependent DLL.
In my Microsoft Visual Studio .NET 2003 / Vc7 / bin folder, I see the following files that are necessary for compilation:
cl.exe Microsoft C/C++ Compiler Driver c1.dll Microsoft Visual C Compiler Front End c1xx.dll Microsoft Visual C++ Compiler Front End c2.dll Microsoft 80x86 Compiler Back End
Other files (ml.exe, link.exe, lib.exe, ...) will also be needed to create the binary file. But you are not currently compiling.
For a C ++ project, you will need c1xx.dll in version 13.10.3077.0.
By the way: Good idea. I also want to try when I get around. I would appreciate if you can post the final solution here.
source share