Using glut......... #2

  • Follow


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

0
Reply advait_raut (14) 1/7/2007 7:12:40 PM

Install glut Dev-C++ package using Package Manager tool in Dev-C++.
Or, get it from here:
http://www.nigels.com/glt/devpak/

I use glut.3.7.6+.DevPak. I believe that Code::Blocks has DevPak
importer, so you may use this package on Code::Blocks, too.

0
Reply song 1/8/2007 3:16:13 PM


song wrote:
> Install glut Dev-C++ package using Package Manager tool in Dev-C++.
> Or, get it from here:
> http://www.nigels.com/glt/devpak/
>
> I use glut.3.7.6+.DevPak. I believe that Code::Blocks has DevPak
> importer, so you may use this package on Code::Blocks, too.

Thank you song   :-)

I downloaded DevPak for glut
Then I realized that I must change Linker Arguments
for other glut programs.
Then I copied linker arguments from template
glut program in Dev-C++
Finaly all program run
:-)

0
Reply Advait 1/11/2007 5:34:56 PM

2 Replies
184 Views

(page loaded in 0.066 seconds)

Similiar Articles:













7/25/2012 1:45:37 PM


Reply: