Login Page - Create Account

Support Board


Date/Time: Sun, 09 Feb 2025 01:10:45 +0000



[User Discussion] - OpenGL Librairie (glut.h) on the ACSIL interface

View Count: 886

[2020-08-05 10:04:23]
nioko54130 - Posts: 108
Hello everyone ! I would like to use the famous openGL library called "glut.h" from the ACSIL interface of SierraChart in order to develop 3D studies ! I would like to know if you know in which destination folder must be the <GL/glut.h library ?

I copied and pasted the open GL folder in c:/Sierrachart/ and also in C:/ folderrachart/ACS Source but the library is not found in I make the compilation of a c++ file in dll with the SierraChart compiler.

I also copied the folder : <GL/glut.h in all the include folders of my Visual Studio folder, but I still have this error at compilation time! I copy and paste the error here :

C:\SierraChart\ACS_Source\hello.cpp(9): fatal error C1083: Cannot open include file: 'GL/glut.h': No such file or directory

Thank you for your help!
[2020-08-05 16:27:33]
ForgivingComputers.com - Posts: 999
The glut.h header file should be in the ACS_Source folder. This should then work:

#include "glut.h"

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account