Greeting !
I use PellesC and so i'am very pleased.
I save all my files, but I receive popup message " x.rc has been changed outside the editor. Do you want to reload it?" ..if i choose YES... all my changes disappears..!?..what is the matter!?
with best regards
Andres Maevere
I do get this occasionally and I always select NO.
It seems to be related to working on a network drive.
If you are sure, you did not change anything, always ignore the notification.
This always because an Add-in called "Increment build-number",once you build your project the Add-in increase build number which is a kind of resource in resource file.Once changed,The IDE notify that the resource file has been changed outside the editor.
Quote from: qfly on November 02, 2008, 03:00:16 PM
This always because an Add-in called "Increment build-number",once you build your project the Add-in increase build number which is a kind of resource in resource file.Once changed,The IDE notify that the resource file has been changed outside the editor.
Thanks! Now i know, what is the matter:)...
Andres
Quote from: Stefan Pendl on November 02, 2008, 09:53:24 AM
I do get this occasionally and I always select NO.
It seems to be related to working on a network drive.
If you are sure, you did not change anything, always ignore the notification.
Thanks for answer!
..but it's very tiring to set all time NO..and don't know will it stay saved or not..:D
Andres
qfly is correct. The problem is with the Increment Build Number Add-In.
To stop the error coming up every time, I just keep the .rc file closed and only open it whenever I need to modify a resource.
Hope this helps.
Increment build-number",once you build your project the Add-in increase build number which is a kind of resource in resource file.Once changed,The IDE notify that the resource file has been changed outside the editor.