Open hs3366677 opened 5 years ago
Do you have symbols checking enabled? It's the only thing that comes to mind that could explain this behavior.
Did you figure it out meanwhile?
Any update?
no, it still didn't work out for me with symbols checking enabled. I commented out if (output.TranslationUnit.Module != Options.SystemModule) in Driver.cs and it worked. Seems that the custom class was reckoned as system module ?
Brief Description
OS: OS X CppSharp Version: 0.8.23
0.8.23 works well for me on Windows. But when I use my compilation on mac osx, member methods involving custom class as passing parameters are not generated. Neither is singleton method. For example,
class A and B are both correctly generated. But testA() does not appear in the generated file.
Used headers
Used settings
Target: MSVC/GCC/Clang
Other settings
Stack trace or incompilable generated code