https://bz.apache.org/ooo/show_bug.cgi?id=121258
Ariel Constenla-Haile <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Latest|--- |4.1.3 Confirmation in| | Resolution|WONT_FIX |--- Ever confirmed|0 |1 --- Comment #3 from Ariel Constenla-Haile <[email protected]> --- Reopening. unowinreg.dll is a library used by UNO Java applications to query the Windows registry in order to find the OpenOffice installation. When the UNO Java application is run with a 64 bit JVM, the 32 bit library cannot be loaded. We should embed both 32 and 64 bit versions of the library, and the glue code that we embed in all client applications should detect if the application is run inside a 32 or a 64 bit JVM, and try to load the proper version the library. Cf. https://svn.apache.org/viewvc/openoffice/trunk/main/odk/source/com/sun/star/lib/loader/WinRegKey.java?revision=1413471&view=markup#l64 https://svn.apache.org/viewvc/openoffice/trunk/main/odk/source/unowinreg/win/unowinreg.cxx?revision=1413471&view=markup -- You are receiving this mail because: You are the assignee for the issue.
