Search found 2 matches

by Ninja
Sun Oct 02, 2005 2:09 am
Forum: Beginners Help
Topic: I have a problem.
Replies: 3
Views: 207

well, whenever I try to build/run without debugging, it comes up with an error saying: c:\11111111111111111111\new1\new1.cpp(43): fatal error C1010: unexpected end of file while looking for precompiled header directive as you can tell this is the mega noob beginners tutorial. think you could elabora...
by Ninja
Sun Oct 02, 2005 1:40 am
Forum: Beginners Help
Topic: I have a problem.
Replies: 3
Views: 207

I have a problem.

space gui; #pragma comment(lib, "Irrlicht.lib") int _tmain() { IrrlichtDevice *device = createDevice(EDT_SOFTWARE, dimension2d<s32>(512, 384), 16, false, false, false, 0); device->setWindowCaption(L"Hello World! - Irrlicht Engine Demo"); IVideoDriver* driver = device->getVideoDri...