SimpleBLE icon indicating copy to clipboard operation
SimpleBLE copied to clipboard

Inconsistent enum definitions in C wrapper

Open kdewald opened this issue 2 years ago • 1 comments

kdewald avatar Feb 03 '23 16:02 kdewald

Quick and dirty input here: looks like clang in msvc compatibility mode detects enum type as int32, but for linux, mac(x64, arm64) it is uint32. This can affect some automatic wrappers generators that relies on this information and performs type conversion.

hellozyemlya avatar Feb 03 '23 17:02 hellozyemlya