Issue 72699 - API crash on 64 bit OS
Summary: API crash on 64 bit OS
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All Windows Server 2003
: P2 Trivial
Target Milestone: ---
Assignee: joachim.lingner
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-18 10:22 UTC by katahlyn
Modified: 2013-02-24 21:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description katahlyn 2006-12-18 10:22:11 UTC
We’re using the Open Office API in one of our projects, and on a 64bit OS 
(Windows Server 2003 Standard x64 Edition) we encounter the following 
exception:â€System.BadImageFormatException: is not a valid Win32 application.
(HRESULT: 0x800700C1)â€. Our code is written in C# (using .Net Framework 2.0), 
and this exception is raised on calling uno.util.Bootstrap.bootstrap();. Is 
there something we can do to prevent this?
Comment 1 jsc 2006-12-18 12:21:20 UTC
We will try to evaluate this problem asap. Can take some time because of a
missing test environment.
Comment 2 jsc 2006-12-18 12:39:40 UTC
jsc -> jl: as discussed to you
Comment 3 joachim.lingner 2006-12-19 12:27:36 UTC
.
Comment 4 joachim.lingner 2006-12-21 08:50:36 UTC
I am sorry we currently do not have the test environment to reproduce this.
Comment 5 katahlyn 2006-12-21 16:05:37 UTC
Any ideea when will you guys have the test environment for this?
Comment 6 joachim.lingner 2006-12-21 16:23:02 UTC
No, I have no idea.
Comment 7 joachim.lingner 2007-12-07 15:47:44 UTC
Retargeting to 3.x
Comment 8 joachim.lingner 2008-06-27 15:34:03 UTC
The application must be build for the x86 platform. See
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ProUNO/CLI/CLI_Language_Binding#Running_on_64_Bit_Platforms
Comment 9 joachim.lingner 2008-06-27 15:34:58 UTC
.