Closed mkroening closed 4 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
aaa
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.
MiniPlaner.rc
When starting the program compiled with #6, the program fails to load it's icon:
aaa
is being used here: MainFrame.cpp#L24The 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.