On Wed, Jul 8, 2020 at 3:01 AM Alistair Leslie-Hughes leslie_alistair@hotmail.com wrote:
Hi Vijay,
Using a PARENTSRC for this isn't going to work, when you attempt to add the other xactengine3_* dlls. This will require multiple PARENTSRC which I'm not sure is even supported.
Since you only need three functions from xaudio_allocator.c, just copy them into xact_dll.c. It's unlikely they will change and will allow you to remove "#include "xaudio_private.h" and the PARENTSRC.
Ok, made the related changes and sent in a new version.
Regards Alistair
Thanks, Vijay