fwlib
fwlib copied to clipboard
Change short to int16 and long to int32 + add python wrapper
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