> The load function can not work because of this line in code > " //fl_register_images();" When i keep it , it gives me 23 errors
You need to add fltk_images.lib to you linker line, and put it before any of the image libraries (jpeg, png) and also before the main fltk lib (fltk.lib). > Can i changed it or do somethingelse to not stick with this problem If you are going to manipulate images, you need to call that function at startup. Read the docs. > also i change the extension from cxx to cpp ?? but i'd like to > know the diffece between both It is just a name - you can call it anything you like. But why change it? > ANY HELP ANY SUPPORT GUYS OK, couple of things. 1. Don't shout. It's extraordinarily rude. 2. We are helping. 3. The questions you are asking are largely to do with the how and why's of using the developer tools you have - you might find more useful feedback if you ask these questions on whatever forums support those tools. You haven't actually asked any questions that are about fltk yet... 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

