Skip to main content
edited tags
Link
Theraot
  • 28.2k
  • 4
  • 55
  • 83
deleted 13 characters in body
Source Link

I am learning Raylib game library, but in the "First Person Maze" example the images cannot be found, for example this code:

Image`Image imMap = LoadImage("cubicmap.png");;`

returns a File not FoundFile not Found by the compiler/linker, it isit´s the same with the other image. I am using CodeLite IDE, but I don't know how to add assets -, right now I have them in a virtual folder named "resources".

Any help would be nice., I have googled the problem but I can't find anything. But now I don't know what's wrong because I have compiled the library with make and make install and also added Raylib package from Arch Linux packages and I can't even run the My first window example from the site.

I am learning Raylib game library, but in the "First Person Maze" example the images cannot be found, for example this code:

Image imMap = LoadImage("cubicmap.png");

returns a File not Found by the compiler/linker, it is the same with the other image. I am using CodeLite IDE, but I don't know how to add assets - right now I have them in a virtual folder named "resources".

Any help would be nice. I have googled the problem but I can't find anything. But now I don't know what's wrong because I have compiled the library with make and make install and also added Raylib from Arch Linux packages and I can't even run the My first window example from the site.

I am learning Raylib game library, but in the "First Person Maze" example the images cannot be found, for example:

`Image imMap = LoadImage("cubicmap.png");`

returns a File not Found by the compiler/linker, it´s the same with the other image. I am using CodeLite IDE, but I don't know how to add assets, right now I have them in a virtual folder named "resources".

Any help would be nice, I have googled the problem but I can't find anything. But now I don't know what's wrong because I have compiled the library with make and make install and also added Raylib package from Arch Linux and I can't even run the My first window example from the site.

fixed typos, added markdown to the error message
Source Link
Pikalek
  • 13.4k
  • 5
  • 49
  • 54

I am learning Raylib game library, but in the "First Person Maze" example the images cannot be found, for example this code:

Image imMap = LoadImage("cubicmap.png");

returnreturns a File not FoundFile not Found by the compiler/linker, it is the same with the other image. I am using CodeLite IDE, but i dontI don't know how to add assets, - right now iI have them in a virtual folder named "resources". 

Any help would be nice, i. I have googled the problem but i cantI can't find anything. But now i dontI don't know whatswhat's wrong because iI have compiled the Librarylibrary with make and make install and also added Raylib from Arch Linux packages and i cantI can't even run the My first windowMy first window example from the site.

I am learning Raylib game library, but in the "First Person Maze" example the images cannot be found, for example

Image imMap = LoadImage("cubicmap.png");

return a File not Found by the compiler/linker, it is the same with the other image. I am using CodeLite IDE, but i dont know how to add assets, right now i have them in a virtual folder named "resources". Any help would be nice, i have googled the problem but i cant find anything. But now i dont know whats wrong because i have compiled the Library with make and make install and also added Raylib from Arch Linux packages and i cant even run the My first window example from the site.

I am learning Raylib game library, but in the "First Person Maze" example the images cannot be found, for example this code:

Image imMap = LoadImage("cubicmap.png");

returns a File not Found by the compiler/linker, it is the same with the other image. I am using CodeLite IDE, but I don't know how to add assets - right now I have them in a virtual folder named "resources". 

Any help would be nice. I have googled the problem but I can't find anything. But now I don't know what's wrong because I have compiled the library with make and make install and also added Raylib from Arch Linux packages and I can't even run the My first window example from the site.

Source Link
Loading