Hi xavi,
If you are using CVI v6.0, the error you get is because the user interface file (.uir) created in CVI 7.0 cannot be opened in 6.0. What you can do is open the project in 6.0, remove the uir file, and create a new one. On the new uir, put a canvas control on the front panel, labelled CANVAS, with CanvasEvents as the callback function. Next, add a Quit Button with QuitCallback as the callback function. Save this uir with a different name, and add it to the project. Then, open your debug output window and run the project. It should work now.
Jeremy L.
National Instruments
Jeremy L.
National Instruments