Search found 6 matches

by Aroidan
Fri Apr 20, 2007 8:35 am
Forum: Irrlicht.NET
Topic: IDE
Replies: 8
Views: 2664

I have done both. Still get the same thing.
by Aroidan
Wed Apr 18, 2007 9:38 pm
Forum: Irrlicht.NET
Topic: IDE
Replies: 8
Views: 2664

I can run the already compiled examples just fine. I also have copied over the irrlicht.net and irrlicht dll's to the debug folder (haven't built a release version). The example compiles fine but when trying to execute I get a runtime error that it can not find the DLL. Given the fact that the DLL w...
by Aroidan
Tue Apr 17, 2007 9:01 pm
Forum: Irrlicht.NET
Topic: IDE
Replies: 8
Views: 2664

I am not sure where the issue is with Sharp Develop. I am assuming that it is some sort of a linking issue with the compiler that is causing the issue. It could also be that Sharp Develop was meant only to work with .Net 1.1 and when linking in a .Net 2.0 library it has issues. I am not sure what th...
by Aroidan
Tue Apr 17, 2007 12:03 am
Forum: Irrlicht.NET
Topic: IDE
Replies: 8
Views: 2664

IDE

Does anyone know of a good free IDE to use for C# development that is compatable with IrrLicht. I was using Sharp Develop but it seems to have issues with IrrLicht.
by Aroidan
Sun Apr 15, 2007 5:57 pm
Forum: Beginners Help
Topic: App crash Error
Replies: 0
Views: 177

App crash Error

Greetings, I am having trouble getting an application to run. It appears to be crashing as soon as I try to use an object from the irrlicht libraries. I am coding in C# using the Sharp Develop IDE on Vista. The crash details are: Description: Stopped working Problem signature: Problem Event Name: AP...
by Aroidan
Sun Apr 15, 2007 4:08 am
Forum: Irrlicht.NET
Topic: C# HelloWorld example compiles; but runtime error :(
Replies: 4
Views: 2847

I am currently having the same problem as well. I keep getting "Exception System.IO.FileNotFoundException was thrown in debuggee: The specified module could not be found. (Exception from HRESULT: 0x8007007E)089ǃȌ" I have copied the DLLs to the debug directory and added the reference to the...