>
> You can not mix MFC code with fltk code (well, perhaps you can, but to
> do so is very difficult...)
>
> If you plan to use fltk for your GUI functions, you will need to use
> some other (i.e. Non-MFC) mechansim for accessing your database.
>
> The best option is probably to use fltk and SPTK (http://www.sptk.net)
> to do what you are trying to do. SPTK should be able to handle your
> database access for you and works well with fltk.
>
>

I try to isolate the MFC code in one module,and fltk coke in other module, and 
define a neutral interface to communicate . It seems work.
But I still have problem with icon,using previous LoadIcon code, compiler said 
"IDI_ICON1 is not defined". I have create a new icon , save as myIcn.ico file, 
how can I assign this icon to my fltk window?

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

Reply via email to