Jump to content

Attila Kovacs

Members
  • Content Count

    1943
  • Joined

  • Last visited

  • Days Won

    25

Posts posted by Attila Kovacs


  1. 2048

     

     

    Just for the record. Nothing to do with your question.

    1 hour ago, Bill Meyer said:

    The only specification which seems to be straightforward is the MAX_PATH = 260 limit on the file path.

     

    For file I/O, the "\\?\" prefix to a path string tells the Windows APIs to disable all string parsing and to send the string that follows it straight to the file system. For example, if the file system supports large paths and file names, you can exceed the MAX_PATH limits that are otherwise enforced by the Windows APIs. For more information about the normal maximum path limitation, see the previous section Maximum Path Length Limitation.

    Because it turns off automatic expansion of the path string, the "\\?\" prefix also allows the use of ".." and "." in the path names, which can be useful if you are attempting to perform operations on a file with these otherwise reserved relative path specifiers as part of the fully qualified path.

    Many but not all file I/O APIs support "\\?\"; you should look at the reference topic for each API to be sure.

    Note that Unicode APIs should be used to make sure the "\\?\" prefix allows you to exceed the MAX_PATH.

     


  2. I've tried both, chrome and IE, the same, (they are actually the same nowadays anyway)

     

    I managed to get it working once, but the same error has occurred again. However, it wasn't functioning properly. I couldn't see the entire forms and such... ike there's no HDPI support.


  3. 17 minutes ago, Lars Fosdal said:

    It seems that if you register an issue in the new Jira, you will be added to the group automagically.

     

    Thanks Lars, that did the trick indeed.

    I'm still not satisfied with the new system.

    It's similar as the "new forum" was = lame AF.

     

     

     

     


  4. 2 hours ago, Lars Fosdal said:

    Not really... but 

    • there is a bug where new users doesn't get added to the appropriate group aka Embarcadero Customers,
       something that prevents you from seeing issues that others have posted

    well, at the end it's an April Fools' Joke indeed.

     

     

     

     


  5. 1 minute ago, JonRobertson said:

    The IDE only opens the file once, regardless of how many tabs are "editing the same unit".

     

    I'm rather concerned about how the multiple windows will interact with older plugins and all of my stuff.

×