LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

io.h et fcntl.h

I try to manage a camera using coreco Imaging board with IFC library. I use Labwindows CVI 7.0.
To do this, I need io.h and fcntl.h that I do not have. Does anybody know were to find them, if it will work with Labwindows or another solution...
Thanks a lot
Steph
0 Kudos
Message 1 of 4
(4,203 Views)
Hi steph,
the file you mentionned are not part of CVI environnement. IFC library is a C++ classes oriented library from Coreco Imaging they ahev probably a ANSI C wrapper to theses classes. you should simply add #include "ifc.h" in your code to call theses functions. This file is probably dependent of io.h and fcntl.h. I suggest you to download the latest version of IFC SDK on Coreco Imaging website.
Let me know if you don't get the correct files.

Regards

Salissou ISSA
Applications Engineer
NI France
0 Kudos
Message 2 of 4
(4,203 Views)
Hi!
I work with WinXP. I installed last sdk for XP SP2, I think I have last version of IFC (ver 58, update for sp1). I can not download last version because I have just one board and IFC for test...
AND... i still can find io.h and fcntl.h!
ifc.h is include to my project.
Don't know what to do now...
Steph
0 Kudos
Message 3 of 4
(4,203 Views)
Attached bellow you will find "Io.h" and "Fctnl.h"
Hope this helps.

Salissou ISSA
Application Engineer
NI France
Download All
0 Kudos
Message 4 of 4
(4,203 Views)