Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

I have a MFC project with Visual Studio 2010. One day, when i open the resource file to make some change, i receive this screen:

http://imageshack.us/photo/my-images/703/96802555.png/[^]

And if i save the project then open the resource file with text editor, all alignment information of that dialog

SQL
BEGIN
    LEFTMARGIN, 7
    RIGHTMARGIN, 223
    TOPMARGIN, 7
    BOTTOMMARGIN, 206
END


was replaced with dummy values

SQL
BEGIN
    , 50
    , 4653056
END


I don't have any idea about this problem. Google also doesn't help.

If you have any recommend to fix this, please let me know.

Thank you very much!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900