HOW INTEGRATE EXTERNAL APIS WITH IRRLICHT .NET AND C#

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
grayman
Posts: 69
Joined: Thu May 12, 2005 10:48 am
Location: colombia

HOW INTEGRATE EXTERNAL APIS WITH IRRLICHT .NET AND C#

Post by grayman »

we are working with irrlicht .NET and c#, even its incomplete we hope you know the next complete release but we have a problem because the external apis are written in c++, the question is, exist someway to integrate this external apis like ode, cal3d, raknet, openal written in c++ with irrlicht .NET using c#?
klinsebaer
Posts: 5
Joined: Tue Aug 26, 2003 1:22 pm
Location: Hameln/Germany
Contact:

Post by klinsebaer »

You text style is quite difficult... :evil:

If those APIs only use simple data types as return values and parameter, it should be not that problem. You can load extern DLL functions using the DLLImport statement (have a search with Google or the MSDN).
The DLLImports only works with "Unsafe Code" if I remember well.

Klinsebaer
Post Reply