Strange problem.
-
@lalalandsynth said in Strange problem.:
could that be the problem ?
Almost certainly
@lalalandsynth said in Strange problem.:
What is good practice here to keep older versions but not get into problems.
Use git.
-
@d-healey Hmm, yeah ...dont really understand GIT.
I mean , keeping older running versions on my computer, that is kind of needed since newer version often have showstoppers. -
@d-healey said in Strange problem.:
Almost certainly
So in order to fix my current problem , delete all versions except for the latest develop ?
Also, just curious , why is this a problem ? They do not share any folders that I know of and are on separate drives.
-
@lalalandsynth said in Strange problem.:
dont really understand GIT.
Go and learn. I have a video about git but that's for managing your HISE projects. For managing HISE you don't need to go into such detail. I'll make a video about it for next month I think.
I mean , keeping older running versions on my computer, that is kind of needed since newer version often have showstoppers.
With git you only have one version at a time and can switch between any version and any commit.
-
@d-healey said in Strange problem.:
I'll make a video about it for next month I think.
Cool ! No idea how to do that.
Should I delete all other versions and see if that fixes my problem?
-
@lalalandsynth said in Strange problem.:
Should I delete all other versions and see if that fixes my problem?
Only ever have one copy of the source code on the system (unless you know exactly what you're doing, even I mess this up sometimes).
-
@d-healey Great , will do, lets see if that fixes the problem.
I have had multiple versions for a long time , never had a problem until now, but point taken, will delete. -
@d-healey Deleted all other versions , still does not work.
I built this with the latest Juce , maybe that is a problem ? -
@lalalandsynth said in Strange problem.:
I built this with the latest Juce , maybe that is a problem ?
Everything you need comes with HISE. - Unless you're doing C++ stuff that requires features in the latest JUCE version.
-
@d-healey Ok, building again. :)
-
@d-healey I get this error in VS using the projucer that comes with it .
"This project was last saved using an outdated version of the Projucer! Re-save this project with the latest version to fix this error." -
@lalalandsynth
Tried deleting everything , downloading develop again.
But it always stops building and displays that error.Could this be because I have a more recent version on my computer, although I am using the version that came with Develop?
EDIT: Deleted all versions of Juce , still cannot get it to build ?