how can I download open GL 2.0 or bigger....because I have a program and it say's this program requires Open GL 2.0. Your current version is Open GL 1.1.0...plz help???
@bartjoboy I had a similar issue, but it was not directly related to where the .dll file was placed; the actual problem is that I am running a 64 bit system while my visual studio is 32 bit. Because of this I have 2 directories to my visual studio folder, and I had placed the .lib file in the 64 bit section of visual studio instead of the 32 bit. When I tried running my program it gave me the same .dll file error, but when I switched the .lib file to the 32 bit VS folder everything worked.
Notice that it's possible that you have to put the .dll file to your System folder and not System32. Especially pointed to those who might get the ".dll file not found" message.
Great easy-to-follow tutorial... but internet explorer???!
MilkWithAnF 2 weeks ago in playlist Favorite videos
This has been flagged as spam show
0:24 this lesson will fuck us in getting everything in place XD
32CoolestDude 1 month ago
This has been flagged as spam show
Hi! Could you guys please check out my channel? I will do a giveaway when I reach 100 subscribers! Thanks!
hackster2011 3 months ago
cool
VenturaPaul 4 months ago
dat music
iaplminute 7 months ago
WHAT COMPILER ARE YOU USING
cppietime 8 months ago
@cppietime look at 3:08 top left theres your answer
NumNutzo101 7 months ago
What truly blows my mind is that all that code is needed to draw a diagonal line. *mind explodes*
BPkyle777 8 months ago
Comment removed
TheBugError 11 months ago
@UntouchableX7
Oh, i solved the problem.
I just watched the later version of this clip and copied glut32.dll to the map system instead of system32.
Anyone having this problem just do what i did, it works :)
UntouchableX7 1 year ago
how can I download open GL 2.0 or bigger....because I have a program and it say's this program requires Open GL 2.0. Your current version is Open GL 1.1.0...plz help???
FLESK2009 1 year ago
I get an error here that Glut32.dll is not installed, but I did cut/paste it into the System32 folder...
bartjoboy 1 year ago
@bartjoboy I had a similar issue, but it was not directly related to where the .dll file was placed; the actual problem is that I am running a 64 bit system while my visual studio is 32 bit. Because of this I have 2 directories to my visual studio folder, and I had placed the .lib file in the 64 bit section of visual studio instead of the 32 bit. When I tried running my program it gave me the same .dll file error, but when I switched the .lib file to the 32 bit VS folder everything worked.
DBR1308 1 year ago
wow just wow
spark69r 1 year ago
man, these tutorials are so out dated. Visual Studio 2010 gives me errors at every turn even after simple copy and pastes...
Time4TruthDOTorg 1 year ago
@Time4TruthDOTorg download 2008 express
shortbuttall95 1 year ago
Geez, this is a tutorial for OpenGL, but you treat the viewers as idiots who can't even save a file off the internet :/
tintiringa 1 year ago
This has been flagged as spam show
Path to success with naughty women mworld5.info
nayana3852 1 year ago
Well my computer doesnt have a glut32.dll. I guess i should download it huh?
fleshtheworld 1 year ago
This has been flagged as spam show
please anybody can answer me . does the work on Open GL need VC++? or C++ enogh? please help m
nawaryoussef1 1 year ago
I just went To VC++ directories and put include and lib. It worked with the line program, if I keep it like this will it still be fine?
Robloxsaltytaco1234 1 year ago
@tenaciosdrocks Lol, Yes you can.
FlosHore 1 year ago
I'm using dev c++ and I keep getting this:
[Linker error] undefined reference to `__glutInitWithExit@12'
[Linker error] undefined reference to `__glutCreateWindowWithExit@8'
[Linker error] undefined reference to `__glutCreateMenuWithExit@8'
how can I fix this problem?
Xraptor79 1 year ago
i got this error
1>------ Build started: Project: OpenGLtest, Configuration: Debug Win32 ------
1>Embedding manifest...
1>Project : error PRJ0003 : Error spawning 'cmd.exe'.
1>Build log was saved at "file://c:\Users\Owner\Documents\Visual Studio 2008\Projects\OpenGLtest\OpenGLtest\Debug\BuildLog.htm"
1>OpenGLtest - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Techn0Junki3 1 year ago
sorry, but detailed explanation how to download and extract zip file in opengl lesson?
moofymoo 1 year ago 3
this guy teaches C++ as if the student has never touched a computer
Reijerkolle 1 year ago 4
@Reijerkolle HAHAHAHAHA WHY!!!!????
Nitros8891 1 year ago
@Reijerkolle it's that case for some people here :p
MasterofStickpplz 1 year ago
@Reijerkolle lol...alot of people who start learning C++ never seen a computer before seeing the video, let alone program before.
Tarandarklord 1 year ago
Notice that it's possible that you have to put the .dll file to your System folder and not System32. Especially pointed to those who might get the ".dll file not found" message.
uniquebum 1 year ago
@uniquebum Omg dude, thank you. i was getting that error and i was confused.. lol thanks, im such a scrub.
malchiah9090 1 year ago
Notice that you may need to put the .dll file to system folder and not system32.
uniquebum 1 year ago
WeLL ThanK YOu FoR ThIs
AssassinGrudge 1 year ago
Thanks
Ubazr 1 year ago
should i use glut or use the win32 api for the opengl wrapper??
thanks
unstman12 1 year ago
@unstman12 use SDL ;)
Z3r0XoL 1 year ago
simple but great tutorials video!
edogawaconanmon 2 years ago
any advice on getting models from blender into opengl... nice tutorial also
shortbuttall95 2 years ago
I get an error saying that the glut32.dll isn't on my computer when it's in system32, is it different on a Windows7 64bit?
TinBryn 2 years ago
solved, on my system it's sysWOW64 for anyone who has the same problem
TinBryn 2 years ago
Thanks for the help, this worked on my Vista 64 bit system.
firebs1234 2 years ago
@TinBryn Thank you! Was wondering why it wasn't working!:o)
n8style 1 year ago
@TinBryn yeaaaa i got that tooo..... did you fix it? help me man
Nitros8891 1 year ago
@Nitros8891 the file glut32.dll is in folder C\Windows\sysWOW64 if it's on Windows 7 64 bit.
TinBryn 1 year ago
@TinBryn thx
Nitros8891 1 year ago
Comment removed
coolzidedown 2 years ago
thank you you must put alot of work in making these tutorials
MrOnix9009 2 years ago 2
Holy balls, three dimensions.
Lemoncode 2 years ago 3
The tut is awesome, but the intro music is a little bit...
chriszeng8 2 years ago 5
Comment removed
mimity99 2 years ago
Great keep making opengl tutorials there sweet
WSPSNIPER2 2 years ago 5
thank you that was very helpfull !!!!!!!!!! :D
MrOnix9009 2 years ago
Great!!!!!! thank you
KoEDeath 2 years ago 9
Sweeet!!! OpenGL, here I come!!
ddoodm 2 years ago 41
Awesome. Hope you make more Opengl lessons
decoysupreme 2 years ago 25
Yeah.. It would totally be sensible to name the video "OpenGL Lesson 1: A Simple OpenGL Project" if he was going to stop here.
QuanSai 2 years ago
words of encouragement
decoysupreme 2 years ago 8