LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

CVI Internet Toolkit

Why is it that I can see a function INET_SetPanelAutoUpdateScope from the "Find Function Panel" and popup the FP, but my program will not compile "Missing Prototype". I also can not see this in the FP Instrument popup selection box...
0 Kudos
Message 1 of 4
(3,393 Views)
Craig,

The internet toolkit functions are on a separate instrument that you need to load in order to have CVI include the .h files requiered automatiacally and to have access to the functions in the menu.

To load the instrument go to "Instrument>>load..." you should be able to find it in the CVI installation directory (C:\Program Files\National Instruments\CVI\....). It is also a good idea to include that fp int he project so that you don't have to loaded it again.

Hope that helps, let me know if you have any questions.

Regards,

Juan Carlos
N.I.
0 Kudos
Message 2 of 4
(3,393 Views)
I am sorry if I as not more specific:
I have the FP loaded, and I have included the fp in the project and the .h as well. It looks like there is no prototype in the .h file.
0 Kudos
Message 3 of 4
(3,393 Views)
I got same error here, "missing prototype". When I click on function, it
shows the fp but file can not be compiled.

vishi

Craig Heer wrote:
> I am sorry if I as not more specific:
> I have the FP loaded, and I have included the fp in the project and
> the .h as well. It looks like there is no prototype in the .h file.
0 Kudos
Message 4 of 4
(3,393 Views)