forked from mono/cxxi
-
Notifications
You must be signed in to change notification settings - Fork 0
C++ interop framework
License
tyagidevank1/cxxi
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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
Resources
License
Code of conduct
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C# 92.0%
- C++ 3.5%
- M4 2.2%
- Makefile 1.7%
- Shell 0.6%