en972![]() Member Posts: 562 From: NOT TELLING! Registered: 08-27-2004 |
Hi! I'm working on compileing irrlicht with borland. And so I got some errors. Now it obviously found the irrlicht.h header fine. It also find the lib directory. So I am not asking you to solve all my errors. But It would be nice if you could point out a few. My errors are: [C++ Error] irrArray.h(131): E2211 Inline assembly not allowed in inline and template functions
#include <irrlicht.h> using namespace irr; #pragma comment(lib, "Irrlicht.lib") int main() device->setWindowCaption(L"Hello World! - Irrlicht Engine Demo"); IVideoDriver* driver = device->getVideoDriver(); guienv->addStaticText(L"Hello World! This is the Irrlicht Software engine!", IAnimatedMesh* mesh = smgr->getMesh("../../media/sydney.md2"); if (node) smgr->addCameraSceneNode(0, vector3df(0,30,-40), vector3df(0,5,0)); while(device->run()) smgr->drawAll(); driver->endScene(); device->drop(); ------------------ [This message has been edited by en972 (edited August 12, 2005).] |