Thanks. Removing the preprocessor directives
OGLDisplayWidget.cpp
#include "OGLDisplayWidget.h"
#include<ctime>
#include<time.h>
Type: Posts; User: juanito
Thanks. Removing the preprocessor directives
OGLDisplayWidget.cpp
#include "OGLDisplayWidget.h"
#include<ctime>
#include<time.h>
As it is, this code works on WIN64
Hi all,
I have to start working on a code that contains some fragments of OpenGL and which compiles without problems on Windows.
The problem is that I need to compile this code on Linux. The last...