LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create CIN with visual studio 2010

Hello,

 

I try to create a CIN with Visual studio 2010. For that I follow step by step the 2 links below :

 

http://zone.ni.com/reference/en-XX/help/371361G-01/lvhowto/creating_cin_mult_two_num/

 

http://zone.ni.com/reference/en-XX/help/371361G-01/lvhowto/compiling_cin_source/

 

I've got an error when compiling :

 

NMAKE : fatal error U1073: incapable d'obtenir 'mult.obj'

stop

 

I initiate the C code of the CIN with with LabVIEW 2010 (see below)

 

Someone could help me

 

Thanks

 

JP

0 Kudos
Message 1 of 4
(2,544 Views)
Why are you trying to do this? A CIN is obsolete and no longer supported.
0 Kudos
Message 2 of 4
(2,541 Views)

thank you for your answer.

 

I want to do that because I juste want to modify an existing Lv api based on CIN.

 

you said that CIN is no more supported is it official ?

if it is the case why could I find help on CIN in LV 2010 help and LV 2011 help?

 

JP

0 Kudos
Message 3 of 4
(2,521 Views)

Indeed the CIN is no more supported under new versions of LabVIEW (it is explain in the help of the CIN node in the function palette.

 

In fact, I think you can use old version of CIN development, but you can't create new development on this technic : this article (http://digital.ni.com/public.nsf/allkb/A6705FEC7EA42300862567B70054206E §2) explain that.

 

So you should use the call Dll node instead of the CIN node (mainly to call a function like a Ic_InitFlowControl())

 

Smiley Wink

0 Kudos
Message 4 of 4
(2,510 Views)