10-31-2012 05:50 AM
I can compile and run the AMDemodulate program in the analog modulation toolkilt with Debug mode successfully.
However, I get the following link errors with Debug64 mod.
4 Project link errors
Undefined symbol 'ModtCreateSessionHandle' referenced in "AMDemodulation.c".
Undefined symbol 'ModtDestroySessionHandle' referenced in "AMDemodulation.c".
Undefined symbol 'ModtGetErrorString' referenced in "AMDemodulation.c".
Undefined symbol 'ModtAMDemodulate_DSB' referenced in "AMDemodulation.c".
Is there any configuration for analog module?
Thanks,
Cihan.
11-01-2012 11:00 AM
Hello Cihan,
The NI Modulation Toolkit for LabWindows/CVI is only to 32-bit applications. In the readme, there is a note that requires "a C compiler capable of calling a 32-bit DLL" A 64-bit application cannot make calls into a 32-bit DLL.
11-02-2012 01:09 AM
Is there any alternative way to migrate 64 bit?
What do you suggest?
11-05-2012 06:44 AM
Culas,
Let me check with our product support engineer if Modulation Toolkit for CVI will be updated for 64 bit.
11-12-2012 04:35 PM
Hello Culas,
We do not have a time line for upgrading the modulation toolkit for CVI over to 64-bit. We also do not have a suggested method to migrate to 64 bit because of the restrictions of Windows on Windows 64(cannot use 32 bit DLL within 64 bit programs).