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)