logicomacorp / WaveSabre

Official WaveSabre repository
MIT License
246 stars 34 forks source link

Build issues for windows #28

Closed TheMartynBliss closed 5 years ago

TheMartynBliss commented 5 years ago

CMake -B build didn't work on windows 10. cmake . (in the wavesabre directory did) but, I get one error: WaveSabreVstLib.lib(vstplugmain.obj) : error LNK2019: unresolved external symbol "class AudioEffect cdecl createEffectInstance(int (cdecl)(struct AEffect ,int,int,int,void ,float))" (?createEffectInstance@@YAPAVAudioEffect@@P6AHPAUAEffect@@HHHPAXM@Z@Z) referenced in function _MAIN 1>

h0ffman commented 5 years ago

Hey @TheMartynBliss it looks like you don't have the VST SDK or if you do it's in the wrong folder. CMake won't be able to build the project files until its there.

TheMartynBliss commented 5 years ago

Yes, I had copied it in, but didn't re-run the cmake…. Doh!