yannikschaelte / MiniPlaner

Software zum automatischen Erstellen von Messdienerplänen.
https://yannikschaelte.github.io/MiniPlaner
GNU Lesser General Public License v3.0
4 stars 2 forks source link

Missing resources #7

Closed mkroening closed 4 years ago

mkroening commented 5 years ago

When starting the program compiled with #6, the program fails to load it's icon:

13:10:39: can't open file 'aaa' (error 2: No such file or directory)
13:10:39: Failed to load image from file "aaa".

aaa is being used here: MainFrame.cpp#L24

The repository seems to be missing the MiniPlaner.rc referenced in makefile#L30, but I am not sure yet how that would work out on Linux.