Page 1 of 1

How to use CEGUI with .NET?

Posted: Mon May 05, 2008 16:13
by dedesite
Hi all,

I'm developper on French amateur game project called Mital War. I just join the project in order to help them (there is already 4 developpers at work) to solve problem with CEGUI.

We use IrrlichtDotNet and CeguiDotNet cause the game is developped in C#. The problem is that CeguiDotNet is apparently bug, so I'm looking for other solutions.

Do you think that is possible use the C++ library compile in C++ managed code into a .NET application?
Or could we use lua and call it in a .Net application?

Thanks for your help,
Greetings,
Andreas

Posted: Mon May 05, 2008 16:46
by MrDoom
By CeguiDotNet, do you mean this?

Posted: Mon May 05, 2008 17:48
by CrazyEddie
Hi,

To answer your actual question; I do not believe that the system will compile with the managed extensions enabled, and this is not something we would be able to support - although if you were to get it to work, please do let us know :)

As far as CEGUI# goes, I think the project is in a fairly dormant state at the moment (although not entirely dead, mind you).

CE.

Posted: Wed May 07, 2008 08:43
by dedesite
Thanks for your repply ;).

@MrDoom : Yes I mean this.

@CrazyEddie :
I do not believe that the system will compile with the managed extensions enabled


Hum, that's what I was thinking about...

EDIT : I've looked in the sources for Windows (not the SDK) and I didn't find any Visual Studio project. Is there a way to find them?

As far as CEGUI# goes, I think the project is in a fairly dormant state at the moment (although not entirely dead, mind you).


It's the problem, the project is nearly inactiv and some bugs arren't fix. Some dev in MitalWar's team have tried to fix them but without succes. That why I'm here, but I don't know what to do :p.

I'll post if I find a solution.

Greetings,
Andreas

Posted: Wed May 07, 2008 15:25
by scriptkid
dedesite wrote:I've looked in the sources for Windows (not the SDK) and I didn't find any Visual Studio project. Is there a way to find them?


You're looking for the premake files, please have a look here:
http://www.cegui.org.uk/wiki/index.php/ ... on_Windows