Compile problem

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
Terrachild
Posts: 21
Joined: Sun Sep 03, 2006 5:58 am

Compile problem

Post by Terrachild »

I need the RotateVect routine for using FMOD.
But, it isn't implemented in Irrlicht.net.dll yet, so I thought I would add it myself and recomple....Ahhh if it were only that simple.

For some reason I can open the source files for Irrlicht.dll and create a new Dll out of them, but when I open the source files for the dot net dll and try to create a Dll I get a host of errors. I haven't made any changes to the source code yet.

I'm using Visual Studio Dot Net, it says Microsoft Develoment environment 2002 on the about screen, Dot Net Framework 1.0, version 1.0.375.

Is there some reason it won't compile? :?:
Dreamora
Posts: 1
Joined: Mon Sep 11, 2006 1:48 pm

Post by Dreamora »

Install .NET 1.1
Terrachild
Posts: 21
Joined: Sun Sep 03, 2006 5:58 am

Upgrade worked

Post by Terrachild »

I'm using C++ 2005 Express, all is fine now, thanks.
ProSoft
Posts: 59
Joined: Thu Sep 08, 2005 10:55 am
Location: Brasil

Post by ProSoft »

Terrachild: Have you sucess compiling irrlicht.net.dll? Im unsing VC++ 2005 and when i try to compile, i have a lot of undefined external. Do you can show some tips?
Terrachild
Posts: 21
Joined: Sun Sep 03, 2006 5:58 am

Success.

Post by Terrachild »

First, follow these instructions from MS: http://msdn.microsoft.com/vstudio/expre ... usingpsdk/

Do everything it says.



Next, look this over: http://irrlicht.sourceforge.net/phpBB2/ ... highlight=

Steps 1, and 2 are done if you followed the MS instructions, however step 3 needs to be done.

If you have more questions feel free to ask.

Chris
Locked