I trying to setup my program to be compatible with both 32-bit and 64-bit applications. I have a 32-bit DLL file with a destination of [SystemFolder] and a 64-bit DLL file with a destination of [System64Folder]. I have Win64 checked on the 64-bit DLL file.
When I run the build I get the following error:
ICE80: This package contains 64 bit component 'cmretplan64.dll' but the Template Summary Property does not contain Intel64 or x64.
How do I fix this error to have a successful build that will install on all Windows computers?
I tried the following fix:
Project => Settings => Package => Platforms and switched from x86 to x64
But now my setup won't install on Win XP.
When I run the build I get the following error:
ICE80: This package contains 64 bit component 'cmretplan64.dll' but the Template Summary Property does not contain Intel64 or x64.
How do I fix this error to have a successful build that will install on all Windows computers?
I tried the following fix:
Project => Settings => Package => Platforms and switched from x86 to x64
But now my setup won't install on Win XP.
Comment