Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi Ray, I am having trouble setting up raylib for vscode. I have tried to do many things to solve this by myself but had no luck. im on windows 10

info:

i downloaded raylib_4.0.0_win64_mingw-win64

my compiler is mingw32 with gcc

i want to use raylib with c++17


Here are some of the things i tried:

- I added the include and lib directory of raylib4.0 to my system path (PATH)

- I also added them to the include directory of my compiler.

-the compiler picked up the raylib.h file but when compiled, it just returns many undefined references to raylib's functions such as InitWindow()

Thanks in advance Ray

i could send a sample code.

You can check raylib Wiki for instructions: https://github.com/raysan5/raylib/wiki/Using-raylib-in-VSCode 

You can also join raylib Discord for some help, there is a specific channel (raylib-setup) for problems with setup configurations.