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.
Search found 7 matches
- Fri Oct 07, 2005 10:12 am
- Forum: Irrlicht.NET
- Topic: GUIEvent problem
- Replies: 3
- Views: 1464
- 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 ...
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 ...
- Tue Sep 20, 2005 7:21 pm
- Forum: Irrlicht.NET
- Topic: [FIXED] Irrlicht 0.12 not work with SharpDevelop !
- Replies: 7
- Views: 2311
- 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 !
Ok I suppose is the reason cause I can't use code completion for Irrlicht in SharpDevelopAnonymous wrote: The Irrlicht.NET.dll is just a wrapper over Irrlicht.dll, where the true code of the engine is.
And so I am more quiet now I realise is not a "extreme solution".
- 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.
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.
- 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 ...
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 ...
- Sun Apr 11, 2004 1:51 pm
- Forum: Beginners Help
- Topic: How to convert c8* to wchar_t* and inverse
- Replies: 4
- Views: 1017