That file only contains one of the assertions...?
This is the one I get on startup:
Code: Select all
---------------------------
Microsoft Visual C++ Debug Library
---------------------------
Debug Assertion Failed!
Program: C:\Users\hp\AppData\Local\Temp\7zO8A35E63C\deskrule.exe
File: C:\Users\god\Documents\mine\source\deskrule\registryAccess.h
Line: 389
Expression: 0==bufValue || *pdwCount
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.
(Press Retry to debug the application)
("god", eh?)
This is the one I get when I drop a folder (three times, and a stupid voice):
Code: Select all
---------------------------
Microsoft Visual C++ Debug Library
---------------------------
Debug Assertion Failed!
Program: C:\Users\hp\AppData\Local\Temp\7zO47EF9CE3\deskrule.exe
File: C:\Users\god\Documents\mine\source\deskrule\extractFileText.h
Line: 107
Expression: actual || ((HRESULT)(readhr)<0)
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.
(Press Retry to debug the application)
This is the one I get on exit:
Code: Select all
---------------------------
Microsoft Visual C++ Debug Library
---------------------------
Debug Assertion Failed!
Program: C:\Users\hp\AppData\Local\Temp\7zO47EF9CE3\deskrule.exe
File: C:\Users\god\Documents\mine\source\deskrule\registryAccess.h
Line: 435
Expression: dwCount
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.
(Press Retry to debug the application)