Search found 6 matches

by jmcorp
Fri Dec 21, 2007 10:11 pm
Forum: Beginners Help
Topic: I NEED HELP!
Replies: 10
Views: 320

Thanks!! Its working now! :D
by jmcorp
Fri Dec 21, 2007 9:40 pm
Forum: Beginners Help
Topic: I NEED HELP!
Replies: 10
Views: 320

thats what i get, even though i have copied the irrlicht.lib into my exe folder(the one in my documents)
by jmcorp
Fri Dec 21, 2007 9:38 pm
Forum: Beginners Help
Topic: I NEED HELP!
Replies: 10
Views: 320

by jmcorp
Fri Dec 21, 2007 9:23 pm
Forum: Beginners Help
Topic: I NEED HELP!
Replies: 10
Views: 320

Thanks sooo much that i gotten rid of all the 31 errors, but i error remains, this is what is still says:

"Linking...
LINK : fatal error LNK1104: cannot open file 'Irrlicht.lib'"
by jmcorp
Fri Dec 21, 2007 9:13 pm
Forum: Beginners Help
Topic: I NEED HELP!
Replies: 10
Views: 320

here is my main.cpp file. #include <irrlicht.h> using namespace irr; #pragma comment(lib, "Irrlicht.lib") int main() { IrrlichtDevice *device = createDevice(EDT_SOFTWARE, dimension2d<s32>(512, 384), 16, false, false, false, 0); device->setWindowCaption(L"Hello World! - Irrlicht Engine...
by jmcorp
Fri Dec 21, 2007 8:57 pm
Forum: Beginners Help
Topic: I NEED HELP!
Replies: 10
Views: 320

I NEED HELP!

I got the following errors after trying out the very first tutorial on the tutorial page, please help. i am using Microsoft Visual C++ 2005 express edition. thanks in advance. Compiling... main.cpp c:\users\emelle\documents\visual studio 2005\projects\game1\game1\main.cpp(10) : error C2065: 'EDT_SOF...