My only comment is that instead of showing us the search, because those change, if you would instead post the website, that would take this presentation from a 4 stars to 5 stars.
I dont get this... Im supposed to enter the directory I installed OpenGL in the path thing, but I DID NOT install OpenGL in any folder, I dont get to do so, because it just extract the files to some random place, and thats it. I cant find the files.
@papano12 Ooh big man, 24 tutorials! Your mother must be proud. The reason I bitched at you is because you sounded like a 10 year old not getting what he wanted.
@TsarStudio Hey shouldn't you be watching the tutorial? Last time I checked I have knowledge to all OpenGL.. C++ to be exact.. Not getting what I want was far from it.. This guy is explaining what he knows.. Not teaching.
@papano12 dude youre the biggest douchebag. You shit allover this guy for his openGL tutorials but yet you've only made one.... How about you finish your set then you bitch you lazy asshole!!
When I cd to the directory with cube and type make, this error happens:
/tmp/cc5RTXkg.o: In function `handleResize(int, int)':
main.cpp:(.text+0x183): undefined reference to `gluPerspective'
collect2: ld returned 1 exit status
make: *** [cube] Error 1
when the file that main.cpp imports clearly imports a file with the prototype for gluPerspective(GLdouble, GLdouble, GLdouble, GLdouble), which is what it uses.
Excuse me i downloaded a 3d game on the internet and i uninstalled OpenGL by accident can u tell me how to get it back onto my computer cause i can't play the game without it
theres a virus on the website when you first visit it it made me have to delete my whole user account and it had important stuff!!! why did you put a virus on your website?!?!?!?!?!?!?!?!?!?!?
question if you use windows do u still have to download the opengl sdk? becuase the opengl32.dll file is alrdy installed on 98/Me/NT/2000/XP/2003/Vista and the opengl32.lib gets installed with the microsoft sdk
I'm at 3:56 in this video. I'm using Microsoft Visual C++ 2010 Express beta 2 and it doesn't have VC++ directories? What do I do? It has VC++ Project Settings.
I used Visual C++ 2008 and quite surprisingly my program compiled perfectly the first time without any of the errors he gets...go figure...it runs perfectly too:):) Now on your question, are you sure you are pressing the + sign beside Projects and Solutions, that got me the first time, haha
im confused. I downloaded the windows sdk thing but i don't have a folder called microsoft platform SDK for windows server 2003 r2\lib. (I went to the website and cliked on the link even. It took me to the right download page but when i download it downloads Microsoft SDKs\Windows\v6.0A
also with opengl, i don't have the lib and include folder. i just have 1 folder called opengl
Thats what I always keep asking myself... - HOW HARD!? HOW HAAARD COULD IT BE!? to put it all in one instalation...
People are born to complicate things...
I mean don't get me wrong, props to people who made it all, but come on...if they could do such heavy job why couldn't they do one stupid installation with all you need for making 3D games/programs with openGL.
i think he's making it more complicated than it sounds :P i didn't do this i downloaded DevC++ because microsoft suck and i couldn't connect to their servers then what you need for OpenGL i just got from the updates/packs downloading thing with the program :P
im having problems with opening Wolfenstein ET. When i try to open it, it gives me the - GLW_StartOpenGL() - could not load OpenGL subsystem. Can you help me out so my game works without downloaing all that stuff. People say i have to download the latest drivers for my graphic card but i cant find the name of it. Desktop properties dont show it... and neither does anywhere else on my computer. HELP PLZ
In the beginning, when you're editing system variables. Do you need to add the directory of lib still, if you're using a diff IDE. If so you should probably include that in tutorial. Might cause confusion.
why do i have glut.dll is missing? it works firts then i turn off my computer next time i open the same projet i found this error what should i do plz
@mittrekkie Sorry dude but hes right. Every time I go somewhere on your computer my Kaspersky finds a specific virus/trojan. Name of the virus is kdjkfjskdfjlskdjf.
The name was part of a URL. But I can't give the rest of the name, without youtube denying me.
Hi, Im starting on 3D Programming. I've been looking at Open GL and Direct X. So far Open Gl looks better. Does anyone no for sure which is the best and also in Open GL, Why Do You Somethings See Grey Along The Different Textures In The Draw Back Distance.
tengo un problema con el opengl..eso me pasa cuando quiero jugar con el return castle wolfeinstein, como quisiera que el tutorial estubiera en español!!! por favor necesito una solucion!!
You seem really sensitive, perhaps you should take things like a tutorial on setting up OpenGL with an interest in learning rather than looking for reasons to be insulted
Then you must be from the planet of dumbshits, your just dissing it because you fucking suck at it you dick, Well then why dont you go play your gay lil ps3 , you faggot
dude it worked!!! it freakin worked all i had to do was download microsoft PSDK the compiler problems where all my fault entirely lol. i'll keep following ur tutorials.
I compile in release mode because I couldn't seem to get debug mode working. I don't locate the executable in a separate directory because the executable looks for an image file in the directory from which it is being run.
Ok, so I have a problem that I hope you can solve :P
First of all, where can I install OpenGL? I tried all the (crappy) links on the silicon webpage, but all of them is broken. So now I dont know what to do. Can you help me?
Also, is there a video that shows me HOW to install OpenGL? Because I want OpenGL on my (shitty) 713Mhz computer with 512mb of RAM. My old computer didnt come with OpenGL, only D3D. (back then this baby kicked ass :P )
None of the links for OpenGL works for me, the second one just asks for a user name and password. Is there anywhere else for me to download it? I've looked everywhere and can't find it.
Okay, I've added the download to videotutorialsrock dot com. Go to "Lesson 0a: Getting OpenGL Set Up on Windows", then "Watch the video now!", then "Download OpenGL".
It is free. You have to register after 30 days, but registration is free. According to Wikipedia, "In line with popular demand since the Visual Studio 2005 Express Editions, [express] editions will always remain free-of-charge."
Isn't the best thing to do just add the OpenGL and GLUT directories in the VC project solution directories? I mean, instead of playing around with the environment variables?
Changing the PATH environment variable is supposed to ensure that the executable is able to find the DLL files, which is a separate matter from getting Visual C++ to find the DLLs.
I just put the glut.h in my visual c++ include/GL directory, and glut.lib in the visual c++ lib directory. That way, you don't need to play with the path environment
I am having trouble where when I run it it says "The application cannot start because glut.dll cannot be found." I tried reinstalling putting it on my desktop instead of C drive nothing. Pelase help!
Thanks, but isn't the step with downloading OpenGL unnecessary, because that's only important for Windows 95 and NT?! The files glu32.dll and opengl32.dll is already integrated in (C:\WINDOWS\SYSTEM) all new Windows (2000, XP, Vista).
I've done some Google searching, and it looks like the error message you're getting is "The selected OpenGL mode is not supported by your video card". Is that the case?
You shouldn't have to do anything in this video. The video is for if you want to program something for OpenGL.
Based on my searching, it looks like you should try (a) upgrading the drivers for your graphics card and (b) reinstalling Counter-Strike. Have you tried playing other 3D games on your computer? Do they work?
I must say a big thank you for this tutorial. I got mvc++ yrs ago and jst didnt get it. Followed this tutorial and it's up and running. I am now happily using it with mvc++. Very cool.
I have a problem,i don't have openGL on my computer,if i want download openGL ,i don't have to download visual c++ express?Or must i install everything what the guy said?
Sorry, I accidentally removed your other comment. You said that you have been having trouble running CounterStrike because it says there are problems with OpenGL. Could you be more specific about what error message CounterStrike is giving you?
Hey not sure if im mistaken or not.. but for glut couldnt you have gone to Tools > options > expand products and solutions > and goto vc++ directories and add goto the drop down that says executable files by default and scrolled down to include files and added the include directory for glut by clicking the new line option then went to library files and added the lib directory? I prefer that method to modifying the windows path directories
My only comment is that instead of showing us the search, because those change, if you would instead post the website, that would take this presentation from a 4 stars to 5 stars.
dragon32078 1 week ago
When i do the environment variables, mine doesent have any semi-colons, its absolutely NOTHING like it should be, help me! :(
TheLingaling 1 month ago in playlist Favorite videos
Comment removed
TheLingaling 1 month ago
you have a very good speaking voice
xXmchateXx 2 months ago
the installer doesn't support 64 bit windows. what do I do?
spencertron88 4 months ago
@papano12 If u have sooooo much knowledge what the hell are you doing watching this video?
DruiDAlek 5 months ago
Anyway to do it without GLUT or anything like that?
ZomgGuitarz1234 5 months ago
ahhhhh to complicated for my tiny tiny brain
MrNintendoBurger 6 months ago
I dont get this... Im supposed to enter the directory I installed OpenGL in the path thing, but I DID NOT install OpenGL in any folder, I dont get to do so, because it just extract the files to some random place, and thats it. I cant find the files.
JonasMohammed 9 months ago
FINALY FIRST TUTORIAL WHAT WORK for me
TheBugError 10 months ago
bad fuking tutorial, u dont teach step by step..
papano12 11 months ago
@papano12 It may be that he isn't used to teaching idiots
TsarStudio 6 months ago
@TsarStudio I have over 24 C++ Tutorials in my channel.. But uhmm ok.
papano12 6 months ago
@papano12 Ooh big man, 24 tutorials! Your mother must be proud. The reason I bitched at you is because you sounded like a 10 year old not getting what he wanted.
TsarStudio 6 months ago
@TsarStudio Hey shouldn't you be watching the tutorial? Last time I checked I have knowledge to all OpenGL.. C++ to be exact.. Not getting what I want was far from it.. This guy is explaining what he knows.. Not teaching.
papano12 6 months ago
@papano12 Teaching is passing on knowledge; he was teaching.
TsarStudio 6 months ago
@papano12 dude youre the biggest douchebag. You shit allover this guy for his openGL tutorials but yet you've only made one.... How about you finish your set then you bitch you lazy asshole!!
famematt1 1 month ago
I'm getting an error on linux.
When I cd to the directory with cube and type make, this error happens:
/tmp/cc5RTXkg.o: In function `handleResize(int, int)':
main.cpp:(.text+0x183): undefined reference to `gluPerspective'
collect2: ld returned 1 exit status
make: *** [cube] Error 1
when the file that main.cpp imports clearly imports a file with the prototype for gluPerspective(GLdouble, GLdouble, GLdouble, GLdouble), which is what it uses.
How can I fix it?
ubuntuzelda 1 year ago
please anybody can answer me . does the work on Open GL need VC++? or C++ enogh? please help me
nawaryoussef1 1 year ago
do you need visual express for installing opengl and glut?
zllatan8 1 year ago
Man someone needs to just make a "plug and play" for OpenGL....
BluCosmos 1 year ago
i had OPEN GL, then i tried software, now i cant even join cs.. =(
xrlmusic 1 year ago
Excuse me i downloaded a 3d game on the internet and i uninstalled OpenGL by accident can u tell me how to get it back onto my computer cause i can't play the game without it
ZTheFutureHedgehog 1 year ago
WARNING TO EVERYBODY:
theres a virus on the website when you first visit it it made me have to delete my whole user account and it had important stuff!!! why did you put a virus on your website?!?!?!?!?!?!?!?!?!?!?
Grandboy3000 1 year ago
plz...somebody help me...i tried to release the thing but am getting error:
------ Build started: Project: openglcube, Configuration: Release Win32 ------
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF' specification
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
CVTRES : fatal error CVT1100: duplicate resource. type:MANIFEST, name:1, language:0x0409
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
MrNeppra 1 year ago
Its virus on his website!!!!!!!!
zlakieprograming 1 year ago
question if you use windows do u still have to download the opengl sdk? becuase the opengl32.dll file is alrdy installed on 98/Me/NT/2000/XP/2003/Vista and the opengl32.lib gets installed with the microsoft sdk
NumNutzo101 1 year ago
will this work in visual c++2008? i do not have 2005
superknife24 1 year ago
So is this going to correct my openGl errors that I get when I open certain apps?
cgoff87 1 year ago
I am using Microsoft Visual C++ 2010 Express. I am getting the following errors when I try to build your cube open gl program.
1>MSVCRT.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
1>C:\Users\Desktop\cube\Release\cube.exe : fatal error LNK1120: 1 unresolved externals
MrStephen1113 1 year ago
I don't get why you would need Windows SDK when Open GL is cross platform
IslandCave 1 year ago
I keep getting the message Error1fatal error C1083: Cannot open include file: 'GL/glut.h': No such file or directory
Anyone know how to fix this??
flodywan1 1 year ago
EECE 478 of UBC says "Thanks!"
karmue 2 years ago
btw thank you for this!! I've been trying to get OpenGL to work like forever!!
jpsrpv18 2 years ago
I'm at 3:56 in this video. I'm using Microsoft Visual C++ 2010 Express beta 2 and it doesn't have VC++ directories? What do I do? It has VC++ Project Settings.
ComeForthAndDethklok 2 years ago
I used Visual C++ 2008 and quite surprisingly my program compiled perfectly the first time without any of the errors he gets...go figure...it runs perfectly too:):) Now on your question, are you sure you are pressing the + sign beside Projects and Solutions, that got me the first time, haha
jpsrpv18 2 years ago
My god it worked THANK YOU!
(my windows sdk got inside two versions of libs 6.0A and 6.1 i choose to add the second one to the system path and it works yay!) 5 stars!!
Mesiaste 2 years ago
This comment has received too many negative votes show
Fuckkkk you motherr i`ts not trueee videooo :@
rrugaqi 2 years ago
i dont know how to download microsoft platform sdk for windows 2003
sevenmeyou 2 years ago
An Open GL tutorial very well done!Thanks :-)
Albesa81 2 years ago
watch the video in the related videos its much mucch easyer this guy is making it hard for everyone
MrOnix9009 2 years ago 2
oh.. my ..god it worked!!!
talleyho12 2 years ago
im confused. I downloaded the windows sdk thing but i don't have a folder called microsoft platform SDK for windows server 2003 r2\lib. (I went to the website and cliked on the link even. It took me to the right download page but when i download it downloads Microsoft SDKs\Windows\v6.0A
also with opengl, i don't have the lib and include folder. i just have 1 folder called opengl
glut is ok. i could follow that.
help please.
zaneski13 2 years ago
yeah but the limitations for xna suck ass
Halo3WKWYL 2 years ago
I don't know if someone already mentioned, but you have to take glut32.dll and put it in the system32 folder.
Otherwise it will say it is missing.
apwhitelaw 2 years ago
Pfff. Headaches. Why not just install and run.
You, honorable Nerd are completely reprogramming windows thats too much for an easygoing guy like me
field68 2 years ago 2
of course its complicated. u can just expect to jump into open gl. You have to start with an easier language.
Katianie9 2 years ago
im not saying it's complicated im saying the way he's phrasing it is more complicated than it actually is
Halo3WKWYL 2 years ago
ok that I agree with lol
Katianie9 2 years ago
This comment has received too many negative votes show
OpenGL is not a language newb.
netsoj 2 years ago
I don't know ......
Halo3WKWYL 2 years ago
huh?
Halo3WKWYL 2 years ago
THIS IS TOO COMPLICATED!!!!!
Halo3WKWYL 2 years ago
what do you think? you are gonna learn stuff to create a game, not to create a "hello world" application
trancaothai 2 years ago
making opengl window is alot less complicated than how he does it in his tutorials .....
Halo3WKWYL 2 years ago
haha im so happy its difficult
It Makes it less likely for wanna-be-game-programmers- to succeed..:P
Wulfgar12 2 years ago
I got it to work HaHa!!!!!!!! :P
onix9009 2 years ago 2
hey can you send us the link plz :)
DarkMagic1996 2 years ago
lol
DarkMagic1996 2 years ago
So much energy and time just to set it up. It can be all automatized and then there will be more games
xgalba00 2 years ago
Thats what I always keep asking myself... - HOW HARD!? HOW HAAARD COULD IT BE!? to put it all in one instalation...
People are born to complicate things...
I mean don't get me wrong, props to people who made it all, but come on...if they could do such heavy job why couldn't they do one stupid installation with all you need for making 3D games/programs with openGL.
VEGETADTX 2 years ago
i think he's making it more complicated than it sounds :P i didn't do this i downloaded DevC++ because microsoft suck and i couldn't connect to their servers then what you need for OpenGL i just got from the updates/packs downloading thing with the program :P
Halo3WKWYL 2 years ago
Grrr you are lucky! :P
Well I am not sure what are the exact differences between Microsoft Visual C++ Express Edition 2008 and DevC++?
But I am sure both of them can make pretty much anything you want on a professional level...now do they?
So yeah maybe I consider using it but still I'd rather stick with C++ express
VEGETADTX 2 years ago
how to set up on ubuntu 8.10?
Neomex000 2 years ago
do this works on cs 1.6? everytime i open gl it says i dont have the specified video mode, plz help
renas97 2 years ago
do the OPENGL work on counter strike
pakiss94 2 years ago
hey,in ur site u say you should also download microsoft platform sdk
DARKlilution 2 years ago
do you know in cs 1.6 everytime i open gl it says i dont have the specified video mode, plz help
vladislavs2 2 years ago
so, if you do this, you willbe able to play games you first could NOT play ?
Thugelhoub 2 years ago
im having problems with opening Wolfenstein ET. When i try to open it, it gives me the - GLW_StartOpenGL() - could not load OpenGL subsystem. Can you help me out so my game works without downloaing all that stuff. People say i have to download the latest drivers for my graphic card but i cant find the name of it. Desktop properties dont show it... and neither does anywhere else on my computer. HELP PLZ
Purestrnoob9 2 years ago
can so easyer
linky1hit 3 years ago
In the beginning, when you're editing system variables. Do you need to add the directory of lib still, if you're using a diff IDE. If so you should probably include that in tutorial. Might cause confusion.
necrosynthesis 3 years ago
pleas the link
pingu1444 3 years ago
That's an odd problem. I wonder if your computer has a virus.
mittrekkie 3 years ago
why do i have glut.dll is missing? it works firts then i turn off my computer next time i open the same projet i found this error what should i do plz
real3rdlife 3 years ago
@mittrekkie Sorry dude but hes right. Every time I go somewhere on your computer my Kaspersky finds a specific virus/trojan. Name of the virus is kdjkfjskdfjlskdjf.
The name was part of a URL. But I can't give the rest of the name, without youtube denying me.
Nathanael12 1 year ago
Hi, Im starting on 3D Programming. I've been looking at Open GL and Direct X. So far Open Gl looks better. Does anyone no for sure which is the best and also in Open GL, Why Do You Somethings See Grey Along The Different Textures In The Draw Back Distance.
MartyHITD 3 years ago
THanks for the video.IF not i would have never figured out how to install it without reading a lot of stuff online.
peshgotgame 3 years ago
thanks, i'll save this video to g:\opengl
mcasual 3 years ago
I dont get it at the system variable thing.
Do i add the link to the glut.h file AND the library or to the lib dir and the link to the place where i have installed C++ visual studio express?
Thanks
bergice1 3 years ago
This has been flagged as spam show
tengo un problema con el opengl..eso me pasa cuando quiero jugar con el return castle wolfeinstein, como quisiera que el tutorial estubiera en español!!! por favor necesito una solucion!!
negriitaxXx 3 years ago
This has been flagged as spam show
Your tone in these tutorials is really condescending.
emulator900 3 years ago
Really? If so, that was not my intention.
mittrekkie 3 years ago
You're doing it unconsciously then.
You should work on that; it's probably ruining a lot of social opportunities for you.
emulator900 3 years ago
na he is more like "im gonna talk really fast for you,.. soooooooo I really wont get bored doing this shit for free....!"..
Wulfgar12 2 years ago
@mittrekkie what website did you download the opengl?!
Jermaine0061 1 year ago
You seem really sensitive, perhaps you should take things like a tutorial on setting up OpenGL with an interest in learning rather than looking for reasons to be insulted
obiehound 3 years ago
obiehound: meh, since it's youtube and anonymous I'll just type in whatever comes to mind.
This way people get to see what's really up instead of seeing a bullshit facade.
emulator900 3 years ago
go fuk yourself, your a fag. now go away.
missswanson 3 years ago
missswanson: You are gay. You play galo 3 with the other gays, and you live in the mountains of gayz0r. Where everyone is gay. Gay!
emulator900 3 years ago
halo 3 is not gay!
theglitchmixers 3 years ago
halo 3 is gay, and it is from the land of gayz0r.
missswanson 3 years ago
Then you must be from the planet of dumbshits, your just dissing it because you fucking suck at it you dick, Well then why dont you go play your gay lil ps3 , you faggot
theglitchmixers 3 years ago
shut up virgin.
missswanson 3 years ago
what kind of gay comeback is that, how do you know im a virgin lol. i mean commmon thats just bullcrap,you must be from dumbfuck island
theglitchmixers 3 years ago
you want me dont you...
missswanson 3 years ago
dude i saw your youtube page freaking porn, and MJ dude you must be like freaking bi leave me alone you damn freak
theglitchmixers 3 years ago
wheres the porn ? no porn is allowed on youtube, and if its on my page, it must be a fav not me. get a life.
missswanson 3 years ago
dude your muessed up and you know it why dont you get the freaking life your the one whos acting like a gay freak
theglitchmixers 3 years ago
lol stop talking about gays, you must be gay to keep talking about gays.
missswanson 3 years ago
i said your bi dumbass
theglitchmixers 3 years ago
ypu, defo a virgin,you play halo.
missswanson 3 years ago
lol
Wulfgar12 2 years ago
dude it worked!!! it freakin worked all i had to do was download microsoft PSDK the compiler problems where all my fault entirely lol. i'll keep following ur tutorials.
benton202 3 years ago
why you compile on release?
and why dont you use directories for your build output, its kinda odd and will complicate things in the future
EvilNando 3 years ago
I compile in release mode because I couldn't seem to get debug mode working. I don't locate the executable in a separate directory because the executable looks for an image file in the directory from which it is being run.
mittrekkie 3 years ago
Ok, so I have a problem that I hope you can solve :P
First of all, where can I install OpenGL? I tried all the (crappy) links on the silicon webpage, but all of them is broken. So now I dont know what to do. Can you help me?
Also, is there a video that shows me HOW to install OpenGL? Because I want OpenGL on my (shitty) 713Mhz computer with 512mb of RAM. My old computer didnt come with OpenGL, only D3D. (back then this baby kicked ass :P )
Thanks if soemone helped me with this.
Joroshira 3 years ago
none of the open gl links work.
smidge146 3 years ago
None of the links for OpenGL works for me, the second one just asks for a user name and password. Is there anywhere else for me to download it? I've looked everywhere and can't find it.
BillSparrow 3 years ago
Okay, I've added the download to videotutorialsrock dot com. Go to "Lesson 0a: Getting OpenGL Set Up on Windows", then "Watch the video now!", then "Download OpenGL".
mittrekkie 3 years ago
i dont think v-c++ express from the msdn site is free, i think its only a 30-day trial isnt it?
sonicandtails101 3 years ago
It is free. You have to register after 30 days, but registration is free. According to Wikipedia, "In line with popular demand since the Visual Studio 2005 Express Editions, [express] editions will always remain free-of-charge."
mittrekkie 3 years ago
yea but if I where you I would download Visual C++ 2008 ^^ Nice tuts btw
1Rever 3 years ago
Disregard that last comment. :)
garvess 3 years ago
What us the SDK? I dont remember being asked to install an SDK.
garvess 3 years ago
The links on your website to the OpenGL install don't work.
MrPickelnose 3 years ago
The second link works for me.
mittrekkie 3 years ago
It's true most of them don't work but the second one does.
supermot34 3 years ago
its asking me for a username and a password
TheNemesiah 3 years ago
That's new, it never did that for me...
supermot34 3 years ago
To Mittrekkie:
Hello,
Do you have any experience in VS2005? Y/N
if(Y)
Does it require the same settings you've just made in visual c++ IDE?
nawwaf225 3 years ago
I don't have very much experience with Visual Studio. I suspect that the process of setting up OpenGL and GLUT is similar in the two IDE's.
mittrekkie 3 years ago
Isn't the best thing to do just add the OpenGL and GLUT directories in the VC project solution directories? I mean, instead of playing around with the environment variables?
JontheJonathanJNT 3 years ago
Changing the PATH environment variable is supposed to ensure that the executable is able to find the DLL files, which is a separate matter from getting Visual C++ to find the DLLs.
mittrekkie 3 years ago
Ah, now I get it!
JontheJonathanJNT 3 years ago
Wow you are an amazing tutorial narrator. You don't stall and keep on track. You seem to know a lot about the IDE as well.
Devourer09 3 years ago
Great man, all links for opengl are broken?
ThunderDonkey 3 years ago
The second link works for me.
mittrekkie 3 years ago
Just found that link, working now. kinda slow tho. But I get 2 .exe programs, what to do with it?
ThunderDonkey 3 years ago
glut.dll needs to be in c:\windows\system32
I just put the glut.h in my visual c++ include/GL directory, and glut.lib in the visual c++ lib directory. That way, you don't need to play with the path environment
doug65536 4 years ago
Hello,
I am having trouble where when I run it it says "The application cannot start because glut.dll cannot be found." I tried reinstalling putting it on my desktop instead of C drive nothing. Pelase help!
MMOkings 4 years ago
if it comes with vc++ (which i just got 2 days ago) than why doesnt it work/ why doesnt it recognize it...
can you tell me where it would be in my harddrive by default so i can find it and mention it in the code?
thanks
Shmallowman 4 years ago
I cannot find a link to download opengl anyware...the one mentioned is down and i cant find it on the opengl website.
can someone post a link???
Shmallowman 4 years ago
yea i can't find a link either anywhere online...wtf...can someone please help?
amarnamriju 4 years ago
never mind...i tried compiling a code which included gl.h and it worked...so i guess it comes with windows or vc++e atleast
only need to get glut separately
amarnamriju 4 years ago
Thanks, but isn't the step with downloading OpenGL unnecessary, because that's only important for Windows 95 and NT?! The files glu32.dll and opengl32.dll is already integrated in (C:\WINDOWS\SYSTEM) all new Windows (2000, XP, Vista).
Chrijz 4 years ago
I meant in C:\WINDOWS\system32
Chrijz 4 years ago
You also need the header files for OpenGL. Do those come with Windows as well?
mittrekkie 4 years ago
Where are those header-files installed? Do you mean OpenGL.h?! I didn't need them for your cube-source.
Chrijz 4 years ago
Yeah, OpenGL.h. That's weird that you didn't need it. I don't know why that is.
mittrekkie 4 years ago
maybe because it was included in his version of VisualStudio
NulTien 4 years ago
Everytime i wantto change(by renderer)from software to openGL,my computer say that it isn't supporting the video mode.
trocket1 4 years ago
I've done some Google searching, and it looks like the error message you're getting is "The selected OpenGL mode is not supported by your video card". Is that the case?
You shouldn't have to do anything in this video. The video is for if you want to program something for OpenGL.
Based on my searching, it looks like you should try (a) upgrading the drivers for your graphics card and (b) reinstalling Counter-Strike. Have you tried playing other 3D games on your computer? Do they work?
mittrekkie 4 years ago
I must say a big thank you for this tutorial. I got mvc++ yrs ago and jst didnt get it. Followed this tutorial and it's up and running. I am now happily using it with mvc++. Very cool.
Where did you learn all of this?
successiveaspect 4 years ago
Trial and error, mostly.
mittrekkie 4 years ago
I have a problem,i don't have openGL on my computer,if i want download openGL ,i don't have to download visual c++ express?Or must i install everything what the guy said?
thnx
trocket1 4 years ago
Sorry, I accidentally removed your other comment. You said that you have been having trouble running CounterStrike because it says there are problems with OpenGL. Could you be more specific about what error message CounterStrike is giving you?
mittrekkie 4 years ago
Everytime i wantto change(by renderer)from software to openGL,my computer say that it isn't supporting the video mode.
trocket1 4 years ago
Sry, I found it now.
Nice Vids. Helped me MUCH!
TwistedTiger07 4 years ago
Hello!
Where can I download the cube and the other projects you use? I can't find them on the website!!! please help me
TwistedTiger07 4 years ago
Nice tutorial man.
jonesystar23 4 years ago
Nevermind lol shoulda watched the whole thing first.. i feel like an idiot
wwweeewww2 4 years ago
Hey not sure if im mistaken or not.. but for glut couldnt you have gone to Tools > options > expand products and solutions > and goto vc++ directories and add goto the drop down that says executable files by default and scrolled down to include files and added the include directory for glut by clicking the new line option then went to library files and added the lib directory? I prefer that method to modifying the windows path directories
wwweeewww2 4 years ago
thank you help somewhat i think im a noob to this...im only 13 and am working with my 11 year old cousin but anyways...thank you
Dannyboy5554 4 years ago