Quantcast
Channel: ClearScript
Viewing all articles
Browse latest Browse all 2297

New Post: ClearScript on Mono/Xamarin?

0
0
By the way, I stumbled upon this thing called swig (http://www.swig.org/) while looking into using RakNet.
Quote from the RakNet documentation:
What is Swig?

Swig is an application that generates wrapper code for a native DLL to interface with other languages allowing you to use a C/C++ library in one of the supported languages. Currently Swig configuration for RakNet is set up to generate a managed interface that can be used in managed C# in Windows, as well as in Linux with Mono.

Swig generates a CXX and .h file, which exposes interfaces that can be used by the target language. The CXX file is included when building the C++ dll that the target language uses.

Swig also generates files in the target language for inclusion in the project of the target language to interface with the dll. These are added to the project of the target language.
Could this be of any use?

Viewing all articles
Browse latest Browse all 2297

Latest Images

Trending Articles





Latest Images