Ok I guess I'll work like that then.
I've read some stuff about Makefile and i've one question. Why do you create a new segment like that everytime you add a file when you can just update your SCREENS variable like that : https://pastebin.com/iwWg…
So I can't have a simple project ? I need to compile Raylib and have one other project in my solution who depend on the raylib one ? I try to understand but that's pretty weird for a beginners. Why I can't just create a simple project like I do with…
I've decided to create a template in Visual Studio for raylib project.
Basicly i've done everything but I still get this error : **impossible d'ouvrir le fichier 'openal32.lib'**
I've follow every steps in the wiki for create a game project
EDI…
Yeah found that already and that's why I ask for a "simple way" ^^ . I'm not that comfortable with the command line compilation. I've never write myself a makefile.
Here is the source code : https://pastebin.com/6R128cCr (sorry for the quality of it)
This function is supposed to be called at lines : 140, 142, 155 and 157. And yeah when trying to debug with VStudio I got the out of memory exception so.
PS. I…