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

Can command line users use MSC6 with IVF?

dave_frank
Beginner
1,531 Views
I didnt get a answer last week to this question.
I currently am using CVF6 with MSC6, someone (I think) reports MSC6 is ok with IVF as long as dont try to use the IDE.
Is this true?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
1,531 Views
I did a couple of tests and it seemed to work ok, but the MSVC6 linker may choke on some of the object language the compiler puts out. It's not supported. Some of the compiler diagnostic features won't work (such as uninitialized variable checking.) If it works for you, fine, but we won't be able to help you with problems that don't occur in a supported configuration.

Since MS offers a free download of its "Visual C++.NET 2003 Toolkit", I don't really see the point of fudging this with CVF. (Unfortunately, we can't redistribute this.) But if you want to try it with CVF, the same tips apply as I posted elsewhere in the forum for use with the Toolkit.
0 Kudos
Reply