Will Calling Fortran from .NET - A Simple C# Form shown at http://www.silverfrost.com/ftn95-help/netsamples/sample1.aspx work with Visual Studio Express 2013 for Windows Desktop ? Bob
Fortran and Visual Studio Express 2013
17 Nov 2014 10:35
#15093
18 Nov 2014 2:22
#15095
You cannot install the FTN95 plug-in into Visual Studio Express.
18 Nov 2014 2:28
#15096
Yes. But Express edition does not support the external FTN95 plug-in, so you have to write the fortran .dll separately (using Plato) and compile it choosing the .NET platform. Then you can add the reference to the .dll in the VB or C# project in Visual Studio Express.
Please login to reply.