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

IVF 7.1 and CVF 6.6B

tovaert
Beginner
488 Views
I currently use CVF 6.6B and I am wondering about the transition to IVF 7.1. My source code utilizes the SCIGRAPH library and graphics resource files for creating graphics dialog data input windows. Are my original .bmp and resource files compatible with IVF 7.1, in other words, can I simply utilize the same source code and transition to IVF 7.1?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
488 Views
I don't recommend this change. SCIGRAPH will not compile in IF7.1 and there are some code changes needed for QuickWin applications. The Fortran compiler doesn't care about resources and BMPs, but IF7.1 requires a bit of fussing to build a "Windows Application".

Given what you've said of your application, I'd say you're better off waiting for Intel Visual Fortran.

Steve
0 Kudos
Reply