I am not sure, what you mean
I'm still not able to save my projects without the 'debugging' going on and on.
If I save as something else so I can continue, it just doesn't work. The previous project I saved doesn't run anymore even though everything's the same as the previous project; i.e. the event handler of the first project.
Do you mean "Save as" To make a copy of the project?
That may be a problem, since then the old project is updated to the new folder too... So the old project may fail too.
To copy a project:
- Open it in the IDE
- Menu "Project" > "Publish Project"
-- Choose a destination directory
-- Leave all other settings as they are
-- Press "OK"
Alternatively: You may also be able to copy the folder containing your project, while the IDE is closed.
Talking about project settings:
1) Menu: "Project", "Project options":
Some pages allow setting/changing paths => Do NOT do that.
(If you have not seen them/ have not touched them: never mind)
2) The IDE ask you in a popup "Add to project ... path"
Usually say "YES"
However, if you are just starting, you should NOT see this.
If you have never seen any of the 2 above: Very good.
If you have, please post details.
---
Otherwise not sure what you mean?
I assume when you hit "save", are the files on disk updated?
Please make a different between "Does not compile" / "Does not run"
See the errors show in the messages window of the IDE.
In your project folder (OR in projectfolder/lib/win32-i386 OR projectfolder/lib/win32-x64 OR similar) will be an executable "project1.exe" (or whatever you named your project)
1) If you delete it, and compile, it should be created again.
2) You can test if that runs (if it does not start in the IDE)