To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51091


User sb changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |STARTED
--------------------------------------------------------------------------------
          Target milestone|---                       |OOo 2.0
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Jun 28 08:47:26 -0700 
2005 -------
We already had a similar problem with an argument of type jint in a
jvmaccess::VirtualMachine ctor---different Java versions mapped jint to
different types, so the mangled names were different.  The solution was to not
use Java-version--specific types in the jvmaccess API (i.e., to change jint to
int).  I will solve this problem in the same way, by changing jobject to void*
(even though that reduces type safety it IMO is the better approach).

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to