CppHeaderToCSharpConverter
CppHeaderToCSharpConverter copied to clipboard
Handling nested include files and typedefs
Can you tell me if this tool has any support for:
- nested include files
- structures defined with typedef
- resolving field types like DWORD or UINT32, which might be defined as macros or as typedefs
- predefined macros, like _MSC_VER
All of these would be common requirements on the kind of project I work on.
There is an article here that explains some good uses for this tool. The tools main purpose is to share some simple constants functions for structures from C++ and C# header file. All the items you mentioned are not supported. Typedef is is a wishlist item however and may (or may not be) added some day.