Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SteamworksPy.cpp:89:14: error: ‘int32_t’ in namespace ‘std’ does not name a type
- 89 | std::int32_t result;
- | ^~~~~~~
- SteamworksPy.cpp:90:14: error: ‘uint64_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
- 90 | std::uint64_t publishedFileId;
- | ^~~~~~~~
- | wint_t
- SteamworksPy.cpp: In member function ‘void Workshop::OnItemSubscribed(RemoteStorageSubscribePublishedFileResult_t*, bool)’:
- SteamworksPy.cpp:184:112: error: too many initializers for ‘SubscriptionResult’
- 184 | SubscriptionResult result{itemSubscribedResult->m_eResult, itemSubscribedResult->m_nPublishedFileId};
- | ^
- SteamworksPy.cpp: In member function ‘void Workshop::OnItemUnsubscribed(RemoteStorageUnsubscribePublishedFileResult_t*, bool)’:
- SteamworksPy.cpp:191:116: error: too many initializers for ‘SubscriptionResult’
- 191 | SubscriptionResult result{itemUnsubscribedResult->m_eResult, itemUnsubscribedResult->m_nPublishedFileId};
- | ^
- SteamworksPy.cpp: In function ‘int GetAuthSessionTicket(char*)’:
- SteamworksPy.cpp:987:38: error: no matching function for call to ‘ISteamUser::GetAuthSessionTicket(char*&, int, uint32*)’
- 987 | SteamUser()->GetAuthSessionTicket(buffer, 1024, &size);
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
- In file included from sdk/steam/steam_api.h:25,
- from SteamworksPy.cpp:16:
- sdk/steam/isteamuser.h:131:29: note: candidate: ‘virtual HAuthTicket ISteamUser::GetAuthSessionTicket(void*, int, uint32*, const SteamNetworkingIdentity*)’
- 131 | virtual HAuthTicket GetAuthSessionTicket( void *pTicket, int cbMaxTicket, uint32 *pcbTicket, const SteamNetworkingIdentity *pSteamNetworkingIdentity ) = 0;
- | ^~~~~~~~~~~~~~~~~~~~
- sdk/steam/isteamuser.h:131:29: note: candidate expects 4 arguments, 3 provided
Advertisement
Add Comment
Please, Sign In to add comment