> Greg Ercolano wrote: > > Mike Werner wrote: > >> What is all this __imp__ stuff? > > > > I think that's 'dll import'. > > Possibly a problem with compiling for DLLs vs static libs here. > > Some relevant articles regarding __imp__: > > http://groups.google.com/group/microsoft.public.vc.language/browse_thread/thread/74f17eba21196ef1/ee69599b1633504c?hl=en&lnk=st&q=__imp__#ee69599b1633504c > > http://groups.google.com/group/microsoft.public.vc/browse_thread/thread/86a1877f2c34db18/123cad15c985280f?hl=en&lnk=st&q=__imp__# > > http://groups.google.com/group/microsoft.public.vc.language/browse_thread/thread/f4c36e9c5e5e4a4d/35a04e13d4a9cb80?hl=en&lnk=st&q=__imp__# > > I compile everything static myself, I hate dll's. > > Unfortunately I'm not sure what you should fix offhand. > I often find I have to look at the compile lines closely > and noodle flags around to get what I want. > > One reason I really dislike the GUI compiler.. I so much > prefer a Makefile that I can more easily track stuff down. > In the VC gui, you have to roll through a gazillion dialogs > to figure out where compile flags are coming from..
Actually, that sounds like a good guess to me. When I get home tonight I'll play around with the VC GUI to try to see if I have a static lib vs DLL problem. Thanks. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

