does anyone have a tut on how i can make an exe compiler???

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
jamesguize
Posts: 21
Joined: Tue May 03, 2011 4:39 pm
Location: Victoria, San Mateo, Isabela, Philippines

does anyone have a tut on how i can make an exe compiler???

Post by jamesguize »

does anyone have a tut on how i can make an exe compiler???....
Hello There, I am a begginer, can you help me with the models, or can you show me a website where there are free models, thanks...
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Post by hendu »

No matter what you mean by that, the PE specs are somewhere on the MSDN site.
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Post by serengeor »

the troll is still here :shock:
Working on game: Marrbles (Currently stopped).
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

I actually have papers on writing compilers lying around here somewhere, might be a bit above your level though :D
ent1ty
Competition winner
Posts: 1106
Joined: Sun Nov 08, 2009 11:09 am

Post by ent1ty »

Terrific! You have a link to some kind of online PDFs or something?

Prepare to write irrlicht apps in LOLCODE! :lol:

CAN HAS IRRLICHT?


Edit: Now that I think of it, it might be a better idea to write some kind of LOLCODE -> C++ parser, and then compile using GCC
irrRenderer 1.0
Height2Normal v. 2.1 - convert height maps to normal maps

Step back! I have a void pointer, and I'm not afraid to use it!
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

ent1ty wrote:Terrific! You have a link to some kind of online PDFs or something?

Prepare to write irrlicht apps in LOLCODE! :lol:

CAN HAS IRRLICHT?


Edit: Now that I think of it, it might be a better idea to write some kind of LOLCODE -> C++ parser, and then compile using GCC
I'd have to dig deep through some of my external drives, downloaded it years ago and never looked at it since, not a lot of people are crazy enough to actually write compilers you know :D
ent1ty
Competition winner
Posts: 1106
Joined: Sun Nov 08, 2009 11:09 am

Post by ent1ty »

Yeah never mind, the best way would most likely be to transfer LOLCODE to C++ and then compile with GCC or some other C++ compiler, as I said... right?
irrRenderer 1.0
Height2Normal v. 2.1 - convert height maps to normal maps

Step back! I have a void pointer, and I'm not afraid to use it!
CuteAlien
Admin
Posts: 9718
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

There is a fantastic tutorial: http://www.amazon.com/dp/0321486811/ref ... 387&sr=1-1

But despite the funny dragon on the cover, it's really, really not for beginners.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

CuteAlien wrote:There is a fantastic tutorial: http://www.amazon.com/dp/0321486811/ref ... 387&sr=1-1

But despite the funny dragon on the cover, it's really, really not for beginners.
Ahh, the famous 'Dragon Book' :D
I think I read some parts of the first edition (the red dragon book) a while back
nespa
Posts: 167
Joined: Wed Feb 24, 2010 12:02 pm

Post by nespa »

step by step tutorial :

http://compilers.iecc.com/crenshaw/
Post Reply