LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem occured while creating a .dll file which has to be used in CIN

hi all,
i am a rookie in labview,iam getting an error while trying to build .dll file  in vc++ 6.0 , i followed all the instructions available in labview "using External Code" manual,the error was as follows;
 
 
Compiling...
CINsample2.c
Linking...
Running LVSB Utility
The system cannot find the path specified.
Error executing c:\winnt\system32\cmd.exe.
sample1.dll - 1 error(s), 0 warning(s)
 
 
plz help.
 
 
santosh.
Regards,
santosh
0 Kudos
Message 1 of 2
(2,035 Views)
Hi santosh,

It sounds to me that you are mistaking CINs (Code Interface Node) with DLLs (Dynamic-Link Library). You mention that you want to create a DLL in Microsoft Visual C++, but the errors you are getting are related to CINs.

Don't worry! Here are my favorite links to getting started creating and using DLLs with
Microsoft Visual C++ and LabVIEW:

How to Build a DLL with Visual C++

Creating and Calling LabVIEW DLLs with Various Data Types from Microsoft Visual C++


I hope that this helps you to get on the right path.

Have fun!
- Philip Courtois, Thinkbot Solutions

Thinkbot Solutions
0 Kudos
Message 2 of 2
(2,018 Views)