encoder sdk 9.0 的有关问题,来者有分

encoder sdk 9.0 的问题,来者有分
这个问题我搜了很多资料都没有解决掉!大家谁用过WINDOW   MEDIA   PLAYER   ENCODER   SDK   9.0   的来讨论下.
\WMEncSDK9\Samples\vc\scheduler下的这个例子执行时解决了一点问题,可是下面的这个问题就是解决不了,还有要问题的是这个例子是用什么工程建   的,我感觉好像是用纯手工写的,里面即不是用ATL   COM   工程,也不是其他的,不管错与对,有想法只管说,谢谢了
--------------------Configuration:   wmschedule   -   Win32   Debug--------------------
Compiling...
maindlg.cpp
C:\Documents   and   Settings\goodo\桌面\scheduler\maindlg.cpp(99)   :   error   C2065:   'wnsprintf '   :   undeclared   identifier
C:\Documents   and   Settings\goodo\桌面\scheduler\maindlg.cpp(553)   :   error   C2065:   'SHGetFolderPath '   :   undeclared   identifier
C:\Documents   and   Settings\goodo\桌面\scheduler\maindlg.cpp(553)   :   error   C2065:   'CSIDL_PROGRAM_FILES '   :   undeclared   identifier
Error   executing   cl.exe.

wmschedule.exe   -   3   error(s),   0   warning(s)

------解决方案--------------------
up
------解决方案--------------------
没使用过。
用的是什么编译器?
相关的头文件包含了没有?
------解决方案--------------------
'SHGetFolderPath ' 这个错误大概是你的ShellAPI.h文件不是最新。需要用新的SDK中的文件替换。其他的估计也是类似的错误