asb2m10 / dexed

DX7 FM multi plaform/multi format plugin
GNU General Public License v3.0
2.84k stars 243 forks source link

Cannot compile on Windows. #191

Closed kroaton closed 5 years ago

kroaton commented 5 years ago

Hi, I want to mess around with modding Dexed (more waveforms etc.) and as such I'm trying to build on Windows, using Visual Studio 2017. I've tried to get it to compile for the last 6 hours or so but keep running into these errors: Screenshot_20

asb2m10 commented 5 years ago

I've just pulled that lasted dexed git and I don't have these errors with VS 2017... did you upgraded the JUCE framework ? dexed needs adjustment to be able to compile with the latest version of JUCE.

kroaton commented 5 years ago

I managed to compile it. Before, I was trying to do it through the ProJucer (never used JUCE before) while all that had to be done was to load the build files from dexed_master into VS2017, set the target to x64 and compile Dexed_VST.

Thank you very much!