Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!

Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  yordan : (25 May 2013 - 09:50 PM) Hi, Agyat What's New?
@  yordan : (25 May 2013 - 07:59 PM) Yay, Shoutbox Is Back! Yahooo!
@  agyat : (24 May 2013 - 05:15 PM) O Dear, Where Are You? Without Your Words This Sb Is ..
@  agyat : (23 May 2013 - 01:23 AM) Wow! Mr. Sb Back Home.
@  OpaQue : (23 May 2013 - 12:44 AM) Ting
@  OpaQue : (24 April 2013 - 02:44 PM) I guess, Time to run Mycent script.
@  OpaQue : (24 April 2013 - 02:43 PM) wow.. not much spam. except habatt posting lot of links.. :P
@  yordan : (23 April 2013 - 01:04 PM) You're welcome, agyat. Nice to have been helpful. Second lesson: try full words, "you" instead of "EW".
@  agyat : (23 April 2013 - 05:03 AM) @YORDAN: tHANK EW FOR YOUR FIRST LESSON.   :D
@  yordan : (22 April 2013 - 09:43 PM) @agyat : "why don't you help me", or "please help me", or "please teach us"
@  yordan : (22 April 2013 - 09:42 PM) welcome back, velma
@  velma : (22 April 2013 - 07:51 AM) **yawns** Good to be back, wonder what is going on here :)
@  agyat : (22 April 2013 - 03:50 AM) Oh! so, why don't help me learn english..
@  yordan : (21 April 2013 - 08:38 PM) The goal mentioned by shiu : "learning english, learning computer"
@  agyat : (21 April 2013 - 06:31 PM) WHAT GOAL?
@  yordan : (20 April 2013 - 10:39 AM) yes, that's our goal. simultaneouly learning English and teaching/learning computer using.
@  shiyu : (20 April 2013 - 07:30 AM) learning english,learning computer
@  yordan : (19 April 2013 - 01:11 PM) Oh, I see, it's just a trick in order to force people looking at your texte. Somehow smart, maybe.
@  agyat : (19 April 2013 - 02:54 AM) And of course I know it is not SEO friendly.
@  agyat : (19 April 2013 - 02:52 AM) There may be two possible answers for that ....


1) Shout was posted using mobile keypad.

2) To force people read content carefully and/or with more concentration.

Replying to Installing Glut To Dev C++


Post Options

    • Can't make it out? Click here to generate a new image

  or Cancel


Topic Summary

vignesh_sunder

Posted 08 February 2012 - 05:18 AM

It didnInstalling Glut To Dev C++
I followed this tutorial but is still get the following errors
[Linker error] undefined reference to `_imp____glutInitWithExit@12'
[Linker error] undefined reference to `_imp____glutCreateWindowWithExit@8'
[Linker error] undefined reference to `_imp____glutCreateMenuWithExit@8'
[Linker error] undefined reference to `_imp__glutGet@4'
[Linker error] undefined reference to `_imp__glutSolidSphere@16'
[Linker error] undefined reference to `_imp__glutSolidCone@24'
[Linker error] undefined reference to `_imp__glutSolidTorus@24'
[Linker error] undefined reference to `_imp__glutWireSphere@16'
[Linker error] undefined reference to `_imp__glutWireCone@24'
[Linker error] undefined reference to `_imp__glutWireTorus@24'
[Linker error] undefined reference to `_imp__glutSwapBuffers@0'
[Linker error] undefined reference to `_imp__glutPostRedisplay@0'
[Linker error] undefined reference to `_imp__glutPostRedisplay@0'
[Linker error] undefined reference to `_imp__glutInitWindowSize@8'
[Linker error] undefined reference to `_imp__glutInitWindowPosition@8'
[Linker error] undefined reference to `_imp__glutInitDisplayMode@4'
[Linker error] undefined reference to `_imp__glutReshapeFunc@4'
[Linker error] undefined reference to `_imp__glutDisplayFunc@4'
[Linker error] undefined reference to `_imp__glutKeyboardFunc@4'
[Linker error] undefined reference to `_imp__glutIdleFunc@4'
[Linker error] undefined reference to `_imp__glutMainLoop@0'
...
I'm pretty sure it's a linker error(aren't I so smart?) but this is just running the glut template so... I have no idea what's wrong with it...
any ideas?
-reply by Zack

if you are running c++, then just try to this command line in the parameters under c++ compiler

-DGLUT_STATIC

Posted 25 March 2010 - 09:07 AM

Thanks a lot! very helpfull!


Posted 17 January 2010 - 07:10 PM

It didnInstalling Glut To Dev C++

I followed this tutorial but is still get the following errors

  [Linker error] undefined reference to `_imp____glutInitWithExit@12'

  [Linker error] undefined reference to `_imp____glutCreateWindowWithExit@8'

  [Linker error] undefined reference to `_imp____glutCreateMenuWithExit@8'

  [Linker error] undefined reference to `_imp__glutGet@4'

  [Linker error] undefined reference to `_imp__glutSolidSphere@16'

  [Linker error] undefined reference to `_imp__glutSolidCone@24'

  [Linker error] undefined reference to `_imp__glutSolidTorus@24'

  [Linker error] undefined reference to `_imp__glutWireSphere@16'

  [Linker error] undefined reference to `_imp__glutWireCone@24'

  [Linker error] undefined reference to `_imp__glutWireTorus@24'

  [Linker error] undefined reference to `_imp__glutSwapBuffers@0'

  [Linker error] undefined reference to `_imp__glutPostRedisplay@0'

  [Linker error] undefined reference to `_imp__glutPostRedisplay@0'

  [Linker error] undefined reference to `_imp__glutInitWindowSize@8'

  [Linker error] undefined reference to `_imp__glutInitWindowPosition@8'

  [Linker error] undefined reference to `_imp__glutInitDisplayMode@4'

  [Linker error] undefined reference to `_imp__glutReshapeFunc@4'

  [Linker error] undefined reference to `_imp__glutDisplayFunc@4'

  [Linker error] undefined reference to `_imp__glutKeyboardFunc@4'

  [Linker error] undefined reference to `_imp__glutIdleFunc@4'

  [Linker error] undefined reference to `_imp__glutMainLoop@0'

...

I'm pretty sure it's a linker error(aren't I so smart?) but this is just running the glut template so... I have no idea what's wrong with it...

any ideas?

-reply by Zack

 


Posted 01 August 2009 - 06:12 PM

Help needed....Installing Glut To Dev C++

hey everyone XD! I good to see this site, because I'm interested in the C++ programming language, and I have some questions. First, where can I download a NORMAL(WORKING) glut file? Because I downloaded one from the internet, but it doesn't work in the Dev-c++ well... So I need this file. Second I have some problem with the settings in the options. For example =  where should I write these commands:  -lopengl32 -lglu32 -lglut32 ??? Can you tell me? ThX. I hope, someone can help me, because it's very important to me :) And I need to do this application

 Krisztian, 2009 Hungary.


wutske

Posted 04 April 2009 - 06:00 PM

Also worth mentioning when you want to program in openGL:
http://www.videotutorialsrock.com/
http://nehe.gamedev.net/

I have a school assignment where I have to program in openGL using only the GLUT library and I'm not realy sure whether I have to be happy about it. It's quite easy to use, but so limited and some stuff like collision detection are 100x more easy in to implement DirectX.

But hey ... it's not like I have a choise

Posted 01 April 2009 - 12:47 PM

Glut Vista 32Installing Glut To Dev C++

hey all!

 so, I am running vista 32, and have followed the turoiral for MinGw to make Dev C++ run on my system, and it works. Now I want to use glut for a course I am taking.I followed the above tutorial, downloaded and installed the Glut package. In my C:Dev-Cppinclude it created a folder called GL and in it there is glut.H

in my lib folder there is "libglut32.A"

When I try to runt the template it comlains about "GL/glut.H No such file or directory."And I get loads of linker errors.I also checked my System32 folder and there is no "glut.Dll" or "glut32.Dll" file present...

 Any solutions to this?


Posted 01 April 2009 - 11:35 AM

Not working...or well sort of...Installing Glut To Dev C++

Hmm, I followed your "tutorial" and installed the devpak glut,the glut template appears but when I try to compile it, it states that: GL/glut.H No such file or directory.

Although, in the include map there is another map called GL with glut.H in it...


Posted 26 November 2008 - 02:01 PM

Replying to t3jemI am so sorry but we did this and something strange appears to our pc.Particularly, we have the message:Could not connect to remote sitePlease try another mirror siteCould you please help me with this.What should I do?Thanks

Posted 26 November 2008 - 02:02 PM

Replying to t3jem
 
 I am so sorry but we did this and something strange appears to our pc.Particularly, we have the message:Could not connect to remote sitePlease try another mirror siteCould you please help me with this.What should I do? 
Thanks,
 Dimitra

Posted 26 July 2008 - 09:58 PM

I know a little of C++ and am currently using for an IDE, Dev-C++. I found a tutorial by Mike Serrano that showed me just enough to be able to draw a line from A to B, using graphics.H.

Can you point me to a tutorial that would allow me to program a simple plotting program that would accept a file of X-Y coordinates and give me plot of them that I can print out?

A list of all the commands in graphics.H, and their documentation, would be a good start.

Many thanks.

Mauri
Mauripelto@aol.Com

Review the complete topic (launches new window)