-
Just want to say, awesome project. Great concept, and it is unbelievable how easy you have made it for others.
I do have a question though. When CppSharp parses the headers I specify, I get an error …
-
Our properry of IsImplicit is, first, attached to Method instead of Declaration, and second, not read properly (if at all).
-
Hi,
I've recently created a couple of test apps over here
https://github.com/grbd/QtSharp.TestApps
just to see if I could create a basic form, or load in a ui file.
As you've mentioned I've stuck wit…
-
inspired by https://github.com/commercialhaskell/stack/blob/master/appveyor.yml
then https://www.appveyor.com/docs/deployment/github
in particular - https://github.com/silky/haskmas/blob/master/appv…
silky updated
8 years ago
-
| | |
|--------------------|----|
| Bugzilla Link | [PR24655](https://bugs.llvm.org/show_bug.cgi?id=24655) |
| Status | RESOLVED INVALID |
| Importance |…
-
I have final release of VS2015 (14.0.23107.0).
I found 2 problems in cppSharp with VS2015:
1) I have Windows 7 x64 SP1. No addition SDK were installed (except SDK's, shipped with Visual Studio). cppS…
-
I am including the directory of the library file using:
options.addIncludeDirs(@"C:\Program Files (x86)\STEP Tools\ST-Developer 16\lib\i86_win32_vc12_md");
and providing a library to work with using:
…
-
```
7>------ Rebuild All started: Project: CppSharp.Generator, Configuration: Release x64 ------
7>C:\src\3d\CppSharp\src\Generator\Generators\CSharp\CSharpTextTemplate.cs(313,47,313,62): error CS1061…
-
With the latest releases that use Qt 5.5.1, I've not been able to test the latest fixes (I really want to see it working)
For some reason I've been getting "System.DllNotFoundException' occurred in Q…
-
An unhandled exception of type 'System.EntryPointNotFoundException' occurred in CppSharp.Parser.CSharp.dll
I get these errors when trying to create bindings.
I have cloned latest version from github…