View previous topic :: View next topic |
Author |
Message |
srfpala
Joined: 20 Aug 2014 Posts: 12
|
Posted: Fri Oct 03, 2014 6:12 pm Post subject: Trying to use OpenGL |
|
|
Trying to run OpenGL example named
program Teapots
which wants
include <clearwin.ins>,nolist
include <opengl.ins>,nolist
I don't think I have these files.
Where can I find them and where should they be placed ?
BR
Bob |
|
Back to top |
|
 |
DanRRight
Joined: 10 Mar 2008 Posts: 2923 Location: South Pole, Antarctica
|
Posted: Fri Oct 03, 2014 6:28 pm Post subject: |
|
|
You do not need anything, that's part of this compiler. Just compile and run.
If it does not compile then post here diagnostics. One potential problem is that older versions of FTN95 had the bug in <OpenGL.ins> i reported here, you can find it in Search of this forum |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Sat Oct 04, 2014 7:04 am Post subject: |
|
|
If you have used the default installation path then the includes files should be in C:\Program Files (x86)\Silverfrost\FTN95\include. FTN95 will automatically look in its INCLUDE sub-folder. |
|
Back to top |
|
 |
LitusSaxonicum
Joined: 23 Aug 2005 Posts: 2402 Location: Yateley, Hants, UK
|
Posted: Sun Oct 05, 2014 2:42 pm Post subject: |
|
|
The diamond brackets are the hint: they indicate that the INS file is located in the default folder for INS files - if you have your own INS files you can put them anywhere you want, and then use a pair of matching ' or " symbols instead.
Eddie |
|
Back to top |
|
 |
|