Hi Albrecht, Yes, I did all of what you have mentioned. The library seems to be working only with static linking. It looks like there are lots of problems with if you build it into a DLL. However, I am again trying to get a static build and it is giving me unresolved externals. I first did a build clean and then built FLTKDLL.dll only as a DLL release project after building the jpeg, png and zlib in the same configuration. I also tried giving jpeg, png and zlib libs in the Linker/Input section but I am still getting unresolved externals. Please note that I have copied fltkdll.dll in each sub-directory of the project.
I await your feedback. Thanks in advance, Asif On Sat, May 21, 2011 at 4:53 PM, Albrecht Schlosser <[email protected]>wrote: > If you build FLTK in "Release" configuration AND use fltkdll.lib/.dll > (not fltkdlld.lib/.dll) AND use /subsystem:windows in your project, > then you should NOT get the console window (that's what it is called > correctly, IIRC). Did you do all of this ? > _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

