bottlenoselabs / c2cs

Generate C# bindings from a C header.
MIT License
250 stars 18 forks source link

Add configuration options for extracting specific Windows API #82

Closed lithiumtoast closed 2 years ago

lithiumtoast commented 2 years ago

Context https://www.reddit.com/r/csharp/comments/ubn5wg/noobish_code_works_when_target_is_x86_but_not_x64/i6aje61/

lithiumtoast commented 2 years ago

Tested and it works mostly if the Windows API is C. COM does not work.