|
-
December 22nd, 2010, 05:45 AM
#10
Re: msvcr100.dll missing problem
 Originally Posted by acppdummy
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|