HOW INTEGRATE EXTERNAL APIS WITH IRRLICHT .NET AND C#
HOW INTEGRATE EXTERNAL APIS WITH IRRLICHT .NET AND C#
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#?
-
- Posts: 5
- Joined: Tue Aug 26, 2003 1:22 pm
- Location: Hameln/Germany
- Contact:
You text style is quite difficult...
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
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