> 2)As you told i installed fltk 1.3.0 and unmerge previous > 1.1.7 and then > compiled my program. it was ok up to compile.
One possibility is that you have managed to create a build that is a hybrid of 1.1.7 and 1.3.x. This might be possible since the header files largely match, but the underlying ABI does not. So, if you built your 1.3.x version, but it picked up bits of a pre-existing 1.1.7 installation, bad things might happen... I would suggest you remove all traces of any previous 1.1.7 or 1.3.x install, then re-install 1.3.x from clean baseline, then clean and remake all your code, and see how you get on. If you are running multiple versions of fltk in parallel, you do need to be careful about cross-pollution between them. (It is perfectly possible, I have 5 variants on this box, but you do need to be careful!) 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

