Description
Hey Folks, I've managed to get a fair way into building this VST for Windows, but I suspect that my IDE (VS2017) is not able to finish the job due to the MSVC compiler.
I've resolved all the necessary paths, headers etc but the build fails at the linking stage, with jack. The jack .lib's are just the ones installed from jackaudioorg/downloads. The boost libraries are okay (probably because I built the boost/filesystem .lib's with VS2017 itself) but the linker throws 'unresolved external reference' errors when trying to link to jack. At least that is what I think is happening...
So, I am thinking of shifting the project to Code::Blocks and try to compile using MinGW.
Have you tried to build this project on Windows before? Any advice appreciated.