...
Build the Example modules
In your Audio Weaver Pro installation folder, open the Visual Studio 2019 solution file
C:\DSP Concepts\<AWE Pro Path>\AWEModules\Source\Examples\ Examples_VS2019.sln
Set the configuration for “Debug x86”.
...
3. The following step is not necessary if FrameDll.lib is already in C:\DSP Concepts\<AWE Pro Path>\Bin\win32-vc142-dbg.
...
If the file is not found, you will see:
...
Rebuild the solution to recompile everything. Successful output is shown below.
...
Copy the ExamplesDLL.dll and ExamplesDLL.pdb files to your Audio Weaver’s Bin folder, e.g.
C:\DSP Concepts\<AWE Pro path>\Bin\win32-vc142-rel
Run Audio Weaver from MATLAB.
...
Confirm that the Examples folder is in your module path (File->Set Module Path).
...
Debugging MATLAB code
At some point you may wish to stop the MATLAB code and single step to see which path it takes, and/or look at variables.
...