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

Help me compile existing files wrote in CVF using IVF

clsnow
Beginner
1,162 Views
I wrote a big code in Compaq Visual Fortran before. Now I do not have CVF any more and bought a new Intel Visual Fortran. I have difficulties in running my code in the new IVF.

When using CVF, what I do for programming is to open a .f file, then edit it. when finish, click build, then it will generate a project and generate files like .dsw, .dsp, etc. Now the IVF cannot open my old .dsw file. so I decide open the old .f files and re-compile it. but if I open the .f file, there is no build options in the menu bar, so I cannot compile the .f files like CVF. The build menu bar only appears when a project is open.

then I tried open a new project, but it always forces me to choose a template .f file. But i need not these template files.

I also tried File->New->project from existing code files.. then error message coming up "class not registered. Looking for object with CLSID {...loads of numbers here...}".

Could anybody help me what should I do?
0 Kudos
2 Replies
Steven_L_Intel1
Employee
1,162 Views

Create a new project and select "Empty Project". Once the project opens, right click on Source Files and select Add Existing File to add your .f file. Now you can build.

Unfortunately, the "New project from existing files" is a Microsoft C++ only feature".
0 Kudos
clsnow
Beginner
1,162 Views

Create a new project and select "Empty Project". Once the project opens, right click on Source Files and select Add Existing File to add your .f file. Now you can build.

Unfortunately, the "New project from existing files" is a Microsoft C++ only feature".

Thanks a lot. did not notice there is an option of "empty Project".

0 Kudos
Reply