cannot go back to design modus
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi After making some changes in my code I cannot get back to "Design" modus in my VC++ project. (because of problems with the GetObject function I have to un- define and then -re define it during some other fuction calls) I get an error message saying:
"An error occurred while loading the document.Fix the error, and then try loading the document again. The error message follows: MCppCodeDomParser Error Line 98, Column 4---unexpected token for a `term“
I can compile and run the application, but I cannot make any changes in the GUI using the visual interface. Is there a way to "fix the error" as the errormessage suggests? regards doneirik