Learn to use your compiler, or use one that others actualy use. I suggest you use Microsoft Visual C++ Express. It is free, is easy to use, has an excellent debugger, and will build Irrlicht without problems.
Travis
Yes it's free and easy and doesn't work with Vista Home Premium because of the ...
Search found 7 matches
- Sun Mar 15, 2009 5:26 am
- Forum: Beginners Help
- Topic: Using irrlicht in command prompt
- Replies: 14
- Views: 1126
- Sat Mar 14, 2009 11:48 pm
- Forum: Beginners Help
- Topic: Using irrlicht in command prompt
- Replies: 14
- Views: 1126
- Sat Mar 14, 2009 7:27 pm
- Forum: Beginners Help
- Topic: Using irrlicht in command prompt
- Replies: 14
- Views: 1126
- Sat Mar 14, 2009 3:05 pm
- Forum: Beginners Help
- Topic: Using irrlicht in command prompt
- Replies: 14
- Views: 1126
I tried that:
I tried appending \*.h to it but it still tells me that.
Code: Select all
C:\Users\unknown>bcc32 -LC:\irrlicht-1.5\include
Error E2236: No file names given- Sat Mar 14, 2009 5:11 am
- Forum: Beginners Help
- Topic: Using irrlicht in command prompt
- Replies: 14
- Views: 1126
- Sat Mar 14, 2009 4:30 am
- Forum: Beginners Help
- Topic: Using irrlicht in command prompt
- Replies: 14
- Views: 1126
Using irrlicht in command prompt
Hey guys. I have forsaken all IDE's for the Command Prompt (I am using Borland compiler). I have a file called main.cpp which has this:
#include <irrlicht.h>
#include <iostream.h>
using namespace std;
void main()
{
cout << "Yo";
}
I edited the Path in Environment Variables and added this:
C ...
#include <irrlicht.h>
#include <iostream.h>
using namespace std;
void main()
{
cout << "Yo";
}
I edited the Path in Environment Variables and added this:
C ...
- Tue Mar 10, 2009 9:30 pm
- Forum: Open Discussion and Dev Announcements
- Topic: 3d robotic arm project
- Replies: 3
- Views: 1110
3d robotic arm project
All right, bear with me here as I try to explain this: Friend and I had an idea of giving NASA coding interns a challenge by having them program a virtual 3D robotic arm to move. This means that I give them the code that just draws the arm in a 3D environment, along with info on how to code movement ...