ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

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
(3,014 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
(3,014 Views)