CppHeaderToCSharpConverter icon indicating copy to clipboard operation
CppHeaderToCSharpConverter copied to clipboard

A compile-time tool for converting C/C++ header constants, enums, and structures to C#.

Results 2 CppHeaderToCSharpConverter issues
Sort by recently updated
recently updated
newest added

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...

Can you please save the sln file as a csproj file so I can used VS Code to build the source ?