fwlib icon indicating copy to clipboard operation
fwlib copied to clipboard

Change short to int16 and long to int32 + add python wrapper

Open edo2313 opened this issue 3 years ago • 0 comments

Changed all short and longs in structs and function calls to int16 and int32 to make it compatible with 64bit systems

Also added a Python wrapper made using ctypesgen to make the usage with Python easier.

Fixes issue #10

edo2313 avatar Jan 11 '23 08:01 edo2313