.plg file
-
when ever i build my project in VC6.0 , i get a message as follows : C:\ProgramFiles\XXX\YYY\MyProjectName.plg This File has been modified outside the source editor.Do you want to reload it? What is a .plg file and why is my compiler asking for reload ? Thanks in advance. Anandi
-
when ever i build my project in VC6.0 , i get a message as follows : C:\ProgramFiles\XXX\YYY\MyProjectName.plg This File has been modified outside the source editor.Do you want to reload it? What is a .plg file and why is my compiler asking for reload ? Thanks in advance. Anandi
-
Anandi.VC wrote:
This File has been modified outside the source editor.Do you want to reload it?
This is because you have kept the "MyProjectName.plg" opened in the IDE window. Take "Window->Close All" menu item in the VC++ IDE.
nave [OpenedFileFinder]
-
Thank u Naveen. i did as u instructed and got rid of the message to reload it. but for what purpose the compiler uses a .plg file ?? Anandi
-
.plg file is the compilation build log. it will write all the verbose commands of compiler and linker information. have a look on .plg you will get more information.