User forums > Help

FREEGLUT can work with C::B as default ( Now on Wiki for C::B )

<< < (3/5) > >>

ollydbg:

--- Quote from: JackDawson on July 08, 2011, 01:46:32 pm ---UPDATE : Wiki is now finished.

http://wiki.codeblocks.org/index.php?title=Using_FreeGlut_with_Code::Blocks

--- End quote ---

Great job, and this wiki page is very nice!!!

Hope the changed wizard script and cbp template files can be put in trunk.

JackDawson:

--- Quote from: ollydbg on July 09, 2011, 04:23:25 pm ---
--- Quote from: JackDawson on July 08, 2011, 01:46:32 pm ---UPDATE : Wiki is now finished.

http://wiki.codeblocks.org/index.php?title=Using_FreeGlut_with_Code::Blocks

--- End quote ---

Great job, and this wiki page is very nice!!!

Hope the changed wizard script and cbp template files can be put in trunk.

--- End quote ---

Hey thanks..  keep in mind though, I feel there should be a seperate "Button" option for freeGlut. In otherwords show the Glut that comes with C::B. But name it Glut32 and then have ANOTHER option as freeGlut. I would hate to have to write up another tutorial on how to install Glut32 for those who don't get it.. LMAO

xunxun:
I think the default lib name of newest freeglut (svn) is libglut-0.dll, libglut.a and libglut.dll.a.

JackDawson:

--- Quote from: xunxun1982 on July 10, 2011, 09:16:29 pm ---I think the default lib name of newest freeglut (svn) is libglut-0.dll, libglut.a and libglut.dll.a.

--- End quote ---

Hello, could you post where you got your info ?  Because in my tutorials I show that you only need the actual binaries and where to put them. I also show a picture in my tutorial that has the ACTUAL name in the folder ( freeglut.dll ). And those files you listed here are no where in them.  I even checked the Glut32 download and its not in those either. I even did a search in my MinGW folders and no reference to them in their either.

The original Glut32 written by Mark Kilgard was ported over by Nate Robins. And you can get the ported Glut32 Binaries if you want to see it.
http://www.xmission.com/~nate/glut.html

NOTE : The latest version of the Glut32 library is 3.7.6 ( Dated Nov 8, 2001 )

This is the freeglut download links.
http://freeglut.sourceforge.net/index.php#download

in that link you will see the title : Prepackaged Releases and the first link takes you to the binaries to be downloaded on this link
http://www.transmissionzero.co.uk/software/freeglut-devel/

Its in there where you will see the MinGW download package that I describe in the tutorial.  ( NOTE : Latest Binary release is dated January 23rd 2010 )
Download freeglut 2.6.0‑3 for MinGW     -------->  freeglut-MinGW.zip

This was in reference to Windows and Linux packages according to their website.

And please keep in mind, my tutorial is only about the freeglut binary stable release version, NOT about source code that you have to compile. And the tutorial is not about Glut32 either. So please, if I am missing something here, please let me know and I'll update the Wiki accordingly. Thanks. :)

xunxun:
I use freeglut dev svn : https://freeglut.svn.sourceforge.net/svnroot/freeglut/trunk
You can build yourselves:

--- Code: ---./autogen.sh
./configure --prefix=/mingw
make
make install

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version