Quote Originally Posted by acppdummy View Post
Thank you all!

I was trying to avoid installing too much stuff on the client machine so I was hoping to include everything in a single ".exe" file without having to install the redistributable.

I tried setting "Multithreaded (/MT)" but the linker came back with a bunch of errors about "msvcr100.dll" - functions such as malloc(), sprintf() ... were duplicated. Then I remembered the FLTK library was compiled with "Multithreaded DLL (/MD)". Before I go ahead manually changing the 70 some odd projects in the library from /MD to /MT, is there an easier way to mass edit/change properties of all projects in a VC "solution"? Thanks!

1) how did you resolve these errors than after you changed /MT?
2) what is this FLTK library?