Hi,
I was trying to build sample projects of Windows Media Format SDK 9.5 with VC++ 2005. I had that SDK, as well as the newest version of Platform SDK installed. When building the sample project 'DSPlay', the following error came out.
------ Build started: Project: DSPlay, Configuration: Debug Win32 ------
Linking...
DSPlay.obj : error LNK2001: unresolved external symbol "unsigned int (__stdcall* ATL::g_pfnGetThreadACP)(void)" ( g_pfnGetThreadACP@ATL@@3P6GIXZA)
.\Debug/DSPlay.exe : fatal error LNK1120: 1 unresolved externals
Build log was saved at "file://d:\WMSDK\WMFSDK95\samples\dshow\DSPlay\Debug\BuildLog.htm"
DSPlay - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Any ideas for solving this problem Thanks a lot.

Having Problems In Building Sample Projects With VC++2005
Efim
Very sorry! VCEE is Visual C++ 2005 Express Edition, which is a free downloadable version.
This version does not support ATL and MFC. Those are still owned by Microsoft.
Hope this helps.
ding3r
rankind
If you use VCEE to build it, there is no way to finish it.
VCEE does not support ATL!
Hope this helps.
ames7401
jlang64
AzPc.NET
sian
Congrats!
That's it.
vini80
TyTan