473,503 Members | 1,654 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Using GLUT..........

Hello everyone,
I am using GCC through DevC++ & Code Block Studio IDEs.
I got libraries "gl" & "glu" with these IDEs.
Programs based on these two libs gl & glu are executing well.
I want to use "glut" library. So I downloaded glut
package and copied it to respective folders i.e. to
include\GL\glut.h
lib\glut32.lib
and
%WinDir%\System\glut32.dll
then I test a glut program; It complied successfully
but while linking it gave me a list of errors.
Which setting do I need to change ?
If you know, Please guide me to overcome the problem !!!
yours
Advait

Jan 7 '07 #1
1 1621

Advait napsal:
Hello everyone,
I am using GCC through DevC++ & Code Block Studio IDEs.
I got libraries "gl" & "glu" with these IDEs.
Programs based on these two libs gl & glu are executing well.
I want to use "glut" library. So I downloaded glut
package and copied it to respective folders i.e. to
include\GL\glut.h
lib\glut32.lib
and
%WinDir%\System\glut32.dll
then I test a glut program; It complied successfully
but while linking it gave me a list of errors.
Which setting do I need to change ?
If you know, Please guide me to overcome the problem !!!
yours
Advait
Well. Your question is off topic here, because it is not related to
standard C++ language and discusses some environment issues.

In Code::Blocks open your project, select from menu Project->Build
Options, on the left side select your target, on the right side slect
Linker, add there your .lib file, then select Directories, tab Linker
and add path to your .lib file there. It should work.

Jan 8 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1983
by: Fulko van Westrenen | last post by:
Hello, I'm very new to Python and rather unexperienced in OpenGL, and now I try to learn both at the same time. I can find my way around in Perl with Perl/Tk. What I try to do is combining Tk...
0
1250
by: Fulko van Westrenen | last post by:
Hello, A few days ago I asked help with GLUT/Tk. This combination seems to be difficult. Is there another combination with GLUT, like GTK or Qt, or a true GLUT widget-set that I can use to make...
5
5493
by: Steven Gutstein | last post by:
I've just managed to get PyOpenGL installed on a Windows NT machine. I've tried testing it using one of the programs supplied with the PyOpenGL download - molehill.py. On my machine, it was placed...
9
4752
by: max(01)* | last post by:
hi there. i installed python2.3-opengl, then i tried one of those demos: ---- #!/usr/bin/python2.3 # This is statement is required by the build system to query build info if __name__ ==...
1
3129
by: Martin Magnusson | last post by:
Hi all. I'm having trouble registering a GLUT callback function. glutIdleFunc wants a void(*)() function as argument, and I believe that's what I've given it, but gcc complains with the following...
5
14286
by: Michael Kipper | last post by:
Hi, I'm having a problem moving from C to C++. In C, I have a function: void display(void) {} that I can register with OpenGL as a callback using: GLUTAPI void glutDisplayFunc( void...
1
3705
by: bg_ie | last post by:
Hi, I'm trying to compile the following program - #include <stdlib.h> #include <stdio.h> #include <math.h> //#include "dsound.h" #include <GL/glut.h>
2
1677
by: Advait | last post by:
Hello everyone, I am using GCC through DevC++ & Code Block Studio IDEs. I got libraries "gl" & "glu" with these IDEs. Programs based on these two libs gl & glu are executing well. I want to...
1
1577
by: levilista | last post by:
I'm not able to compile my program, but I don't get any error message. Details here: http://zslevi.ifastnet.com/doku.php?id=techblog:glut:helloglut_eclipse
0
7198
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7072
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7319
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
4998
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4666
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3160
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3149
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
373
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.