Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

That error is related to linking with raylib shared library and not found by executable, I recommend linking with raylib static library.

I linked with libraylib.a and had to add an m, before I could compile. 

And the

DrawText("Congrats! You created your first window!", 190, 200, 20, LIGHTGRAY);

was shown on the screen. 

The m did remove the error "undefined reference to 'sqrtf'" error.

Big thanks!

Nice! Glad it finally worked! Hope you enjoy raylib! 😄

Worth it. The old database uses graphics.h you were inspired by. Because of the need of editing i have to address each character. The old database use extended ASCII. In the new database I have to convert to UTF8 in Raylib (Danish) when showing on the screen, but still save data as extended ASCII because of compatibility. Quite a task for a hobby programmer but doable with Raylib!

So many thanks for a great libray!