Compile for Windows from Linux

Hi im try to compile the example,

i compiled on linux then tried to load it into windows, i got this error:

`
[0.295 warn src/plugin.cpp:174 loadPlugin] Could not load plugin C:/Users/trichardson/Documents/Rack2/plugins/Euclid: Plugin binary not found at C:/Users/trichardson/Documents/Rack2/plugins/Euclid/plugin.dll

any ideas?

Probably you didn’t make a windows build on Linux, but tried to load a linux native build on windows? The VCV build toolchain can build for Linux, OSX, and Windows from Linux. GitHub - VCVRack/rack-plugin-toolchain

exactly what i was looking for, thank you kindly squinky sir

1 Like