Tomas Bym wrote:
> when I try to run it on other computer,
> I get the error, that the installation is bad.

        What is the exact error message?

        It's either DLLs (in which case compile static, or include
        the DLLs it's complaining about in the same dir as your exe)

        ..or it's the new windows 'manifest' or 'side-by-side' stuff
        which likely has not so much to do with FLTK as it is with
        all executables from Visual Studio 2005:
        http://msdn.microsoft.com/en-us/library/aa375190(VS.85).aspx
        http://msdn.microsoft.com/en-us/library/aa374029%28VS.85%29.aspx
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to