Hi,
I would like to know if the VS project of creating the audio module DLL supports C++ compilation?
I changed the compile option of module lib to C++,compilation is normal.
But the DLL compilation with some errors(I used the examples of AWE pro version) below:
Error LNK2001 unresolved external symbol _awe_modDownsamplerExampleClass .
3:56pm
Hello yue.wang_10490,
It looks like Visual Studio cannot find some module classes. Are you trying to compile a subsystem? If so, we have a new feature in Audio Weaver called Reusable Subsystems (RUS for short). For more information on how to do this, please visit our Documentation Hub here: https://documentation.dspconcepts.com/space/DOCTEST/2710700066/Subsystem....
Thanks,
Kevin
9:51pm
Thanks Kevin.
That's very helpful.