Blizzard / s2client-api

StarCraft II Client - C++ library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API.
MIT License
1.66k stars 282 forks source link

How to build the api? #305

Open Kapilz82 opened 5 years ago

Kapilz82 commented 5 years ago

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.

piroxiljin commented 5 years ago

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.