Page 1 of 1
Irrlicht.NET
Posted: Sun May 11, 2008 11:41 am
by Blue Hampster
Hi, I have succesfully compiled Irrlicht.dll main file, but when attempting to create the Irrlicht.net.dll file, i get about 350 error messages, something like C2337 error and not finding an Out atribute or any of the Irrlicht Members. Does anyone know whats wrong?
Posted: Sun May 11, 2008 4:38 pm
by cdrwolfe
Post the errors if you want help
Regards Wolfe
Posted: Sun May 11, 2008 5:37 pm
by Italia
Print the error

Posted: Sun May 11, 2008 7:27 pm
by Blue Hampster
Well, I think the main issue is telling Visual Studio were irrlicht.dll is. How do ya do that?
Posted: Mon May 12, 2008 3:59 pm
by Blue Hampster
Ok, as no-one realy knows then, does someone have any idea were I can get the post-compiled version of the built in Irrlicht.net engine. I know theres Irrlicht.NET CP out there, but it is missing several of the functions that I want to use
Posted: Tue May 13, 2008 11:46 am
by JDHunter
Hey,
what functions do you missed in irrlichtNetCP?
and you are sure that they functions are missed? or other named in it!?
and the last irrlicht release (1.3?) with .net there are no problems...
check out, that your dll are all in correct version.
copy the "irrlicht-1.3\bin\Win32-VisualStudio\Irrlicht.dll" and the "irrlicht-1.3\bin\Win32-VisualStudio\Irrlicht.NET.dll" in the 'bin' of your application...
Have you test the examples?
Posted: Tue May 13, 2008 11:50 am
by cdrwolfe
All i know is that i use .Net with irrlicht and originally i bodged it by copying all the various dll's to a number of folders including the bin and debug folders of the compiled exe. it was a pain to get working though so good luck.
Regards Wolfe
Posted: Tue May 13, 2008 9:04 pm
by Blue Hampster
Hmm, I have no idea why it is returning these errors, anyway, with Irrlicht NET CP, it doesn't let skins for fonts to be placed so your stuck with the built in one. There were a few other things that I wanted to do, but cant remeber them. There wern't any problems per say, just things that hadn't been implemented. Im also working with Irrlicht 1.4 rather than 1.3