Page 1 of 1

Compile problem

Posted: Tue Sep 12, 2006 1:52 am
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? :?:

Posted: Tue Sep 12, 2006 12:45 pm
by Dreamora
Install .NET 1.1

Upgrade worked

Posted: Fri Sep 15, 2006 10:05 pm
by Terrachild
I'm using C++ 2005 Express, all is fine now, thanks.

Posted: Mon Sep 18, 2006 11:25 am
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?

Success.

Posted: Wed Sep 20, 2006 9:31 am
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