Hi,
No idea what is going on here. I am writing a program (Linux) called "wireKnot" and development has been going along fine until yesterday.
Today I opened the project and all of the files including the project name were missing the first letter in their filenames.
"wireKnot.lpi" was changed to "ireKnot.lpi" as was ".lfm" ".lpr" and ".res" files and the compiled run-time.
I tried changing the filenames back and then text-searched for files containing "ireKnot" and correcting any occurrence, but either compile and/or runtime crashed.
How can I get back the correct names for everything? I can still build the project as it is working with the "ireKnot" names, but wold like to have the correct names for any later searches for code.
Thanks