About my VI:
The VI will acquire data from my custom built
PCI DAQ card. I have written my driver in C and made a DLL using Visual
C++ 6.0. Then the rest of the part does processing of the acquired data
and report generation, displaying on the front panel stuff. I have a
few DLLs for processing the acquired data and few SubVIs also. This is
about my VI in nutshell.
I have made sure I have included all SubVIs and DLLs
when building the application. Actually I was trying to install LabVIEW
and run my VI on the PC in which the application was not running. But
when I am opeing the VI, I am getting the message,
" <dll name>.dll is not a 32-bit dll ".
So, the DLLs are not getting loaded and my VI is also not running in
that PC. Surprisingly, this message does not come for all DLL files I
am using in my VI. So, I think there may be some problem associated
with my DLLs and it is not able to load them when my application
starts. Can you get any hint after reading this? Plz let me know what
can be done.
Regards,
Srini.