Hello,
>> In function `Z9fl_makeDCP9HBITMAP__':
>> c:/system/fltk/src/Fl_Double_Window.cxx:80: undefined reference to
>> [EMAIL PROTECTED]'
> 
> That comes from one of the win32 libs that you have omitted to link in - 

Omitted? The libs are given in fltk-config. It seems (means "it really 
works without it") that "subc++" is not needed any more, but my libs are 
complete.

> It is entirely unrelated to the use of -mwindows, I think.

If I change "-mwindows" to "-mconsole" or delete this flag completely, 
the problem appears: I changed only one thing, it is reproducable, I 
learned, that it is a hint for causality. I would accept better hints.

> This look like a totally separate problem - are you sure your 
> installation is correct?

It doesn't seem to be correct, when I replace "-mwindows" by 
"-mconsole", otherwise it creates all libs and FLUID.

> To run your application in the msys shell, just type its name (or 
> possibly full/path/name ) and it should just run, opening its windows 
> and sending any stdio back to the shell.

Yes, it works, but all the output appears, when closing the app - seems, 
there is an additional flush needed for getting printf output to msys. 
This would mean to change all the debug code and if I need to do this 
already, I even would prefer, to make a new FL_Window and change all the 
debug outputs to go into it (Hmm, I'm just dealing with routing several 
socket connections over ISDN-CAPI and could send debug informations to 
remote debug view. But I should do a job... ;o).
The knowledge of creating a console (it had been working before!) really 
would be comfortable...

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

Reply via email to