LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

unresolved external symbol NumericArrayResize when compiling a DLL at x64 platform using vs2005

I have a dll which is called by Labview through "Call Library Function Node". I want to port this dll to x64 platform from 32bit code which runs well at x86 computer. So, I download the Labview 8.5 evaluation version, replace the orginal referenced header file and library file in 32 bit code, such as extcode.h, fundtypes.h, labview.lib etc. Then I compile the code with Visual Studio 2005, error occurs when link "error LNK2001: unresolved external symbol NumericArrayResize". I don't know why because I really link library labview.lib. Can anyone help me?
0 Kudos
Message 1 of 1
(2,559 Views)