Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

MIxed language and MASM Version

hweisberg
Beginner
485 Views
Our CVF 6.6 mixed-language projects worked fine until we tried building on a machine with current MASM versions installed.
With 9/24/93 versions of ML.EXE and ML.ERR installed in the DF88in folder, all is OK. With versions dated 2003, we get an LNK1103 message from the linker.
Is this a known problem / is there a way around it (other than staying with the 1993 versions)?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
485 Views
This message says that the debugging information is invalid. My guess is that this new MASM assumes a VC.NET (7.0) linker.
0 Kudos
Reply