View Single Post
Old 15th February 2008, 19:39   #1061  |  Link
Casimir666
Registered User
 
Join Date: Jan 2007
Posts: 455
Quote:
Originally Posted by clsid View Post
MPC uses static linking, so the runtime is not needed.

However, Visual Studio 2005 has a nasty habit of embedding a manifest into the executable by default. That manifest causes Windows to think that the runtime is needed.

The solution would be to explicitly disable manifest creation and embedding in the project settings.
Hum.... that's a little bit more complicated with x64 because manifest is different, so it's interesting to let VS generate it.
__________________
Tired of tearing?
Try this Media Player Classic mod : http://mpc-hc.sourceforge.net
Casimir666 is offline