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





------- Additional comments from [EMAIL PROTECTED] Sun Nov 27 05:21:12 -0800 
2005 -------
Unfortunately on Win64 it is (at least that's what I've just read)

sizeof (int) = sizeof (long) = 4
sizeof (void *) = 8

The sal-using modules of OOo use a type sal_IntPtr whenever they need an integer
that's as large as a void*. Not sure what to use in pyuno. C99 has an intptr_t
in inttypes.h that makes the same guarantees.



---------------------------------------------------------------------
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