SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
http://www.swig.org
easily used with non ISO compilers, like Visual C++. For example
if you are wrapping the Windows 64 bit type __int64 the long long
typemaps can be used with %apply:
%apply long long { __int64 };
__int64 value1(__int64 x);
__int64 will now appear in the generated code instead of long long.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4444 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
||
|---|---|---|
| SWIG | ||
| swigweb | ||