Search found 7 matches

by JiB-z
Fri Oct 07, 2005 10:12 am
Forum: Irrlicht.NET
Topic: GUIEvent problem
Replies: 3
Views: 1464

Thanks for your help but it doesn't work for me I had already this pattern for my app. So I guess that it can be a result of using .Net 2.0, I don't know if you use it.

So I decided to try to implement a GUI with WinForm classes.
by JiB-z
Thu Oct 06, 2005 7:58 pm
Forum: Irrlicht.NET
Topic: GUIEvent problem
Replies: 3
Views: 1464

GUIEvent problem

Ok here is the code which doesn't work :( :

if (e.Type == EventType.GUIEvent)
{
... Handle GUIEvent.BUTTON_CLICKED with id of a button ...
}



The code in the "if" block is never reached SO I guess that Irrlicht never get a GUIEvent like GUIEvent.BUTTON_CLICKED ...

I would know If someone ...
by JiB-z
Tue Sep 20, 2005 7:21 pm
Forum: Irrlicht.NET
Topic: [FIXED] Irrlicht 0.12 not work with SharpDevelop !
Replies: 7
Views: 2311

Ok, thanks Guest :? for you help.

But I have decided to use Visual C# 2005 Express cause it DO code completion very well and it use .Net 2.0 . I am sorry to quit Sharpdevelop as it's free and easy to use but for the moment Visual C# fills up all my needing.
by JiB-z
Thu Sep 15, 2005 10:49 am
Forum: Irrlicht.NET
Topic: [FIXED] Irrlicht 0.12 not work with SharpDevelop !
Replies: 7
Views: 2311

Re: I Fixed it !

Anonymous wrote: The Irrlicht.NET.dll is just a wrapper over Irrlicht.dll, where the true code of the engine is.
Ok I suppose is the reason cause I can't use code completion for Irrlicht in SharpDevelop :cry:

And so I am more quiet now I realise is not a "extreme solution". :roll:
by JiB-z
Tue Sep 13, 2005 5:21 pm
Forum: Irrlicht.NET
Topic: [FIXED] Irrlicht 0.12 not work with SharpDevelop !
Replies: 7
Views: 2311

I Fixed it !

So, I have THE extrem solution, the ULTIME answer, I FOUND IT :

Simply add the irrlicht.dll in the same directory of your EXE file.

Finally, I guess that Irrlicht.NET.dll NEED Irrlicht.dll to work.
by JiB-z
Tue Sep 13, 2005 4:17 pm
Forum: Irrlicht.NET
Topic: [FIXED] Irrlicht 0.12 not work with SharpDevelop !
Replies: 7
Views: 2311

[FIXED] Irrlicht 0.12 not work with SharpDevelop !

When I try to compile a very SIMPLE code or the Hello_Word_7.0 tutorial SharpDevelop throw this exception on console :


Unhandled Exception: System.IO.FileNotFoundException: File or assembly name Irrlicht.NET, or one of its dependencies, was not found.

File name: "Irrlicht.NET"
at ShootIt ...
by JiB-z
Sun Apr 11, 2004 1:51 pm
Forum: Beginners Help
Topic: How to convert c8* to wchar_t* and inverse
Replies: 4
Views: 1017

Ok big thanks