LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CINs

Hi.

How can I write CINs? Where can I find some more info on the topic?
What compilators can I use?

Thank you in advance.

---Dmitry.
0 Kudos
Message 1 of 2
(2,510 Views)
Dmitry Rozmanov wrote:

> Hi.
>
> How can I write CINs? Where can I find some more info on the topic?
> What compilators can I use?

Two critical resources for beginners:

LabVIEW Code Interface Reference Manual:
http://digital.ni.com/manuals.nsf/websearch/0f3cef1157b9d13f8625665e006358ae

NI Support page for CINs and DLLs, including step-by-step example using MSVC++:

http://www.ni.com/support/trouble/labview/program/callcode/

Also, consider the alternative of creating/using a DLL instead of a CIN. One
advantage is that you can more easily create and debug DLLs with a wider
variety of compilers and development environments than CINs.

Best Regards,
John Lum
National Instruments
0 Kudos
Message 2 of 2
(2,510 Views)