SLIK-DA compatibility with 64-bit operating systems
Is it possible to run an OPC Server built with the SLIK-DA component on a 64-bit operating system?
SLIK-DA 5 is supported for 64 bit operating systems. However, the .dlls are still provided as 32 bit .dlls. We do not have native 64 bit .dlls at this time.
Therefore, when compiling the application, you MUST set the compiler to compile for 32-bit (x86) mode. If compiled in 64-bit mode (x64) it will not run.
The location of these compiler settings varies by development environment. Consult your development environment documentation for how to set the target platform.