merlon wrote:
> When I write this:
> return Fl::run(); // with lowercase "l"
> it works fine.

        Ah, looks like Albrecht caught what I missed in your
        more recent error messages.

        Yes, just a casing issue there.

> The old log was deleted, because it was overwritten of the program-log, 
> which works now.

        Right, now that it works ;)

        Just know in the future if you suspect a compile or link
        problem, you can grab the compile/link lines from that BuildLog.htm
        so that you can carefully check what the compile/link flags are.

        Microsoft tends to shove all the flags into a file, and then
        issues short CL.EXE and LINK.EXE lines that just invoke that file
        to pass the arguments, but at least they also show the contents
        of the file so that you can actually see all the arguments.

        Then you can track the arguments down one at a time if need be,
        either in the VS docs for the compiler/linker (or 'cl /?' and 'link 
/?'),
        or by comparing your flags to the flags FLTK uses to build its own
        tools.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to