Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

Windows SDK does not build due to ::CreateEvent in AkPlatformFuncs.h

0 votes
The Windows version of the WWise SDK will not build in our project. The PS4 version builds ok, but the PC fails to compile when the compiler comes across the definition of AkCreateEvent in AkPlatformFuncs.h.

The error returned is:
Error (active)        the global scope has no "CreateEvent"    fwPC    c:\Program Files (x86)\Audiokinetic\Wwise 2016.1.1.5823\SDK\include\AK\Tools\Win32\AkPlatformFuncs.h    97    

From what I've read elsewhere, this shoulld possibly be changed to CreateEventW as changing to this builds ok, but I'm loathe to change 3rd party library code.

Anyone have any ideas ? Am I missing a define somewhere, I've set my project up according to the instructions in the documentation.
asked Aug 16, 2016 in General Discussion by Daren W. (100 points)

Please sign-in or register to answer this question.

...