Trouble compiling DSX9.0 Sample: CaptureSound
I've installed VC++ Express Beta2, the Platform SDK, and the DirectX9 SDK.
Here's the error I'm getting:
1>Generating Code...
1>Compiling resources...
1>.\capturesound.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'.
1>Build log was saved at "file://c:\Program Files\Microsoft DirectX 9.0 SDK (June 2005)\Samples\C++\DirectSound\CaptureSound\Debug\BuildLog.htm"
1>CaptureSound - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Now that header file exists in two places on my machine, with different capitalizations:
C:\Program Files\MicrosoftPlatformSDK\Include\mfc\AFXRES.H
and
C:\Program Files\MicrosoftPlatformSDK\Samples\NetDS\ADSI\samples\General\DsBrowse\bitmaps\afsres.h
The files have different sizes, too. 33KB and 24 KB, respectively.
Can anyone help?
Thanks,
SaxMaam

