Yes same project. Maybe it’s because I’m running an old version of the IDE. 2014 r 2.1. I have 2 controls that don’t work in Xojo on releases after that… I am replacing them in the next month and then will climbe the IDE ladder. But I have used this project and this version for 3 years or more and never had this problem. Just cropped up in past week and I have not edited any compiler scripts or build scripts. Don’t even have any scripts that I have added for compiling.
I’ve had the IDE scripts get corrupted 2 times - not recently, however. They should work even in an older version of the IDE. Never seen an IDE script compile issue without IDE scripts.
Sorry can you clarify what format you are referring to??? Do you mean Mac or Windows? If so I am compiling for both but turned Mac off on Windows to see if that would help. It didn’t.
xml, text, binary? If xml or binary one main file or external files. I’m asking because you could have a look at the project file with a text editor for xml or text files to see if there are any IDE scripts.
Create a new empty project in your format. Add an IDE script for windows. Save the thing. Now have a look at the main project file with a text editor to see where the IDE script is referenced. Now check the same for your project.
If I click File Save As my options are binary, xml or just xojo_project.
Is the last type text? And can we freely save to the different file types?
If so I could save the file as text and see if the problem continues and if so… look at the file with a text editor
and compare it to a new text project file to see if I can spot the problem.