Romain Garrigues wrote:
> Hello all !
>  
> Is it a known bug ? Does somebody have the same trouble and resolved 
> this problem ?
>  

You are probably using it wrong.  The macro runs fluid on your .fld file 
and generates a simple variable with the resulting cpp file.  You still 
need to add the variable to the executable or library you want to create.

FLTK_WRAP_UI( mrViewer gui/mrViewer.fld ... other .cpp files here... )
ADD_EXECUTABLE( mrViewer WIN32 MACOSX_BUNDLE ${mrViewer_FLTK_UI_SRCS} )

-- 
Gonzalo Garramuño
[EMAIL PROTECTED]

AMD4400 - ASUS48N-E
GeForce7300GT
Kubuntu Edgy

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to