Hello,
I am using LabView 8.0 and was hoping to take advantage of the code interface node (CIN) during part of my program. To get used to this I tried using one of the sample C codes in the LabView\examples\cins directory. I was trying to compile the aequalb.c file with cygwin. I keep getting an error however about the CIN MgErr CINRUN method, or function or whatever it is. The error reads: syntax error near unexpected token '(' 'CINMgErr CINRUN(....)'. What i noticed was that this function is not even in the extcode.h file (in LabView\cintools directory). I have looked at other posts on this forum about people trying to use Visual C++ which was an alternative I was thinking about doing for creating the CIN. The problem most other people seemed to have with that is that they had to alter the extcode.h file so that the CINMgErr functions read extern "C" CINMgErr CINRUN/CINLoad etc... So is there something wrong with my file? I haven't changed it at all. Is it possible there is a different solution with version 8.0 than from previous versions? Am I using an incompatible platform for compiling my C? If so, does anybody know where i can get a FREE (key word here guys and gals...) compiler that will work with LabView? THanks for any help you can offer.
tekky