Search found 9 matches

by Irrlichtproduction
Wed Oct 08, 2008 8:10 pm
Forum: Beginners Help
Topic: Why did compiling not create a .exe?
Replies: 14
Views: 785

Some basic knowledge is simply required before starting with Irrlicht. You are absolutely correct. And I will attempt to grow that knowledge base. Thank you for the fish rogerborg, I'm still working on the how to part. I'll look for a good forum for the Visual and work on any basic setup questions ...
by Irrlichtproduction
Wed Oct 08, 2008 3:52 pm
Forum: Beginners Help
Topic: Why did compiling not create a .exe?
Replies: 14
Views: 785

Ok, I'll poke around there I was under the impression that this forum was to help aid people in there troubles in a progression to a finished item (project), especially those pertaining to the early less complex stages (Beginners), I must be wrong. I'm sorry I took integrating the necessary Irrlicht...
by Irrlichtproduction
Tue Oct 07, 2008 10:56 pm
Forum: Beginners Help
Topic: Why did compiling not create a .exe?
Replies: 14
Views: 785

Ok, I'll take a look there, but I do think it's a related question. For example, suppose I asked about a piece of coding, I am asking about a piece that will interact and use the engine, likewise, when I ask about the compiler, I am asking about a piece that will change the actions of the engine. Se...
by Irrlichtproduction
Tue Oct 07, 2008 7:55 pm
Forum: Beginners Help
Topic: Setting up Visual C++ 2008 Express Edition correctly
Replies: 27
Views: 5423

Ok, I did search for the words Windows Platform SDK in both http://irrlicht.sourceforge.net/tut001.html (tutorial), and http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=25751 (the getting started post) and didn't see it in either place. Why is the Windows® Server 2003 R2 Platform SDK, why is t...
by Irrlichtproduction
Tue Oct 07, 2008 7:35 pm
Forum: Beginners Help
Topic: Why did compiling not create a .exe?
Replies: 14
Views: 785

Thank you, how can I change the file the compile is placed in? (I'm not familiar with Microsoft Visual C++)
by Irrlichtproduction
Tue Oct 07, 2008 6:21 pm
Forum: Beginners Help
Topic: Why did compiling not create a .exe?
Replies: 14
Views: 785

Why did compiling not create a .exe?

When I compiled the example, why didn't it create a .exe? (It made the debug folder...)
by Irrlichtproduction
Tue Oct 07, 2008 5:53 pm
Forum: Beginners Help
Topic: Setting up Visual C++ 2008 Express Edition correctly
Replies: 27
Views: 5423

That's it, I can't find the places in the settings to set it up, because the menu's are different. when it says select the 'Include' Item in the combo box. Add the include directory of the irrlicht engine folder to the list of directories. I can't find "Include" I assume this means that th...
by Irrlichtproduction
Tue Oct 07, 2008 2:05 pm
Forum: Beginners Help
Topic: Setting up Visual C++ 2008 Express Edition correctly
Replies: 27
Views: 5423

I tried just using one of the examples but worried that I had not yet linked the irrlicht.dll to the building program, but figured it would be configured to do so when I built one of the examples. I went and built example 1 and received this error message 1>------ Build started: Project: 01.HelloWor...
by Irrlichtproduction
Tue Oct 07, 2008 2:17 am
Forum: Beginners Help
Topic: Setting up Visual C++ 2008 Express Edition correctly
Replies: 27
Views: 5423

Setting up Visual C++ 2008 Express Edition correctly

I went to the topic "The Frequently Asked Questions (FAQ) [Updated Jan 2008]" and saw that Visual C++ 2008 Express Edition could be used, downloaded and installed it. Then went to the guide for setting it up for Irrlicht mentioned later in the post (and below) If you use a different IDE or...