10-12-2017 08:36 AM
Is it possible to programmatically generate function prototypes from a function panel? I'm using LabWindows CVI 2009 and I know you can manually do this by selecting Options > Generate Function Prototypes. Is there something like CVI_AppGenHtmlHelpFromFPFile except instead of html help it creates a function prototype file?
Thank you
10-13-2017 10:25 AM
Hello,
You want to programmatically generate the function prototypes and put them into a .h file?
Can you explain a little more of the context and why you will need to use a function that does this?