View previous topic :: View next topic |
Author |
Message |
christyleomin
Joined: 08 Apr 2011 Posts: 155
|
Posted: Fri Jun 07, 2013 3:06 pm Post subject: FTN 95 express |
|
|
I have just installed FTN 95 express with version 6.4 of FTN personal addition.
Can someone please give me an example if it is 'Plato IDE' application I should be using??
An example of writing a simple 'Hello World' using FTN 95 express in Visual Studio environment will eb gratefully appreciated.
Please note that I'm familiar with Fortran but not sued FTN 95 express earlier...
Christy |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8213 Location: Salford, UK
|
Posted: Fri Jun 07, 2013 3:19 pm Post subject: |
|
|
The current full release is FTN95 v6.35.
The Express download is intended for Visual Studio.
If you have Plato then you can use it as an alternative to Visual Studio. |
|
Back to top |
|
 |
christyleomin
Joined: 08 Apr 2011 Posts: 155
|
Posted: Fri Jun 07, 2013 5:38 pm Post subject: |
|
|
Paul,
I have installed FTN 95 express.
I'm able to compile my program without any errros. But when I debug, it tells me 'Unable to launch the application for this file'
Please can you help? I really need investigating something with FTN 95 express today...
Christy |
|
Back to top |
|
 |
christyleomin
Joined: 08 Apr 2011 Posts: 155
|
Posted: Sat Jun 08, 2013 1:04 pm Post subject: |
|
|
In my configuration properties corresponding to platform, I have a choice between Win32 and .NET.
I'm using lkarge arrays to eb allocated. If I set the config to .NET , I'm unable to debug (though compilation is successful).
If I set to Win32, I'm able to debug but cannot allocate large arrays. I do not have an option to set config to Win64- why is that? |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8213 Location: Salford, UK
|
Posted: Sat Jun 08, 2013 6:57 pm Post subject: |
|
|
FTN95 does not offer a 64 bit mode.
If you use DEBUG rather than CHECKMATE then you may have more memory available for large arrays. |
|
Back to top |
|
 |
|