Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. 1>E:\src\argonx\steam\rpcdetail.hh(193): error C2100: illegal indirection
  2. 1>E:\src\argonx\steam\rpcdetail.hh(193): note: while compiling class template member function 'void Steam::RpcHelpers::_WriteOutHelper<Args,std::tuple<Steam::RpcHelpers::IndexedParam<T *,3>>>::Write(Buffer &,Args &)'
  3. 1> with
  4. 1> [
  5. 1> Args=std::tuple<unsigned __int64,u8 *,unsigned int,int,bool *>,
  6. 1> T=bool
  7. 1> ]
  8. 1>E:\src\argonx\steam\rpcdetail.hh(196): note: see reference to function template instantiation 'void Steam::RpcHelpers::_WriteOutHelper<Args,std::tuple<Steam::RpcHelpers::IndexedParam<T *,3>>>::Write(Buffer &,Args &)' being compiled
  9. 1> with
  10. 1> [
  11. 1> Args=std::tuple<unsigned __int64,u8 *,unsigned int,int,bool *>,
  12. 1> T=bool
  13. 1> ]
  14. 1>E:\src\argonx\steam\rpcdetail.hh(196): note: see reference to class template instantiation 'Steam::RpcHelpers::_WriteOutHelper<Args,std::tuple<Steam::RpcHelpers::IndexedParam<T *,3>>>' being compiled
  15. 1> with
  16. 1> [
  17. 1> Args=std::tuple<unsigned __int64,u8 *,unsigned int,int,bool *>,
  18. 1> T=bool
  19. 1> ]
  20. 1>E:\src\argonx\steam\rpcdetail.hh(193): note: while compiling class template member function 'void Steam::RpcHelpers::_WriteOutHelper<std::tuple<unsigned __int64,u8 *,unsigned int,int,bool *>,std::tuple<Steam::RpcHelpers::IndexedParam<std::pair<u8 *,u32>,1>,Steam::RpcHelpers::IndexedParam<T *,3>>>::Write(Buffer &,Args &)'
  21. 1> with
  22. 1> [
  23. 1> T=bool,
  24. 1> Args=std::tuple<unsigned __int64,u8 *,unsigned int,int,bool *>
  25. 1> ]
  26. 1>E:\src\argonx\steam\rpcdetail.hh(441): note: see reference to function template instantiation 'void Steam::RpcHelpers::_WriteOutHelper<std::tuple<unsigned __int64,u8 *,unsigned int,int,bool *>,std::tuple<Steam::RpcHelpers::IndexedParam<std::pair<u8 *,u32>,1>,Steam::RpcHelpers::IndexedParam<T *,3>>>::Write(Buffer &,Args &)' being compiled
  27. 1> with
  28. 1> [
  29. 1> T=bool,
  30. 1> Args=std::tuple<unsigned __int64,u8 *,unsigned int,int,bool *>
  31. 1> ]
  32. 1>E:\src\argonx\steam\rpcdetail.hh(441): note: see reference to class template instantiation 'Steam::RpcHelpers::_WriteOutHelper<std::tuple<unsigned __int64,u8 *,unsigned int,int,bool *>,std::tuple<Steam::RpcHelpers::IndexedParam<std::pair<u8 *,u32>,1>,Steam::RpcHelpers::IndexedParam<T *,3>>>' being compiled
  33. 1> with
  34. 1> [
  35. 1> T=bool
  36. 1> ]
  37. 1>E:\src\argonx\steam\rpcdetail.hh(439): note: while compiling class template member function 'void Steam::RpcHelpers::RpcInternalDetail<F>::WriteOutParams(Buffer &,std::tuple<unsigned __int64,u8 *,unsigned int,int,bool *> &)'
  38. 1> with
  39. 1> [
  40. 1> F=bool (__cdecl ClientUtilsMap<false>::* )(Steam::SteamAPICall_t,u8 *,u32,int,bool *)
  41. 1> ]
  42. 1>E:\src\argonx\steam\rpc.hh(122): note: see reference to function template instantiation 'void Steam::RpcHelpers::RpcInternalDetail<F>::WriteOutParams(Buffer &,std::tuple<unsigned __int64,u8 *,unsigned int,int,bool *> &)' being compiled
  43. 1> with
  44. 1> [
  45. 1> F=bool (__cdecl ClientUtilsMap<false>::* )(Steam::SteamAPICall_t,u8 *,u32,int,bool *)
  46. 1> ]
  47. 1>E:\src\argonx\steam\rpc.hh(120): note: see reference to class template instantiation 'Steam::RpcHelpers::RpcInternalDetail<F>' being compiled
  48. 1> with
  49. 1> [
  50. 1> F=bool (__cdecl ClientUtilsMap<false>::* )(Steam::SteamAPICall_t,u8 *,u32,int,bool *)
  51. 1> ]
  52. 1>E:\src\argonx\steam\rpc.hh(116): note: while compiling class template member function 'bool Steam::Rpc<bool (__cdecl ClientUtilsMap<false>::* )(Steam::SteamAPICall_t,u8 *,u32,int,bool *)>::Call(Pipe::Target,Pipe &,Steam::UserHandle)'
  53. 1>E:\src\argonx\steam\interfaces\utils.cc(109): note: see reference to function template instantiation 'bool Steam::Rpc<bool (__cdecl ClientUtilsMap<false>::* )(Steam::SteamAPICall_t,u8 *,u32,int,bool *)>::Call(Pipe::Target,Pipe &,Steam::UserHandle)' being compiled
  54. 1>E:\src\argonx\steam\interfaces\utils.cc(109): note: see reference to class template instantiation 'Steam::Rpc<bool (__cdecl ClientUtilsMap<false>::* )(Steam::SteamAPICall_t,u8 *,u32,int,bool *)>' being compiled
  55. 1>E:\src\argonx\steam\interfaces\utils.cc(108): note: while compiling class template member function 'bool ClientUtilsMap<false>::GetAPICallResult(Steam::SteamAPICall_t,u8 *,u32,int,bool *)'
  56. 1>E:\src\argonx\steam\interfaces\utils.cc(282): note: see reference to class template instantiation 'ClientUtilsMap<false>' being compiled
  57. 1>Done building project "client.vcxproj" -- FAILED.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement