I am using VS2008 and downloaded fltk 1.1.9. I managed to compile the Hello world (the include headers were ok to setup). But then I got error with this msvcrt.lib. What type of application should FLTK use - console or windows-one? Any ideas?
2008/11/14 <[EMAIL PROTECTED]> > Send fltk mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.easysw.com/mailman/listinfo/fltk > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of fltk digest..." > > Today's Topics: > > 1. Re: fltk.lib conflicts with msvcrt.lib? (Zdravko) > 2. Re: fltk.lib conflicts with msvcrt.lib? (Greg Ercolano) > 3. Re: fltk.lib conflicts with msvcrt.lib? > (MacArthur, Ian (SELEX GALILEO, UK)) > > > ---------- Weitergeleitete Nachricht ---------- > From: Zdravko <[EMAIL PROTECTED]> > To: [email protected] > Date: Fri, 14 Nov 2008 00:00:17 -0800 > Subject: Re: [fltk.general] fltk.lib conflicts with msvcrt.lib? > I have the very same issue. Anyone? > > > This is a weird issue: my FLTK appliation builds without error in both > debug and release modes (VC++.NET 2003) However, in release mode, the .exe > will run only from inside .NET! The app won't run if you just double-click > on the icon. After some experimentation, if I build in release mode but > link to fltkd.lib and msvcrtd.lib it works. (not changing any other relase > mode settings) > > > > Anyone else had this kind of problem or know what's causing this? > > > > Thanks! > > > > > > > ---------- Weitergeleitete Nachricht ---------- > From: Greg Ercolano <[EMAIL PROTECTED]> > To: [email protected] > Date: Fri, 14 Nov 2008 01:25:05 -0800 > Subject: Re: [fltk.general] fltk.lib conflicts with msvcrt.lib? > Zdravko wrote: > > I have the very same issue. Anyone? > > Compare your link line to the link line of one of the FLTK apps > to see what's different. > > If you're not sure, paste both here. > > Also: which compiler? > > > > ---------- Weitergeleitete Nachricht ---------- > From: "MacArthur, Ian (SELEX GALILEO, UK)" <[EMAIL PROTECTED] > > > To: "Mirror of fltk.general Newsgroup" <[email protected]> > Date: Fri, 14 Nov 2008 10:16:08 -0000 > Subject: Re: [fltk.general] fltk.lib conflicts with msvcrt.lib? > > > > I have the very same issue. Anyone? > > > > Compare your link line to the link line of one of the FLTK apps > > to see what's different. > > > > If you're not sure, paste both here. > > > > Also: which compiler? > > And which version of fltk? > > > > 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 > > -- Zdravko Monov _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

