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?
Asked
Active
Viewed 647 times
0
-
5Perhaps a typo, and it should be `Mfplat.lib` – Roman R. Feb 24 '13 at 08:31
-
1It is most likely a typo on the MSDN website like @RomanR. menrtioned. y `Mfplat.lib` first, if that doesn't work download the Windows SDK. – eandersson Feb 24 '13 at 08:44
1 Answers
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