Hi everybody, im new here. I have recently downloaded Irrlicht, and I have no idea how to use it with Borland C++ Compiler 5.5 (which i downloaded free some time ago), its a command line compiler. I tried copying the Irrlicht include files and lib files (the msvc ones i think, although the others gave the same results) into the appropriate folders, and i copied the dll file into the hello world tutorial folder, which i then tried to compile.. All i got was 7 errors and a few hundred warning messages, But i cant remember what they were, the errors were possibly something to do with the maths files though. When i tried removing the lib and ext files, it made no difference, but when i removed the include files it gave even more errors.
Im guessing there must be some way to make this work, possibly by converting the ext file into an obj file? I have no idea to be honest.
Can anybody help me?
Sorry to be a n00b, btw
EDIT: And yes, i did search, unsuccesfully.