Pyry Kontio

Results 93 comments of Pyry Kontio

Thanks for the tip! Using the make provided with Qt (confusingly not named "make.exe" but "mingw32-make.exe") helped! The problem was that my normal MinGW gcc returned the build target as...

No need to apologize! Thanks to you, I got Qt Core running on C#. One more question: Is there any work done on Qt GUI and Qt Widgets yet? The...

Hi, I'm trying to work on this. (I know only little about the inner workings of C++# but I'll try to make sense of it!) Btw. the compilation of Qt5Gui.dll...

Thanks, it works. I might have found a bug either in CppSharp or in LLVM. When CppSharp's Parser::ParseSharedLib reads the dependencies to NativeLib->Dependencies, it has the iterable "dep" on row...

Sorry for the delay. Getting the dependencies works now. There was another patch, "type_traits_MSVC_12.patch", but I'm unable to apply it to the Clang commit that is recommended on the CppSharp...

No, QtCore wrapper gets generated without problems. It even works. (However, I didn't test anything but getting the Qt version using QtCore.QSysInfo.WindowsVersion. But at least the DLL loads correctly and...

Allright, I did some proof-of-concept style thing with your directions: added the entries to DependentNameSpaces and ReferencedAssemblies. (No any fancy automatic sorting by dependencies or such implemented yet, I did...

I published my forks of CppSharp and QtSharp: https://github.com/golddranks/CppSharp https://github.com/golddranks/QtSharp The QtSharp fork doesn't contain any significant code changes. CppSharp contains some changes, mostly for helping with debugging.

Oops, btw. I made my minor changes with QtSharp to the branch QtGuiDebugging, for your information. With CppSharp, I commited directly to my copy of master.