i can’t add new projects into the solution manually or they will be overwritten by projucer.
but sometimes i really need to combine my other own personal dll project workflow with juce projects, how should i do?
Create a separate .sln file where you can add both the project file created by Projucer and the external project files.
This might help:
HTH
well, it quite makes sense…
thanks, it seems practical to work!
Nice. Since I wrote that post, I ended up using JUCE a lot more, so I converted several of those VS projects into JUCE modules.
