Welcome, Guest
Username: Password: Remember me
Welcome to the XSharp forum!

Tell us and our members who you are, what you like and why you became a member of this site.
We welcome all new members and hope to see you around a lot!
  • Page:
  • 1
  • 2

TOPIC:

File not found bclasses.ico 17 Aug 2022 02:21 #23329

  • JohnBonnett88
  • JohnBonnett88's Avatar


  • Posts: 40
  • 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

    Please Log in or Create an account to join the conversation.

    File not found bclasses.ico 17 Aug 2022 06:58 #23330

    • Chris
    • Chris's Avatar


  • Posts: 3982
  • Hi John,

    ,
    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.
    XSharp Development Team
    chris(at)xsharp.eu

    Please Log in or Create an account to join the conversation.

    File not found bclasses.ico 17 Aug 2022 07:14 #23331

    • JohnBonnett88
    • JohnBonnett88's Avatar


  • Posts: 40
  • 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.

    Please Log in or Create an account to join the conversation.

    • Page:
    • 1
    • 2