Author Topic: newbie: installation problem GLut32  (Read 7283 times)

Offline Frankolino

  • Single posting newcomer
  • *
  • Posts: 2
newbie: installation problem GLut32
« on: October 22, 2010, 01:44:10 pm »
dear friends of coding blocks, hello :)

I am quite new with code::blocks! (version 10.05)

Yesterday evening I wanted to install an openGL exmple (GLUT) and the setup wizard stopped with this error:

after "please select GLUT location"

I've typed path where I have installed Freeglut and/or GLUT 3.7.6.+ bin files (unzipped).

then this script error message appears:

Quote
"the path you entered seems valid, but the wizard can't locate the following glut's library file:
glut32 in it. (Also tried prepending lib and appending .a and .lib)

glut32.dll I have installed also *.lib and *.inc files.

my "freeglut minGW 2.6.0.3 mp" folder content:

Quote
include (folder) : GL Folder: with 4 freeglut header files

lib (folder) : 2 files : libfreeglut + libfreeglut_static

freeglut 2.6.0.0 dll

2 text files

don't know why the setup stopped ;(
any help would be good!

thanks, frankolino
ps: if this is the wrong thread to place this post, please change to another, better place :)

[attachment deleted by admin]
« Last Edit: October 22, 2010, 02:45:30 pm by Frankolino »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7789
    • My Best Post
Re: newbie: installation problem GLut32
« Reply #1 on: October 22, 2010, 06:02:05 pm »
Do YOU have the proper Library for YOUR compiler?
What is your Compiler?
What version is the Compiler?

What are the full file name of the Libraries?
What is the path to the Libraries?
Did you add the path to the Libraries to your project; so, the linker can find them?

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Frankolino

  • Single posting newcomer
  • *
  • Posts: 2
Re: newbie: installation problem GLut32
« Reply #2 on: October 23, 2010, 03:27:17 pm »
hello Tim, I've found my mistake. I have installed MinGW (c:\MinGW) and have forgot to place Glut32.dll in bin folder and much more files in wrong directory, sorry for confusing. Installed all GLUT files new and simple OpenGL example with rectangle works :)

ciao, thanks, frankolino