Hi, I am currently making modifications to the source code for a specific use. I am using Microsoft Visual Studio .NET 2003 and I am having the following problems:
1. Verify will not compile.
UPDATE: Got Verify to compile. My include paths were messed up.
2. After I build the entire solution and run Eraser.exe, I get the following messages:
Debug Assertion Failed!
File Winctrl2.cpp
Line 1395
then...
Debug Assertion Failed!
File docsingl.cpp
Line 213
Then when I exit the program I get
Debug Assertion Failed!
File bartool.cpp
Line 1500
3. After a custom method is created by the user, where is it stored on disk? Does not seem to be stored in default.ers.
4. When the user opens the eraser preferences dialogue, where does the program retrieve the most recently selected method? It seems like it highlights the most recent one, even if the program has been stopped and restarted. Is this true even after system shutdown and restart? What is the purpose of the DEFAULT_FILE_METHOD_ID in the file Pass.h?
Please help.
Thanks,
Tom
1. Verify will not compile.
UPDATE: Got Verify to compile. My include paths were messed up.
2. After I build the entire solution and run Eraser.exe, I get the following messages:
Debug Assertion Failed!
File Winctrl2.cpp
Line 1395
then...
Debug Assertion Failed!
File docsingl.cpp
Line 213
Then when I exit the program I get
Debug Assertion Failed!
File bartool.cpp
Line 1500
3. After a custom method is created by the user, where is it stored on disk? Does not seem to be stored in default.ers.
4. When the user opens the eraser preferences dialogue, where does the program retrieve the most recently selected method? It seems like it highlights the most recent one, even if the program has been stopped and restarted. Is this true even after system shutdown and restart? What is the purpose of the DEFAULT_FILE_METHOD_ID in the file Pass.h?
Please help.
Thanks,
Tom