Jump to content

Featured Replies

Posted

I tried compiling the MSVC project that s0beit made, the Steam API that was posted here awhile ago. Here's what I got, it doesn't know what uint64 is ?

 

--------------------Configuration: sastealer - Win32 Debug--------------------

Compiling...

sastealer.cpp

steam_csteamid.h(237) : error C2629: unexpected 'class CSteamID ('

steam_csteamid.h(237) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body

steam_csteamid.h(277) : error C2061: syntax error : identifier 'uint64'

steam_csteamid.h(290) : error C2061: syntax error : identifier 'uint64'

steam_csteamid.h(334) : error C2146: syntax error : missing ';' before identifier 'ConvertToUint64'

steam_csteamid.h(334) : error C2501: 'uint64' : missing storage-class or type specifiers

steam_csteamid.h(338) : warning C4183: 'ConvertToUint64': member function definition looks like a ctor, but name does not match enclosing class

steam_csteamid.h(348) : error C2146: syntax error : missing ';' before identifier 'GetStaticAccountKey'

steam_csteamid.h(348) : error C2501: 'uint64' : missing storage-class or type specifiers

steam_csteamid.h(352) : warning C4183: 'GetStaticAccountKey': member function definition looks like a ctor, but name does not match enclosing class

steam_csteamid.h(396) : error C2061: syntax error : identifier 'uint64'

isteamgameserver.h(98) : error C2146: syntax error : missing ';' before identifier 'm_SteamID'

isteamgameserver.h(98) : error C2501: 'uint64' : missing storage-class or type specifiers

isteamgameserver.h(98) : error C2501: 'm_SteamID' : missing storage-class or type specifiers

isteambilling.h(76) : error C2061: syntax error : identifier 'uint64'

Error executing cl.exe.

 

sastealer.exe - 13 error(s), 2 warning(s)

Guest
This topic is now closed to further replies.