How to build
WMP10 SDK samples with Visual Studio 2008 C++ Express Edition.
- Install Windows Driver Kit for a MFC header(atlbase.h).
Windows Driver Kit is here:
- Open and convert sample dsp files with Visual Studio.
- Add a WDK include path of C++ in which atlbase.h is.
Supporse WDK(Version 6001.18002) was installed in C:\WinDDK\ and the folder is pointed as $(WDK): Additional include path is: $(WDK)\inc\atl30
- In the case you need afxres.h when compiling source codes or resource files, add mfc path of WDK.
Supporse WDK(Version 6001.18002) was installed in C:\WinDDK\ and the folder is pointed as $(WDK): Additional include path is: $(WDK)\inc\mfc42
- If the compiler reports an error: "fatal error RC1015: cannot open include file 'winres.h'.", add a resource include path of WDK.
Supporse WDK(Version 6001.18002) was installed in C:\WinDDK\ and the folder is pointed as $(WDK): Additional include path is: $(WDK)\inc\mfc42
- To link atlthunk.lib, add the library input path.
Supporse WDK(Version 6001.18002) was installed in C:\WinDDK\ and the folder is pointed as $(WDK): Additional library path is: $(WDK)\lib\atl\i386
0 件のコメント:
コメントを投稿