Author Topic: NeHe OpenGL lessons for C::B  (Read 8149 times)

Offline bluekid

  • Multiple posting newcomer
  • *
  • Posts: 57
  • What is blue ? Blue is the invisible becoming visi
What is blue ? Blue is the invisible becoming visible.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: NeHe OpenGL lessons for C::B
« Reply #1 on: March 03, 2006, 11:12:47 am »
Hello,

Unpacking your .rar, I got the following errors:

Quote
NeHe for CodeBlocks\glaux.dll: The file "NeHe for CodeBlocks\glaux.dll" header is corrupt
NeHe for CodeBlocks\glut: The file "NeHe for CodeBlocks\glut" header is corrupt
NeHe for CodeBlocks\Lesson01\.objs: The file "NeHe for CodeBlocks\Lesson01\.objs" header is corrupt
NeHe for CodeBlocks\Lesson01: The file "NeHe for CodeBlocks\Lesson01" header is corrupt
NeHe for CodeBlocks\Lesson02\.objs: The file "NeHe for CodeBlocks\Lesson02\.objs" header is corrupt
NeHe for CodeBlocks\Lesson02: The file "NeHe for CodeBlocks\Lesson02" header is corrupt
NeHe for CodeBlocks\Lesson03\.objs: The file "NeHe for CodeBlocks\Lesson03\.objs" header is corrupt
NeHe for CodeBlocks\Lesson03: The file "NeHe for CodeBlocks\Lesson03" header is corrupt
.... //and several others not added to save storage space.

Anyway, it seems an interesting package of lessons. Thanks for sharing it :). May be some more explanations from your part would have been appreciated...

Best wishes,
Michael
« Last Edit: March 03, 2006, 11:15:59 am by Michael »

Offline bluekid

  • Multiple posting newcomer
  • *
  • Posts: 57
  • What is blue ? Blue is the invisible becoming visi
Re: NeHe OpenGL lessons for C::B
« Reply #2 on: March 03, 2006, 01:18:12 pm »
I download and check. There is no problem so
re-download and try again
I write some explanations in a readme in a package
What is blue ? Blue is the invisible becoming visible.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: NeHe OpenGL lessons for C::B
« Reply #3 on: March 03, 2006, 01:46:09 pm »
I download and check. There is no problem so
re-download and try again

Ok. Thanks.

I write some explanations in a readme in a package

I just meant that it could be useful to put 1-2 lines of explanations together with the link, rather than just the link itself.

Best wishes,
Michael

Offline bluekid

  • Multiple posting newcomer
  • *
  • Posts: 57
  • What is blue ? Blue is the invisible becoming visi
Re: NeHe OpenGL lessons for C::B
« Reply #4 on: March 03, 2006, 01:52:44 pm »
ok you are right but my english is not good so writing english diffucult for me
What is blue ? Blue is the invisible becoming visible.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: NeHe OpenGL lessons for C::B
« Reply #5 on: March 03, 2006, 05:10:52 pm »
Thanks bluekid, when I was "learning" OpenGL the NeHe lessons were my choice. I think they are really great Good to see these lessons are adopted to C::B. I know this is an aweful lot of work, but do you plan to provide the other (~40) lessons too...?!
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline bluekid

  • Multiple posting newcomer
  • *
  • Posts: 57
  • What is blue ? Blue is the invisible becoming visi
Re: NeHe OpenGL lessons for C::B
« Reply #6 on: March 04, 2006, 03:56:36 pm »
maybe later but if you use first 10 lesson you can use most of them.
- freetype library must be installed for some of lessons -
so download source code and Project->New->OpenGL then remove main.cpp add downloaded code
Now I am trying allegro with CodeBlock

Best wishes
BlueKid
What is blue ? Blue is the invisible becoming visible.