> properly constructed- however upon adding them to the library > and trying to run my project I ended up with the same link error :( > > "LINK : fatal error LNK1104: cannot open file 'fltkd.lib > wsock32.lib comctl32.lib fltkjpegd.lib fltkimagesd.lib'"
That just looks like you have the wrong paths set for the linker - tweaking them might help. HOWEVER: note that (as I think was stated before) in the fltk-1.3 snapshots, the only MS target that is actually maintained is the VC6 one. Neither the VS2005 or the VS2008 ones are expected to work at this stage. > I guess i'm gonna have to stick to VS2008 till the sems over. I'd strongly advocate cleaning everything out, as it sounds like a bit of cruft may be building up there, so get a nice clean checkout, then use your VS2010 tools to open the VC6 prioject file (VC6 is a sort of "lowest common denominator" and so far all the new MS tools seem to be able to parse the old VC6 projects correctly.) Then build that, see if that works out any better. I don't use the MS tools myself much, but others report good success with this method. I much prefer this: http://www.fltk.org/articles.php?L598 As an approach to building stuff on windos hosts. SELEX Galileo Ltd 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

