To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79499
                 Issue #|79499
                 Summary|64bit: vcl/source/window/winproc.cxx compile failure
               Component|porting
                 Version|680m220
                Platform|All
                     URL|
              OS/Version|Mac OS X
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|pl
             Reported by|pjanik





------- Additional comments from [EMAIL PROTECTED] Wed Jul 11 18:54:21 +0000 
2007 -------
/data/oo/BuildDir/ooo_SRC680_m220_src/vcl/source/window/winproc.cxx: In 
function 'long int 
ImplWindowFrameProc(void*, SalFrame*, USHORT, const void*)':
/data/oo/BuildDir/ooo_SRC680_m220_src/vcl/source/window/winproc.cxx:2537: 
error: cast from 'const 
void*' to 'int' loses precision


-                int nDialogID = reinterpret_cast<int>(pEvent);
+                int nDialogID = 
static_cast<int>(reinterpret_cast<sal_IntPtr>(pEvent));

helped here (patch from pl).

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