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

extra under line generate when convert from cvf to xe2015

milad_m_
Beginner
639 Views

hello !

i recently install  xe2015  in vs 2012.

when i convert code that written in compaq visual fortran (right click on program name in solution then convert to compaq...), an extra underline added at the end of my program name that Clicked. i delete underline and then run correctly but i must do this for my all converted code at each time because of an error of extra underline given. any one know the solution?

with regard.

0 Kudos
8 Replies
mecej4
Honored Contributor III
639 Views

It is quite likely that what you call "code written in Compaq Visual Fortran" is standard Fortran (Fortran 95?) and what you converted are actually the project related files. It is also possible that the old source files could be put into a new IVF project of the appropriate type (EXE, LIB, DLL, etc.).

Please provide details and, preferably, a small example that can be run at this end to display the underscore problems.

0 Kudos
Steven_L_Intel1
Employee
639 Views

I have never seen such a problem reported before. I'll comment that the CVF project conversion doesn't touch the source files - it is a project file conversion only. An example that allows us to see the problem would be appreciated.

0 Kudos
milad_m_
Beginner
639 Views
0 Kudos
Steven_L_Intel1
Employee
639 Views

It was a bit hard to make out the pictures this way, but what I saw was that the "Extract Compaq Visual Fortran Program Items" wizard added an underscore to the project name. Now I understand better what you wrote originally, as I didn't quite get it then.

Would you please ZIP the .dsp and .dsw files from the CVF project (I don't need the source) and attach them here? That will help me better understand what is happening.

0 Kudos
milad_m_
Beginner
639 Views
0 Kudos
mecej4
Honored Contributor III
639 Views

I made up a "serial.for" file and opened your workspace in VS6. Then, I opened up the project in VS 2013 and allowed the conversion to proceed. I saw no underscores in the project entities in the Solution Explorer after conversion, nor did I see "SERIAL_" or "serial_" in the converted project files.

Please state which version of CVF you used, and the version of Visual Studio that you used for the conversion.

0 Kudos
milad_m_
Beginner
639 Views

version:

compaq:  6.1

vs 2012 and intel xe2015.

ofcourse As i showed in the word file, after Phase " extraxt cvf project items" this underline added.

0 Kudos
mecej4
Honored Contributor III
639 Views

I have CVF 6.6C, but that should not matter since CVF is neither used nor required for the conversion. I can only guess that the behavior of VS2012, which you used, and that of VS2013, which I used, may be different. Similarly, I don't think that your using XE2015 and my using XE2016 would have made a difference.

0 Kudos
Reply