> I can confirm that also under MinGW everything works fine, > but compiled > with VC2005 I am getting these pesky extra FL_LEAVE events, ie when > dragging the cursor inside the widget. > > Very odd - and it seems to depend on the compiler.
Yes - that does seem odd. I wonder what changes there are with gcc / VC2005 builds... One thought - can you build the VC2005 version with a different compiler optimisation level set, and see if that changes anything. I know we had a few small issues with the gcc/mingw optimiser being a little over zealous, and so we changed the mingw builds from -Os (which broke a few things) to -O3, which seemed to be OK. I wonder if there might be similar issues with the VC compilers, and easing back the optimisation a bit might make it more reliable? -- Ian SELEX Sensors and Airborne Systems Limited 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 mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

