LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

MakePathName error, though header file included

Solved!
Go to solution

I use the makepathname() function found in utility.h, which I did include at the top at my code, and have shown in my list of .h files.

 

Also, Options>>Build Options...>>Require function prototypes is also checked.

 

However, I keep getting this error: error: implicit declaration of function 'MakePathName' is invalild in C99. Make sure that you include the function prototype. I need help with this.

0 Kudos
Message 1 of 4
(4,477 Views)
Solution
Accepted by topic author hn_sofec

Check for upper case typos. The function ist called MakePathname ( not makepathname or MakePathName) .

Message 2 of 4
(4,465 Views)

Another suggestion is to look at the sample userint\custctrl\hyperlinkctrl\simple.cws - it builds fine and should also work on your computer. If so, you can check the differences...

0 Kudos
Message 3 of 4
(4,462 Views)

Thank you so much.  It is a typo.

0 Kudos
Message 4 of 4
(4,439 Views)