s2client-api icon indicating copy to clipboard operation
s2client-api copied to clipboard

How to build the api?

Open Kapilz82 opened this issue 5 years ago • 1 comments

Anmerkung 2019-06-01 185045

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.

Kapilz82 avatar Jun 01 '19 17:06 Kapilz82

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.

piroxiljin avatar Jun 02 '19 19:06 piroxiljin