// JP opened flex table

Click to See Complete Forum and Search --> : *.plg file


pop
February 18th, 2000, 11:46 AM
Dear all,

I meet a problem. Sometime if I compile my project, there is a message appear, say "filename.plg. The file has been modified ourside of the source editor. Do you want to reload it?" No matter I answer yes or no, it will keep work. But sometime this message appear again and again, and I can't stop it. Could you please tell me why? Thanks a lot.

Tomcat
February 18th, 2000, 01:15 PM
You get the Reload question if a file you have opened in VisualStudio is modified elsewhere. Since the .plg file is a temporary file that is changed by VC++ every time you compile (I think) you will get the question often. If you just close the window with the .plg file you should be fine...

pop
February 18th, 2000, 01:22 PM
Thank you.

//JP added flex table