xsharp.eu • File not found bclasses.ico - Page 3
Page 3 of 3

File not found bclasses.ico

Posted: Wed Aug 17, 2022 12:21 am
by JohnBonnett88
Hi All,

Please ignore that list of spurious icon references in my previous reply. Those files were in my solution folder, but not part of the build, so the fact that they refer to non-existent folders etc. is irrelevant because I am not actually using them.

The first two quoted above the list are fine. It seems relative paths work sometimes, even without double slashes..

John

File not found bclasses.ico

Posted: Wed Aug 17, 2022 4:58 am
by Chris
Hi John,
JohnBonnett88 post=23329 userid=6661 wrote:,
It seems relative paths work sometimes, even without double slashes..
That depends on the character after the slash. If they form a control character (like n), then the double slash is necessary, otherwise it's not.

File not found bclasses.ico

Posted: Wed Aug 17, 2022 5:14 am
by JohnBonnett88
That makes sense. Thanks for clarifying it. I did not pay much attention to which character followed the backslash but I know I had problems with A. I will go back and look at my code repository and check what changes I actually made.