Matt's latest check-in says:

------------------------------------------------------------------------
r7302 | matt | 2010-03-19 01:20:21 +0000 (Fri, 19 Mar 2010) | 1 line

Changed reading and writing of pointers in Fl_Plugin.
This will hopefully fix issues with MinGW.
------------------------------------------------------------------------

Is it mingw that's the problem? Mine kind of mainly worked.

Anyway, I'm running a build just now, to see how things go...


Hmm, we get this build time warning on 32-bit systems now:

Fl_Preferences.cxx: In member function `void*
Fl_Plugin_Manager::addPlugin(const char*, Fl_Plugin*)':
Fl_Preferences.cxx:1927: warning: cast from pointer to integer of
different size

That's from Manolo's %p substitute code, I guess a 64-bit system would
through the equivalent warning at line 1929 instead...

Looks like it will do the Right Thing at runtime of course, but do we
care about this warning? Can we do the equivalent check with ifdef's at
compile time as an alternative?



Also, I notice that any call to fluid now throws out a:

Generating fast_slow.cxx and header from fast_slow.fl...
Fl_Plugin: creating a plugin manager for class "commandline"
Fl_Plugin: deleting a plugin manager


Anyway, comments notwithstanding, it seems to be working fine for me.

Cheers,
-- 
Ian


SELEX Galileo Ltd
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 
3EL
A company registered in England & Wales.  Company no. 02426132
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************

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

Reply via email to