sAPO property project compile error
Hello, guys.
I'm trying to compile sAPO property project in WDK 5472.
But everytime I do that, I got the error message that "PKEY_Device_FriendlyName" is not defined.
I tried to find "PKEY_Device_FriendlyName" in all WDK 5472 files, but nothing is found.
Does anybody have the same problem with me and can anybody help to solve this problem?
Thanks in advance.
[415 byte] By [
Jaehyun] at [2008-1-21]
Sir,
A number of the audio samples in the SDK and DDK reference “PKEY_Device_FriendlyName”. In build 5384 this was defined in “propkey.h”, but in build 5456 this moved to “functiondiscoverykeys.h”. In build 5472 it has moved once again to “FunctionDiscoveryKeys_devpkey.h” which is now included by “functiondiscoverykeys.h”. The problem is that this file is not included in either the DDK or the SDK yet due to an oversight. This was fixed in later builds of the WDK by adding functiondiscoverykeys_devpkey.h to the kit and should be available with the next WDK update.
Hope this helps.