Alex Harker
Alex Harker
No - that's clear - this is for two different networks, which is not possible otherwise - needs fixing.
Sorry - I've only just seen this. IPlug2 linux support isn't finished, but when linux support is finalised there I can look at adding this.
This is technically feasible (I did most of the CLAP work for iplug2 in fact) but it is a matter of time to create the right changes to projects so...
Thanks so much for doing this work! As your structure has changed the repo layout quite a bit (and discarded the old projects) sadly I probably can't pull it in...
> I'm sorry I didn't follow the existing structure, it was quickest to do it that way for me at least. No problem at all - just thinking it might...
`NOMINMAX` should be defined - I note that you have some -D s on your definitions and some not (cmake will ignore the -D as documented here https://cmake.org/cmake/help/latest/command/target_compile_definitions.html. As far...
That's good although altering the files isn't the best way to do this. The issue above won't be due to ordering. It will be because the definition isn't getting through...
The first linking error looks like a Microsoft linking error for the buffer access library. It would seem like you have put this into a library to make it modular...
OK - I think I might have an idea. You are building HISSTools_Library as a lib and this is where the errors are. I think where you putting the flags...
Ah that's great! I wasn't sure as I'm not particularly well-versed in cmake, but I'm glad my suspicions have proved correct!