×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

FORTRAN & VISUAL STUDIO -- Can Digital F work in VS6 or higher?

FORTRAN & VISUAL STUDIO -- Can Digital F work in VS6 or higher?

FORTRAN & VISUAL STUDIO -- Can Digital F work in VS6 or higher?

(OP)
I am currently running Digital Visual Fortran V5.0 in a similarly elderly version of MS Visual (Developer's) Studio (ca. 1998). I also have a succession of newer versions of Visual Studio, through VS 2005. Is there any way to bring the old Fortran under the control of one of the newer versions of Visual Studio?
Regards,
Tim.

RE: FORTRAN & VISUAL STUDIO -- Can Digital F work in VS6 or higher?

You can download the Intel Fortran Compiler from the intel homesite (it's free for non-commercial purposes).
Install MS Visual Studio first, then install the intel fortran compiler. During the installation it will recognize Visual Studio and it will embed its features in it.
After that, you will be able to create, edit, compile and debug any fortran code using MS Visual Studio.

__________________________________________

Everything should be made as easy as possible, but not easier

Albert Einstein

RE: FORTRAN & VISUAL STUDIO -- Can Digital F work in VS6 or higher?

(OP)
Thanks for the info Madsplinter.
My intent had been to keep my old version of Digital Visual Fortran v5.0 -- which is licensed and works ok for my purposes. I just wanted to see if I could hook it up to a more current version of Visual Studio. But alas, that doesn't seem to be possible.
Regards,
-Tim-

RE: FORTRAN & VISUAL STUDIO -- Can Digital F work in VS6 or higher?

I have IVF on VS.net 2005.  Seems to be OK.  I don't think something as old as DVF will integrate into VS.net2005.  

The problem is that MS changed the interface.  On VS6, it half a makefile with some internal language for hints.  On the later versions, it is XML.  Since DVF was written before VS.net 2002 came out, it is not likely that it will have the relevant XML files to integerate into VS.net2005

RE: FORTRAN & VISUAL STUDIO -- Can Digital F work in VS6 or higher?

(OP)
Thanks XWB,
I hate to admit it but it looks like I'm going to have to upgrade from my 10-year old software.
Regards.
-Tim-

RE: FORTRAN & VISUAL STUDIO -- Can Digital F work in VS6 or higher?

Apart from line numbers, a fancier GUI and rearranging all the menus, there is very little difference between VS2005 and VS6, especially if you're using it for Fortran.

If you don't need stuff like .net, proper STL library or C#, stay with VS6.  It may look a bit dated but it is reliable and it works.  Where I'm working now, they're still using VS6 for all development.

RE: FORTRAN & VISUAL STUDIO -- Can Digital F work in VS6 or higher?

Quote (MadSplintet):

You can download the Intel Fortran Compiler from the intel homesite (it's free for non-commercial purposes).

Could you post a link ? I can only find a 30-day evaluation download.

And according to the Intel web-site:
http://www.intel.com/cd/software/products/asmo-na/eng/download/eval/219690.htm#compilers

"Evaluation versions of IntelĀ® Software Development Products are available for free download. To get free support during the evaluation period, create an IntelĀ® Premier Support account now or after downloading the evaluation license. Please note that the product will cease to function at the end of the evaluation period, and the evaluation license is not renewable. "

RE: FORTRAN & VISUAL STUDIO -- Can Digital F work in VS6 or higher?

Sorry, I ceased using Fortran on win months ago...
Now I'm using Intel Fortran Compiler for Linux, that is free for non commercial purposes...
I thought it was the same for the windows version.

Sorry, my fault

__________________________________________

Everything should be made as easy as possible, but not easier

Albert Einstein

RE: FORTRAN & VISUAL STUDIO -- Can Digital F work in VS6 or higher?

This is the site for the Linux version http://www.intel.com/cd/software/products/asmo-na/eng/340679.htm

It is not the same for Windows versions.  You'll find that it is the same on a lot of products.  The Linux version is free but the Windows version isn't.

There are quite a few free F95 compilers that will work on Windows for more than 30 days.  I switch quite often between these:

g95
gfortran
Salford/Silverfrost - has PlatoIII IDE which is similar to visual studio.

If I want to do Windows GUIs, I use Silverfrost.  If I want speed, I use g95.  If I want to check compatibility, I use all three.  Unfortunately none of them have anything to integrate into visual studio.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources