From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Missing function CToLStr

Hi all

 

I have a problem with CIN function CToLStr. I'm trying to create CIN handling C string and converting it to LStr type. Code syntax seems to be OK because it is build OK but when I'm trying to build the whole solution then Visual Studio .NET 2003 returns linker error "LNK2019 unresolved external symbol _CToLStr referenced in function _CINRun". Other functions like LToCStr seems to work OK. One notice I made was that CToLStr cannot be found from Labview.lib otherwise than LToCStr. Both functions are declared in extcode.h.

 

I tried to search through internet information about CToLStr but without any success.

 

Development system is LabVIEW 8.5

 

0 Kudos
Message 1 of 2
(2,021 Views)

Is there a particular reason you're trying to create a CIN? CINs are obsolete technology. You're probably better off creating a DLL.

0 Kudos
Message 2 of 2
(1,993 Views)