When you try to compile anything with MSVC600, it will fail with:
LINK : fatal error LNK1104: cannot open file "TEMPFILE"
Note that just compiling will work, but compiling and linking (or just linking) will fail. I asked Claude to get me a workaround for this issue here, but it is only an ugly hack.
When you try to compile anything with MSVC600, it will fail with:
Note that just compiling will work, but compiling and linking (or just linking) will fail. I asked Claude to get me a workaround for this issue here, but it is only an ugly hack.