s2client-api
s2client-api copied to clipboard
How to build the api?
When I follow the instructions, i get this error. It translates to TheProgram "C:....." can not be started.
access denied
This happens after opening s2client-api.sln and trying to compile it.
I´m new to this so there could be a variety of things i have done wrong but i would be happy for any help to get this working.
Runnig visual studio as administrator didn´t work. After the error there are at least some functioning examples in the build.
It seams like you are trying to debug the ALL_BUILD project, which is actually just auxiliary project without any executable.
Just set as start up project some one form the "examples" solution folder. "annoying_helper" or "echo_actions" or any other.