help ".exe.intermediate.manifest"

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
Vanx
Posts: 1
Joined: Sat May 17, 2008 11:27 pm

help ".exe.intermediate.manifest"

Post by Vanx »

hi i'm really newbie with this

my problem is when i compile the proyect it doesn't make an .exe
in the debug and release folders there's just a ".exe.intermediate.manifest" file (there's no errors i'm building the examples)

i'm using VC++ 2005 Express Edition, i've already set up the IDE

i've just used C++ and java before :cry: , sorry for my ignorance, can u help me plz?? :)

thx you!
Image
Ion Dune
Posts: 453
Joined: Mon Nov 12, 2007 8:29 pm
Location: California, USA
Contact:

Post by Ion Dune »

Make sure you're compiling under Release and not Debug, and that you're checking the folder "/Projects/projectname/release" and not "/Projects/projectname/projectname/release".

Other than that, I can't be sure. Also, If this doesn't make sense, I apologize. I'm using Vc++ 2008, but AFAIK it was the same (its been a while though).
dudMaN
Posts: 111
Joined: Fri Mar 02, 2007 6:37 pm

Post by dudMaN »

I Think theres like a "Build release" option for when you need an exe, and if you go to the build/run/etc menu at the top you can do "run without debugging", which i think also makes an EXE.

Sorry if that wasnt clear, havent used VC++ in a looong time. MinGW FTW.

-DudMan
Complete Irrlicht Beginners Tutorial
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=24898
Post Reply