mono / cxxi

C++ interop framework

Home Page:http://groups.google.com/group/mono-cxxi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Directory structure
-------------------

src/
  Mono.Cxxi
    The runtime library
  generator
    The binding generator
  qt
    Auto generated Qt bindings + test program

tests/
  Regression tests

examples/
  Hello
    Small, Hello, World! example

Inlining
--------

Inline methods are mapped to a shared library name libFoo-inline.so where libFoo.so is the
original shared library we are binding to. This library should be compiled using gcc's 
-fkeep-inline-functions option:

g++ `pkg-config --cflags QtCore QtGui` --shared -fPIC -o libQtGui-inline.so -fkeep-inline-functions qt-gui.cpp `pkg-config --libs QtCore QtGui`



    

About

C++ interop framework

http://groups.google.com/group/mono-cxxi

License:Other


Languages

Language:C# 91.9%Language:C++ 3.5%Language:M4 2.2%Language:Makefile 1.7%Language:Shell 0.6%