04-21-2006 09:58 AM
04-26-2006 03:36 AM
Hello,
The prototypes of these functions are defined in the "utility.h" file (lines 568 and 596 for LabWindows/CVI 8.0). You just have to include this file to your module. You don't have to add any additional file to your project.
The function panels are defined in fp file; there is no reference to the header file. The fact that you can access doesn’t help us.
Verify that the “utility.h” file that is used is the good one (you can do this by right clicking on the "#include <utility.h>" and selecting "Open quoted text" from the LabWindows/CVI text editor). If this is the “utility.h” from LabWindows/CVI, verify that the prototypes of the functions are present in the file.
If these conditions are verified, the compilation should be successful.
04-26-2006 05:19 AM
Merci.
Effectivement je ne pointait pas sur le bon fichier utility.
J'ai rajouté le path CVI/include dans les include de mon projet