On 22.06.2008, at 17:38, shady shidfar wrote: > Hi everyone, I've just started using FLUID to design an interface > for my ITK codes. I'm using Visual studio 2008. I've downloaded a > project named myITKGUI which includes ITK, VTK and FLTK > (http://www.eecs.berkeley.edu/~eklund/teaching/cs294/ > ). I need to add components to the GUI. If I do that through FLUID > and update the .fl file how can I see the changes in my built C++ > project. > > Even I don't want to use myITKGUI, how can I add the .fl file to my c > ++ project and update the C++ project whenever I make changes to > the .fl GUI.
You can go into the Fluid menu and choose *File > Write Code...* to generate your C and H file. If you want to go the more complicated route, you create a custom build step in VisualStudio for .fl files, calling fluid with the command line option -c. Fluid will then compile the given .fl file into C and H files without popping up a GUI. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

