View previous topic :: View next topic |
Author |
Message |
stfark1
Joined: 02 Sep 2008 Posts: 243
|
Posted: Tue Aug 04, 2020 8:55 pm Post subject: OpenGL64Bit |
|
|
Running a large, Fixed Fortran application that generates plot data. After execution, running the plot routine, again in fixed Fortran. However, when I go to compile in 64 Bit Fortran, will not allow, says has to be 32 bit Fortran compile. Does the OpenGL Fortran callable routines in SilverFrost not support 64 bit Fortran solutions? Any help will be appreciated. Sid Kraft |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8217 Location: Salford, UK
|
Posted: Wed Aug 05, 2020 8:59 am Post subject: |
|
|
It is possible to convert your application to 64 bits but you will need to provide more details about the failure that you have encountered.
You will find details on how to convert in the ftn95.chm file under the heading "x64 platform". This help file can be accessed directly from Plato and the Help menu. |
|
Back to top |
|
 |
stfark1
Joined: 02 Sep 2008 Posts: 243
|
Posted: Wed Aug 05, 2020 9:08 pm Post subject: 64 bit |
|
|
Thanks Paul, Sid |
|
Back to top |
|
 |
JohnCampbell
Joined: 16 Feb 2006 Posts: 2615 Location: Sydney
|
Posted: Sun Aug 09, 2020 3:16 am Post subject: |
|
|
ftn95.chm > FTN95 > x64 platform
if it was a snake ... |
|
Back to top |
|
 |
Robert

Joined: 29 Nov 2006 Posts: 457 Location: Manchester
|
|
Back to top |
|
 |
JohnCampbell
Joined: 16 Feb 2006 Posts: 2615 Location: Sydney
|
Posted: Thu Aug 13, 2020 3:28 pm Post subject: |
|
|
John S,
I answered the only question I could in this post !
Explaining how to convert 32-bit OpenGL to 64-bit and obtaining the appropriate .dll's is what I thought Sid was asking.
I know very little about how to answer that question, or even if the 64-bit dll's exist. Dan might ?
Not familiar with anacondas either :) |
|
Back to top |
|
 |
Robert

Joined: 29 Nov 2006 Posts: 457 Location: Manchester
|
Posted: Fri Aug 14, 2020 8:43 am Post subject: |
|
|
That link is the first topic in the 'x64 Platform' section of ftn95.chm. It is now linked direct from the main '64 bit compiling' link and contains links to other pages.
The online help is derived directly from the sources that make up ftn95.chm. The source files are identical. ftn95.chm is compiled at a point in time as the release compiler is built. The web site help files are updated more often. The website processes them to produce a slightly different view (adding in the name of a ClearWin+ control for example). |
|
Back to top |
|
 |
|