-
where my question comes from:
I saw a line of sample code like this:
[DllImport("Basic.Native.dll",
CallingConvention = global::System.Runtime.InteropServices.CallingConvention.Cdecl,
EntryPoint="?…
-
-
**Problem:**
I'm writing Cocoa bindings. https://github.com/p0nce/DerelictCocoa
Things begin to work really well except for one nagging point: you can't interface with Obj-C methods returning a NSPoi…
p0nce updated
9 years ago
-
i found there are many exposed methods in driver.Options object like options.Libraries.Add() but the meaning of each of them is not well-self-explained. I an now trying to find if there is a API docum…
-
I've noticed it's now possible to build the wrapper for modules Qt5Core, Qt5Gui, Qt5Widgets
I'd like to request Qt5Designer as the next one for addition.
It's possible to create .ui files with QtDesi…
-
OS-X 10.10.3
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Mono JIT compiler version 4.0.2 ((detached/198235d Tue Jun 9 14:24:40 EDT 2015)
LLVM Git mirror revision 0e8abfa6ed986c…
-
Consider this case:
C++:
`static Base getBase() { return Derived(); }`
C#:
`Base b = Base.getBase();
b.virtual();`
Since we're not generating code to go through the virtual table in `Base` we'll no…
-
To reproduce, run Qt# and try compiling the resulting QtGui.cs. You'll see that, for example, the internal field "m_values" of QInputMethodQueryEvent does not have its QVector type fully qualified. Si…
-
Should be pretty straightforward: get the addresses of ref params using unsafe code and pass that to the native code. The only corner case is default argument values because C# ref types cannot have t…
-
This is my first time trying to use CppSharp. I using VS 2013 on Windows 8 and have followed the "Compiling on Windows/Visual Studio" build steps for building the 32 bit version. However now when I bu…