01-05-2011 05:05 AM
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
01-05-2011 12:58 PM
Is there a particular reason you're trying to create a CIN? CINs are obsolete technology. You're probably better off creating a DLL.