Hi, I don't understand; which DLLs don't you want to re-distribute?
I am using VC++ 2010 Express - there was a slight problem that some kind soul on this mailing list fixed and everything works like a charm now. I'd suggest that you use VC++ 2010 Express as it has many more newer C++ features as well. Best regards, Asif On Mon, Mar 28, 2011 at 5:35 PM, Julia Jacobson <[email protected]>wrote: > Dear FLTK community, > > In order to run applications compiled with Visual C++ (2008 Express) on > other Windows computers without distributing any DLLs, I think one has to > use the "Multithreaded /MT" option under Project -> Properties -> Code > Genereation -> Runtime. > When compiling a minimal Hello World C++ console program, everything works > fine. > When compiling the Hello World C++ application (works fine when using the > "Multithreaded-DLL /MD" option), Visual C++ complains about already defined > symbols in MSVCRT.lib. > However, when I tell Visual C++ to ignore MSVCRT.lib, it complains about > unresolved external references. > So my question is how you compile FLTK applications with Visual C++ without > having to install Microsoft DLLs on other computers to run it there. > > Thanks in advance, > Julia > _______________________________________________ > fltk mailing list > [email protected] > http://lists.easysw.com/mailman/listinfo/fltk > _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

