LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

include errors

I'm having some trouble getting a specific program working in CVI 8.1

I'm trying to implement the basic "DocumentLoader" example shipped with the OpenOffice SDK.

I think I should mention that I'm pretty much a beginner with CVI (Even though I know a little C++, not much mind you....).

I have the program running (correctly) in VisualC++ 2005, but I can't get it to work in CVI.  I keep getting an error about not being able to find "include/stdio.h".



Attached the C file producing the problems.  Note that many of the errors are being generated from within the header files being used.  The CVI IDE drops me off in the stdio.h file, included here.

Before I start going on endlessly as to where I think the problems are, can someone maybe give me a pointer where to look for problems?


Message Edited by shoneill on 06-07-2007 04:11 PM

Message Edited by shoneill on 06-07-2007 04:12 PM

Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
Download All
0 Kudos
Message 1 of 2
(3,048 Views)
hello shoneill,

as far as i can see the example is written in C++.
CVI is only a C compiler, which doesn't support C++.

see here for further information:
Does LabWindows/CVI Support C++?

kind regards,
robert h
NI germany
0 Kudos
Message 2 of 2
(3,008 Views)