Stephan Bergmann wrote:
Applications on Windows are notorious for having problems with long file system paths. Some expert on Windows can probably give more insight into the topic in general. For OOo, the situation has always been that it can start to fail in mysterious ways if the installation path or the user installation path is too long (whatever "too long" is exactly). Since DEV300m4, the situation has become slightly worse, in that "too long" has apparently become a little shorter:

- For one, since OOo is now in three layers where the upper layers need to create paths to the lower ones, on Windows there is now a function (resolveLink, desktop/win32/source/extendloaderenvironment.cxx:1.4, l. 115 ff) to create a new path from an absolute path and a text file containing a relative path. The text file (basis-link resp. ure-link) typically contains a relative path starting with one or more .. segments, but resolveLink does not bother to remove these from the resulting new path. That is, instead of the path

  C:\Program Files\OpenOffice.org\Basis 3.0\program

you get the path

  C:\Program Files\OpenOffice.org 3.0\..\OpenOffice.org\Basis 3.0\program

which is somewhat longer. I will see to improve resolveLink in one of the next milestone builds.

see <http://www.openoffice.org/issues/show_bug.cgi?id=88166>

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to