huda wrote:
> Still same problem with limkage

        Load fltk library up in Visual Studio as if you were
        going to rebuild it.

        Right click on the 'pixmap_browser' example program and
        choose 'Rebuild'.

        Now look at the build logs to see what libraries it
        linked with. Compare this to the build log for /your/ app
        and modify your link flags until the link stage matches
        the example app's libs.

        Be sure the libraries you link with are specified in the
        same order, as link order is important.

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

Reply via email to