02-29-2008
06:11 AM
- last edited on
09-24-2025
03:25 PM
by
Content Cleaner
02-29-2008 10:02 AM
The reason yo the compile error is that there isn't any callback function in your code to associate with "Acquire" button. This is strange since "Generate all code" function should have produced all necessary code for you, including the button callback: could it be that you edited the button adding the callback name after generating the code?
In any case it is possible to generate individual controls callbacks after the first code generation. You can right-click the control and select "Generate control callback" from the context menu, or execute Code >> Generate >> Control callbacks menu item. If asked for a target file, select your .C file in the project.
02-29-2008 02:25 PM
Thank you for the answer.
Well, this is what i don't understand, i push the button "generate all code" and he don't see the acquire button.
Very strange, somebody an other suggestion?
03-05-2008 06:59 AM