10-09-2014 06:21 PM
10-09-2014 06:22 PM
Is this true? If so, what is the process of re-linking the .dll to the VI?
thanks.
10-09-2014 06:33 PM
10-13-2014 12:57 PM
thanks for the reply.
I'm calling the comCom.dll and I used the Call Library Function Node to configure the right path for the .dll file. But vi still won't run.
please see attachment for screenshots.
Is it because I'm using only the Labview 2014 evaluation to run the vi?
10-13-2014 01:20 PM
Are you sure that function name is correct? It looks like a junk name to me.
10-20-2014 05:19 AM - edited 10-20-2014 05:19 AM
@crossrulz wrote:
Are you sure that function name is correct? It looks like a junk name to me.
It most likely is correct. This is the name mangling you get when you use a C++ compiler and don't explicitedly tell it in the source code to use standard C naming conventions. The descriptions from the OP are vague, but it may have to do that he installed LabVIEW 64 bit and the DLL is a 32 bit DLL.