We are using a virtual machine in Workstation Player 12 to build our software with some old cobol environment (Win XP).
This envronment uses a MS linker from MS C 6.x
With tools version 8 installed, there is no problem using the source (in a shared folder) and compile and link the binaries (into a shared folder).
After installing tools version 10, the linker brings up error messages:
"Creating library ...lib and object ...exp
CVTRES : fatal error CVT1107: ...exp is corrupt
...exp : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt"
The lib and exp files are created, but empty.
So something must have changed in the way the shared folders are managed within the guest system.
Any help available?
Or do I have to stay with that old version of tools?
Well, I have to use that old development system, there's no way switching to a newer one ...