False modification claims

Everything else that doesn't fall into one of the other PB categories.
User avatar
kpeters58
Enthusiast
Enthusiast
Posts: 341
Joined: Tue Nov 22, 2011 5:11 pm
Location: Kelowna, BC, Canada

False modification claims

Post by kpeters58 »

Why does PB always tell me that my <project>.pbp has been modified while the project was closed when it hasn't?

I open a project, close PB, reopen PB - there's that message.
Same if I open a project, close the project, close PB, restart PB and reopen project....

Any ideas?

Thanks,
Kai
PB 5.73 on Windows 10 & OS X High Sierra
karmacomposer
Enthusiast
Enthusiast
Posts: 113
Joined: Sun Jul 29, 2012 2:51 pm

Re: False modification claims

Post by karmacomposer »

Does this alter how the program compiles and run? Does it affect the resulting binary?

Mike
Zach
Addict
Addict
Posts: 1678
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Re: False modification claims

Post by Zach »

It shouldn't, Mike. the PBP file is just a project file, which contains various settings related to the project (compilation options and such I would imagine) and source file locations.

Its probably just a bug, I don't think anything is getting modified, although worth noting I have never had this problem myself.
User avatar
kpeters58
Enthusiast
Enthusiast
Posts: 341
Joined: Tue Nov 22, 2011 5:11 pm
Location: Kelowna, BC, Canada

Re: False modification claims

Post by kpeters58 »

Aside from the annoyance factor (and the desire to understand why what happens...) there do not seem to be any negative effects.

K
PB 5.73 on Windows 10 & OS X High Sierra
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: False modification claims

Post by IdeasVacuum »

It's possible that your Anti-Virus has tickled the file, especially if you use MS Security Essentials. No harm done.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
freak
PureBasic Team
PureBasic Team
Posts: 5962
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: False modification claims

Post by freak »

The message is because one of the source files in the project changed while the project was closed. There is no check for the project file itself.

You can enable or disable this check for each file individually in the project options (uncheck the 'Display a warning if file changed' checkbox for the files where you want it disabled.)
quidquid Latine dictum sit altum videtur
karmacomposer
Enthusiast
Enthusiast
Posts: 113
Joined: Sun Jul 29, 2012 2:51 pm

Re: False modification claims

Post by karmacomposer »

freak wrote:The message is because one of the source files in the project changed while the project was closed. There is no check for the project file itself.

You can enable or disable this check for each file individually in the project options (uncheck the 'Display a warning if file changed' checkbox for the files where you want it disabled.)
Good to know. Thank you.

Mike
User avatar
kpeters58
Enthusiast
Enthusiast
Posts: 341
Joined: Tue Nov 22, 2011 5:11 pm
Location: Kelowna, BC, Canada

Re: False modification claims

Post by kpeters58 »

Thanks for enlightening us with this valuable piece of information!

Cheers,
Kai
PB 5.73 on Windows 10 & OS X High Sierra
Post Reply