> "The "d" at the end of each name denotes that you are using the debug > versions of the libraries. Therefore fltkzd.lib would be the debug > version of fltkz.lib. > Which would be the fltk built-in version of zlib." > > I have a > doubt about it. So, are you saying that this libraries only > works in debug mode? And if I try the release mode it doesn't > works, is it right? Should I link different libraries to use > the release mode in VS 2005?
The debug versions are bigger (they contain more symbolic information) and possibly slower (they may be compiled with less optimisation) but should otherwise be compatible with release mode, as far as I know. Note that some operating systems use different symbol names in debug releases, so they would not be compatible with release mode - but I do not think that MS libraries do that. Someone more familiar with the MS library conventions might be able to clear that up. 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

