> Is there a way to get Fluid to write to a directory other than the one > with the .fl file? > I am writing a multi screen UI and would like to be able to writet to > ../src/ and ../include/ the .cxx and .h files respectively. > I am using > 1.3.0rc3.
Don't know - might be possible to set a path/name via the "Edit > Project Settings..." menu, though I've never tried it. > Right now I have separate directories for each screen and need to copy > them manually to fit our larger scheme which leads to multiple > copies/versions as I iterate integrating the UI with the rest of the > program. Hmm, I just use "fluid -c" to generate the code in the Makefile (rather than generating the code myself) then have the Makefile copy the generated files to the "right" places before building. That works well, though I concede it is not straightforward or convenient to set up... SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

