To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110944
                 Issue #|110944
                 Summary|jurt: jpipe.dll cannot be loaded
               Component|udk
                 Version|DEV300m76
                Platform|All
                     URL|
              OS/Version|Windows, all
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|sb
             Reported by|sb





------- Additional comments from s...@openoffice.org Fri Apr 16 14:20:03 +0000 
2010 -------
In general, System.loadLibrary of jpipe.dll will fail on Winodws, as Java
apparently does not use LoadLibraryEx(LOAD_WITH_ALTERED_SEARCH_PATH), so
jpipe.dll does not find its dependencies.  (It happens to work from within
soffice.exe, which adds the URE bin directory to PATH.)  The preloading of
various DLLs at the start of
jurt/com/sun/star/lib/connections/pipe/PipeConnection.java is not adequate, as
e.g. sal3.dll by now depends on the STLport DLL which is not preloaded.  The
correct solution would be, for Windows only, to have a thin wrapper jpipe.dll
that uses LoadLibraryEx(LOAD_WITH_ALTERED_SEARCH_PATH) to load the true DLL.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to