can't compile with DevC++

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
Cromax
Posts: 2
Joined: Wed Jan 07, 2004 7:30 am
Location: Germany NRW

can't compile with DevC++

Post by Cromax »

sorry if the answer to my question is somewhere here on the board, but i have searched and found nothing to that.

my problem is, that i want to compile the simple helloworld demo after configuring devc++ step by step with the tutorial, but i get the answer "No Host Application was provided. You can set it in Execute menu, Parameters."

when i look into the project dir i can see, that there is an object file (helloworld.o) but no .exe

where is my problem ? =)

sorry for my english, i am german ;)

and thanks for all answers
Saalen
Posts: 51
Joined: Thu Sep 04, 2003 7:49 am
Location: Germany
Contact:

Post by Saalen »

Something is wrong with your project settings?
Setup a new one, and follow the steps of the dev cpp tutorial on the irrlicht site.
Cromax
Posts: 2
Joined: Wed Jan 07, 2004 7:30 am
Location: Germany NRW

Post by Cromax »

ok now it works
stupid mistake =)
i have chosen a wrong dll in the project settings
thanks a lot :)
Post Reply