Can't build the code downloaded from github

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
sterig
Posts: 6
Joined: September 27th, 2017, 7:30 am

Can't build the code downloaded from github

Post by sterig » September 27th, 2017, 7:36 am

Hi,

I am currently watching Tutorial 15 of the Beginner Game Programming series.
In the video Chili is showing how to download solutions from GitHub and use them.
The problem is that if I try to build the code I cloned I just can't.

I am getting this message:

'Unable to start debugging. The startup project could not be launched.'

Thanks.

albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: Can't build the code downloaded from github

Post by albinopapa » September 27th, 2017, 12:37 pm

Unable to start debugging. The startup project could not be launched

Looked it up using google, and according to the link there, you have to set the project as the startup project.
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

sterig
Posts: 6
Joined: September 27th, 2017, 7:30 am

Re: Can't build the code downloaded from github

Post by sterig » September 27th, 2017, 7:18 pm

And how do I do this :mrgreen: ?

albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: Can't build the code downloaded from github

Post by albinopapa » September 27th, 2017, 8:54 pm

Brah, did you read the stuff in the link? The responses give you the steps, I'm trying to be helpfully lazy here. :D
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

User avatar
chili
Site Admin
Posts: 3948
Joined: December 31st, 2011, 4:53 pm
Location: Japan
Contact:

Re: Can't build the code downloaded from github

Post by chili » October 1st, 2017, 3:43 pm

albinopapa wrote:Brah, did you read the stuff in the link? The responses give you the steps, I'm trying to be helpfully lazy here. :D
Best kind of lazy :lol:
Chili

Post Reply