freddyz / computerscare-vcv-modules

Modules for VCV Rack
BSD 3-Clause "New" or "Revised" License
41 stars 9 forks source link

‘OSDIALOG_OPEN’ was not declared in this scope error when trying to compile Cardinal #83

Closed washikano closed 4 months ago

washikano commented 4 months ago

NVM, fixed

using computerscare branch v2.0.4, added as a submodule to Cardinal build 30c66ab

I had to change a couple of things that were being "declared" more than once and were conflicting with other modules, e.g. BLACK changed to COMPUTERSCARE_COLOR_BLACK (conflict with dBiz), SmallKnob changed to computerscareSmallKnob (conflict with dBiz as well), BGPanel changed to computerscareBGPanel (conflict with JWModules)

image