PDA

View Full Version : OpenGl Help



gun smither
6th August 2006, 13:19
Okay I got the Syntax but how do you compile the files?

-SiLenT-
6th August 2006, 13:24
Wouldn't this be better off in the Coding section?

Macpunk
6th August 2006, 23:34
Yes, it would. If it pertains to MoH:AA(I'm guessing so) it might go here, but he hasn't even told us what he's trying to do.

Anyways, go learn C++, and then learn the OpenGL API. And then and only then post in the coding forum.

Klownterfit
7th August 2006, 02:20
Anyways, go learn C++, and then learn the OpenGL API. And then and only then post in the coding forum.

Ignore that, go post in the coding forum for help.

How's he supposed to learn if everyone says "Learn it first, then you can talk to us"?

[oC]pingu
7th August 2006, 02:43
my advice, take some books out on C++ at your local library. Then check out OpenGL stuff at opengl.org or just google "OpenGL Tutorials".

anthracene
7th August 2006, 03:39
Anyways, go learn C++, and then learn the OpenGL API.




my advice, take some books out on C++ at your local library. Then check out OpenGL stuff at opengl.org or just google "OpenGL Tutorials".


Doesnt anyone notice that he only asks how to compile the files? I never read that he didnt know C or opengl... though I wont discuss how stupid it is that he knows what he's doing but never compiled anything ;)


What compiler are you using, and do you have problems with it or do you just dont know?

Heres a little reference by the way, if anyone else wants some more, I'll upload em on rapidshare.

Quest
7th August 2006, 03:42
He said he got the synthax right so he knows how to write c++, im guessing he need to know how to make it a .dll which i have no idea, i will start learnin it soon....codin section will be best or game-deception if i may

Macpunk
7th August 2006, 05:39
Okay. I very seriously doubt he knows C++. Anyone can fix syntax errors. It's not hard.

He can go ahead and post in the coding forum. Who cares? Just another post to clog up the good stuff on this forum...just like the first 700 of mine.

Ever thought about google?

--Macpunk

gun smither
7th August 2006, 14:21
Yea I've searched google and I know like simple syntax but thats it.. I posted on the coding section too +P

Macpunk
7th August 2006, 22:38
Thank you gun smither. Sorry if it sounded like I was chewing you out. ;p

--Macpunk

m0d hipp„
11th August 2006, 07:04
I guess this can be closed but if you want to keep it open, maybe you can tell us the error your getting and what line it points to.

Some error a a b*tch to fix. Ive had problems where my syntax compiles fine with 0 errors\warnings but it doesnt work, or it crashes the game blah blah blah.. you have to make sure your hooking\writing to the engine properly.

SOmetimes its stupid stuff your missing like "{} or ; or smth like that or undefined variables.. I would try seaching the errors in msdn itll give you an error like Error 2049: blah blah blah is undefined on line blah.
so just search msdn error 2049 for example. hope thats a little helpfull if your question hasnt been answered yet.