You are viewing a plain text version of this content. The canonical link for it is here.
Posted to api@openoffice.apache.org by Khammonh <kh...@gmail.com> on 2014/02/07 03:27:00 UTC

Fw: SDK component loading problem and to resolve this


From: Khammonh 
Sent: Thursday, February 06, 2014 8:54 AM
To: api-owner@openoffice.apache.org 
Subject: SDK component loading problem and to resolve this

Hello API owner 
A few years ago I developed a library that interface with OpenOffice 3 with its SDK version and successfully using in several application where need to generate a kind of report on Spreadsheet document.
Recently I download a new version OpenOffice 4 and its SDK and just replace the old references dll in my solution then recompile to get my new version library for using in my new project/solution on VS 2008. During runtime I got an exception telling that cli_cppuhelper.dll or its component not found . Then I though it may not adding to GAC so I manually add all dlls in CLI folder to GAC .
But I still get an exception now saying that an attempt to load a program with an incorrect format (see attached picture).

Please advise how to resolve the problem.

Regards