64 with 64
Type: Posts; User: animaks
64 with 64
It doesn't help
Hi, what can I do with Error 0xc000007b?
My code is written with MSVC, opengl, c++
Thanks
I don't know how to chck that (((
Hi, I am tring to debug my programm, written in c++, opengl, using MSVC, but I am gettin an error window, which tells me, that there is no freeglut.dll file on the mashine.
But I can't understand...
Hi, I've downloaded freeglut 2.8.0 from http://sourceforge.net/projects/freeglut/files/freeglut/2.8.0/freeglut-2.8.0.tar.gz/download?use_mirror=ignum
and there is no .lib file...:(
What to do?...
Here wasn't the declaration of my problem :(
No, I did: Linker>Input...
Right, I am using Windows 7
Error 1 error LNK2019: unresolved external symbol __imp__glutInitContextProfile@4 referenced in function "void __cdecl InitWindow(int,char * * const)" (?InitWindow@@YAXHQAPAD@Z)
Error 2 error...
In glxew.h file we have
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xmd.h> fields,
so I get the error message, which tells me, that cannot open the selected source files.
What to...
thank you so much...:) V-man
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <GL/GL.h>
#include <GL/GLU.h>
#include <GL/glew.h>
#include <GL/freeglut.h>
#include <GL/glut.h>...