I added csPerfThread.cpp, and it solved the linker issue and gave me some new messages: an error, saying strcpy (if I remember correctly) was unsafe and needed to be changed to strcpy_s. Also some warnings about conversions.
I looked for csnd.lib, I did a search on my C:\Program Files\Csound6_x64\lib directory and found csound64.lib, libcsound64.lib and CsoundQt-d-html-cs6.lib.
I searched my csound-6.15.0 source code directory and found no lib files
Did a google search on “csnd.lib”, didn’t find anything.
Went to GitHub - csound/csound: Main repository for Csound. I’m not totally familiar with how it works, but I used the file finder and searched for csnd.lib and found nothing, then searched for *.lib and found nothing.
I imagine I missed csnd.lib somewhere. Where can it get it?