The first missing dll is MFTranscode.dll from c:\windows\system32
I suppose I can check for this file and if its absent display a more useful error message when the viewer fails. It's really annoying that windows LoadLibrary does nto tell you which dll failed to load. Or maybe I can try to detect windows N version without media pack, though given the absolute mess that is windows versioning, i doubt there is a robust way to do that either.
|