ardilla Newbie

Joined: 16 Feb 2011 Posts: 2
|
Posted: Thu Feb 17, 2011 1:46 am Post subject: cli_cppuhelper.dll error |
|
|
i have a problem with cli_cppuhelper.dll. I create project in visual studio 2010 c# and i want to get functionality of open office draw
I load dll cli_oootypes.dll, cli_uretypes.dll, cli_basetypes.dll, cli_cppuhelper.dll, cli_uno.dll
cli_ure.dll
and add references to it in the project
When program execute code
| Code: |
unoidl.com.sun.star.uno.XComponentContext localContext = uno.util.Bootstrap.bootstrap();
|
i get an error "could not load file or assembly 'cli_cppuhelper.dll' or one of its dependencies"
my project compiled with x86 platform target, dll from GAC_32 and GAC_MSIL, Net Framework3.0, open office 3.0
when i check application settings with corflags.exe i get flags
PE : PE32
32BIT : 1
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ProUNO/CLI/CLI_Language_Binding
can anybody halp me? what else i could do with program? my os windows xp 32 bit |
|