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
Welcome to our forums
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
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
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.
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