João Matos

Results 353 comments of João Matos

Hey @RedMindZ, can you run with `options.Verbose = true` and post the output?

Just to make sure, did you activate `options.Verbose` or `parserOptions.Verbose`, because they are two different options. I would expect to see more output with the former, like the passes being...

Well all the QPDF C++ types are getting ignored for some reason, it may be simple but at this point I would need to set it all up and debug...

I don't recall anymore either, but think it was pretty much good to go. Please rebase it on top of latest master, make sure all tests still pass and lets...

It's not compiling anymore: ``` Passes\IgnoreSystemDeclarationsPass.cs(60,49): error CS0103: The name 'GetCharSpecializations' does not exist in the current context [C:\projects\cppsharp\src\Generator\CppSharp.Generator.csproj] ``` Guess some code moved around or was renamed, and needs...

@hermann-noll Thank you very much for the test case, this will really help in tracking this down. Since this seems like a complicated issue and will surely take a big...

Hmm I am not sure if this is supported out of the box right now. Can you send an example of how it should work? How does the code for...

> > It's starting to sound to me we can only do what you want if we know the C++ is only used as, as you say, interfaces. However, I...

It seems like for some reasons the parser is in C mode, not being able to recognize C++ keywords. Is that all the verbose output? Do you have some "Compiler...

We should change the code to print an absolute path of the dir before closing this, as suggested.