Search found 4 matches

by metalhead
Sun Oct 05, 2008 3:16 pm
Forum: Project Announcements
Topic: IrrAR - Irrlicht and Augmented Reality
Replies: 90
Views: 58202

I solved it by myself by adding every lib through #pragma comment(lib, "*.lib").
Everything works fine now - thanks for your great work!
by metalhead
Fri Oct 03, 2008 10:10 pm
Forum: Project Announcements
Topic: IrrAR - Irrlicht and Augmented Reality
Replies: 90
Views: 58202

Hi! I've just tried to create a new IrrAR project using the already given sourcecode. But I've got the same problem as Mizjaaa though I linked the libraries properly (at least I think so ;) ) Here is the list of errors I get: 1>Linking... 1>irrAR.obj : error LNK2001: unresolved external symbol _arPa...
by metalhead
Mon Sep 22, 2008 6:30 pm
Forum: Beginners Help
Topic: another compilation error..
Replies: 4
Views: 1328

true.
I thought compiling "BuildAllExamples.sln" should work, too.
Thanks for helping! :)
by metalhead
Mon Sep 22, 2008 5:53 pm
Forum: Beginners Help
Topic: another compilation error..
Replies: 4
Views: 1328

another compilation error..

Hi there, I'm trying to run the first example 01.HelloWorld and already fail.. I followed the instructions of the tutorial exactly, however I get the error: LINK : fatal error LNK1104: cannot open file 'Irrlicht.lib' in addition to that: d:\irrlicht-1.4.1\examples\demo\CDemo.h(21) : fatal error C108...