ok another stupid newbie question.

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
SpacePowo
Posts: 8
Joined: Fri Jul 15, 2005 2:37 am
Contact:

ok another stupid newbie question.

Post by SpacePowo »

On irrlicht using #develop, which type of project do you use to create?

I use either console application or windows application.

I use windows2000.

What I do is, copy and paste the VB.NET example code to overwrite whats in the Main code file and sometimes make a seperate class file out of it. I also add the Irrlicht.net.DLL as my reference, I compile the code and boom success here.

But when I run the code, it seems to crash on me saying that the DLL file is not found or whatever.

I assume that I'm not doing it right. If anyone can show me the right way to do this, then I would appreciate it.

I spent hours trying to figure this out and don't even have time to mess around with this.
Guest

Post by Guest »

hello goto view hier
http://www.developerfusion.co.uk/utilit ... sharp.aspx

juste copy & paste
vb to c#
c# to vb
:lol:
SpacePowo
Posts: 8
Joined: Fri Jul 15, 2005 2:37 am
Contact:

Post by SpacePowo »

I got the problem solved.


Not only I need ittlicht.net.dll but I need irrlicht.dll as well.
Guest

Post by Guest »

That's true because irrlicht.net.dll is just a wrapper.
Locked