Irrlicht.NET

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Blue Hampster
Posts: 39
Joined: Tue Apr 29, 2008 1:41 pm
Contact:

Irrlicht.NET

Post 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?
cdrwolfe
Posts: 100
Joined: Thu Nov 15, 2007 5:38 pm
Location: Cranfield University

Post by cdrwolfe »

Post the errors if you want help

Regards Wolfe
Italia
Posts: 10
Joined: Sun May 04, 2008 11:12 am

Post by Italia »

Print the error :D
Blue Hampster
Posts: 39
Joined: Tue Apr 29, 2008 1:41 pm
Contact:

Post by Blue Hampster »

Well, I think the main issue is telling Visual Studio were irrlicht.dll is. How do ya do that?
Blue Hampster
Posts: 39
Joined: Tue Apr 29, 2008 1:41 pm
Contact:

Post 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
JDHunter
Posts: 17
Joined: Tue Jun 20, 2006 6:15 am
Location: Germany
Contact:

Post 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?
cdrwolfe
Posts: 100
Joined: Thu Nov 15, 2007 5:38 pm
Location: Cranfield University

Post 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
Blue Hampster
Posts: 39
Joined: Tue Apr 29, 2008 1:41 pm
Contact:

Post 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
Post Reply