asumagic / kag-staging

Issue tracker for the KAG staging build
6 stars 0 forks source link

steam auth crashes on win32 #116

Closed asumagic closed 2 years ago

asumagic commented 2 years ago

This could be related to calling conventions. I expected the ABI to be compatible on 64-bit, turns out this is only true for C, and the steamapi DLL was built with MSVC, and staging is built using MinGW.

If steamapi has a C API maybe using that would work.

asumagic commented 2 years ago

This will be fixed in 3570-render2d-v3.