0

I want to make an example http://msdn.microsoft.com/en-us/library/vstudio/jj872764.aspx When I compile the library c++, I see error: error LNK1104: cannot open file 'mfplatf.lib' Where can I find it?

Roman R.
  • 68,205
  • 6
  • 94
  • 158
titans
  • 79
  • 1
  • 9

1 Answers1

2

Mfplat.lib is part of the Windows SDK available here, with a list of the headers and libraries included here.

And you have more information about the Windows Media Foundation here.

eandersson
  • 25,781
  • 8
  • 89
  • 110