Raylib-CPP-Starter-Template-for-VSCODE-V2 icon indicating copy to clipboard operation
Raylib-CPP-Starter-Template-for-VSCODE-V2 copied to clipboard

I cant make another file

Open fortnite2015 opened this issue 2 years ago • 1 comments

When I make another file and try to run the file it says "launch program does not exist" how can i make a another file for my own projects?

fortnite2015 avatar Oct 08 '23 18:10 fortnite2015

The makefile that this repo gives only includes main.c. You need to ensure all .cpp files are included but that is missing in the makefile.

A similar issue was raised in v1 repo and I shared the makefile that I use. Please see this: https://github.com/educ8s/Raylib-CPP-Starter-Template-for-VSCODE/issues/3

See if this helps.

mmmovania avatar Feb 04 '24 10:02 mmmovania