Open mittorn opened 9 years ago
For which functions specifically?
It does not compile on 64bit platforms
@mittorn That doesn't really matter because the engine is 32 bits, there are no 64 bits build.
You are wrong.
$ file .steam/root/SteamApps/common/Half-Life/engine_amd64.so
.steam/root/SteamApps/common/Half-Life/engine_amd64.so: ELF 64-bit LSB shared object, x86-64,
$ file .steam/root/SteamApps/common/Half-Life/cstrike/dlls/cs_amd64.so
.steam/root/SteamApps/common/Half-Life/cstrike/dlls/cs_amd64.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped
This might be relevant: http://hlcoders.valvesoftware.narkive.com/7H9gzyZm/engine-interface-changes
Is there any limitations that prevent to use (void *)?