BTW, Is it only required to save the Kicad-Pro file, or must the related SCH and PCB files be saved separately?
To solve what is written here,
- Check the version of the program the user is currently running
KiCad menu (âhelpâ â âAbort KiCadâ)
- Visually see the version of the program that the user last edited
Visually check the KiCad version information written at the beginning of the file in a text editor.
If check at least these two points, you can be confident that your first question is correct. Because this question is often based on guesswork, itâs best to double-check and disclose the information.
I recommend not using the File Explorer that comes with Windows.
OK I have used WIN Settings to verify that evidently I still have ver 8 as well as ver 9 installed, so I am going to save all files and delete the ver 8 in Settings. ??
You can even delete the hole settings directory. You will loose some personal preferences, but if KiCad does not see the settings directory, it just creates a new settings directory with default settings. You can also use this to see if you inadvertently started a KiCad V8 version, as the settings for V8 are only created by a V8 KiCad.
Is it only required to save the Kicad-Pro file, or must the related SCH and PCB files be saved separately?
Open each file in a text editor and youâll find the answer to that question.
The warning pop-up dialog box is displayed by looking at the contents of the text file written in S-Expression Format as generator_version.
ps.
Different versions can coexist on Windows as long as the installation folders are different.
However, the generated files are upward compatible, but not downward compatible.
ex. pcbnew History of enhancements pcbnew/pcb_io/kicad_sexpr/pcb_io_kicad_sexpr.h ¡ master ¡ KiCad / KiCad Source Code / kicad ¡ GitLab
OK I have removed the Kicad ver 8 completely and everything appears OK, except I seem to have lost a few previous files during my previous attempts?!
What sort of files?
KiCad does not concern itself with your projects during install or removal of the binaries. Default libraries may get deleted (so you should never modify them, or at least have backups). You may have lost links to your own libraries, but then just the links are missing, and your own libraries are still on your SSD / HDD somewhere.