| View previous topic :: View next topic |
| Author |
Message |
Metkar Newbie

Joined: 31 Jan 2011 Posts: 2 Location: India
|
Posted: Mon Jan 31, 2011 9:14 pm Post subject: x64 bit compiler error |
|
|
I am using cppuhelper.lib and icppuhelper3MSC.dll for one of my applications develped in VC++ 2008. While compiling it in x64 active platform gives Linker Error >icppuhelper.lib(cppuhelper3MSC.dll) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'. Now my problems is that my applicatin is not working if compiled in x86 platform on Windows 7 x64. Is there any way to get rid of this error and compile the application successfuly?
I am using OpenOffice.org 3.3 for Windows, SDK 3.3 RC 8 for x86 (because x64 SKD is not available!) |
|
| Back to top |
|
 |
parc Power User

Joined: 09 Nov 2007 Posts: 55 Location: Hamburg
|
Posted: Tue Feb 01, 2011 8:24 am Post subject: Re: x64 bit compiler error |
|
|
No, a 64bit application can not use native 32bit libraries.
| Metkar wrote: | | I am using cppuhelper.lib and icppuhelper3MSC.dll for one of my applications develped in VC++ 2008. While compiling it in x64 active platform gives Linker Error >icppuhelper.lib(cppuhelper3MSC.dll) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'. Now my problems is that my applicatin is not working if compiled in x86 platform on Windows 7 x64. Is there any way to get rid of this error and compile the application successfuly? |
|
|
| Back to top |
|
 |
Metkar Newbie

Joined: 31 Jan 2011 Posts: 2 Location: India
|
Posted: Wed Feb 02, 2011 2:30 am Post subject: |
|
|
| OK then is there x64 type library availble for OOo SDK? |
|
| Back to top |
|
 |
|