https://issues.apache.org/ooo/show_bug.cgi?id=122005
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- bug 123728, comment 0 has more information the msdn link explains the situation very well: http://msdn.microsoft.com/en-us/library/office/dd941355.aspx > 32-bit MAPI Application and 64-Bit Outlook > > 32-bit MAPI applications are not supported to run on a computer installed with > 64-bit Outlook and 64-bit Windows. The application developer must update and > rebuild the application as a 64-bit application for the 64-bit platform. This > is because a 32-bit application cannot load a 64-bit Msmapi32.dll file. There > are a small number of API changes that application developers must incorporate > to build their code successfully for a 64-bit environment. MAPI header files > have been updated with these changes to support the 64-bit platform. You can > download these header files at Outlook 2010: MAPI Header Files. Developers can > use this same set of MAPI header files to build both 32-bit and 64-bit MAPI > applications. further would it still work if sendoc.exe use only MAPISendMail calls but I see MAPILogon and MAPILogoff calls too. So sendoc needs to be compiled as 64bit application and setup must deliver it only on 64Bit Windows systems. I don't know if it's possible to install 64bit apps together with a 32bit programs, because 64Bit Windows uses different directories for these. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
