Page 4 of 4
Re: Steam?
Posted: Thu Dec 14, 2017 2:39 am
by drunken_munki
HDPLocust wrote: ↑Wed Dec 13, 2017 3:40 pm
We can't do this with ffi, i was spend two weeks for finding method of implementation.
It needs to C++-object for linking with STEAM_CALLBACK/APICall, but ffi provides only C-interface (tcc, compiled into memory), not C++:
Ah OK then, that makes things a bit awkward!
Thanks dude