Search found 4 matches

by michaldawn
Wed Apr 09, 2014 6:18 am
Forum: Project Announcements
Topic: Irrlicht Lime is a .NET wrapper for Irrlicht Engine
Replies: 422
Views: 175898

Re: Irrlicht Lime is a .NET wrapper for Irrlicht Engine

When I start application directly by clicking on EXE file a get same error..... But after some test I found solution. When I add MSVCR100D.dll into bin directory, it works (even with debug in VS2012). I have MV C++ 2010 x86 Redistributable and MV C++ 2012 Redistributable (x86) installed, but for som...
by michaldawn
Tue Apr 08, 2014 1:23 pm
Forum: Project Announcements
Topic: Irrlicht Lime is a .NET wrapper for Irrlicht Engine
Replies: 422
Views: 175898

Re: Irrlicht Lime is a .NET wrapper for Irrlicht Engine

It looks like "API-MS-WIN-CORE-SHUTDOWN-L1-1-1.DLL" and "EXT-MS-WIN-NTUSER-UICONTEXT-EXT-L1-1-0.DLL" problem.... :( This relates with windows 8.1
by michaldawn
Tue Apr 08, 2014 1:06 pm
Forum: Project Announcements
Topic: Irrlicht Lime is a .NET wrapper for Irrlicht Engine
Replies: 422
Views: 175898

Re: Irrlicht Lime is a .NET wrapper for Irrlicht Engine

More info...: I'm using Windows 8.1 (to be precise). I still searching at internet and I'm starting to worry that it will be some system DLL missing problem.
by michaldawn
Tue Apr 08, 2014 12:24 pm
Forum: Project Announcements
Topic: Irrlicht Lime is a .NET wrapper for Irrlicht Engine
Replies: 422
Views: 175898

Re: Irrlicht Lime is a .NET wrapper for Irrlicht Engine

Hello all. I'm thinking about using IrrLicht Lime for my next project. I'm trying some basic code, but I stuck with application building. I set IrrLichtLime.dll reference I set Platform to Active(x86) in project properties I also set Platform target to x86 Building application works fine, but when a...