QUOTE(ne_me_sis @ May 4 2005, 10:49 AM)
Do decrease dll size, you can omit C runtime if you do not use C runtime functions
.. which also breaks C++ compiler generated standard function calls. That won't work with foobar2000 SDK. Probably clashes with other libraries people use as well.
Only proper solution to that is using DLL runtime (MSVC6: Project Settings / C/C++ tab / Code Generation / Use run-time library: Multithreaded DLL).