BeRo1985 / pasvulkan

Vulkan header generator, OOP-style API wrapper, framework and prospective Vulkan-based game engine for Object Pascal
zlib License
185 stars 28 forks source link

examples.res not found when running "projectmanager build examples" #29

Open olivierbrun opened 1 year ago

olivierbrun commented 1 year ago

Looks like the compiler can't find the examples.res file in the projects/examples/src directory when running the command "projectmanager build examples" returned error: examples.dpr(177,1) Error: Can't open resource file "C:\Users\Olivier\Documents\tmp\pasvulkan-master\projects\examples\src\examples.res"

(I'm using fpc version 3.3.1)