Hi Mike I'd suggest taking a look the projects below. To use Qt from C#:
https://github.com/mono/CppSharp and https://github.com/ddobrev/QtSharp The other way around seems harder though, most of the bindings I saw involved C++/CLI wrapper which probably won't work on other platforms other than Windows; There seems to be a solution to that end as well though: http://www.swig.org/exec.html, this tool automatically generates wrappers around C/C++ code. But seems to involve quite a bit of work as well because of the complexity / size of the Qt project. Hope it helps, BR/Thiago -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/c16ea1c9-993b-4bcb-aeda-aec4b333bae8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
