lehigh
November 10, 2004, 19:43:35
Your last post said to
1) Use Debug DLLs
2) Use Multithreaded Debug DLL option.
My questions are
1) Where can i get the debug dlls for version 1.41 of IC Imaging Control? How can I get the debug configuration to look at these dlls? Where should I put them?
2) What if I want to use the relase configuration w/ the release dlls? When I try the multithreaded DLL option I get all sorts of external link errors.
Thank you,
Chris
(previous e-mail)
smart_ptr deallocation
This code leads to a "debug assertion failed" violation
Grabber::tVidNrmListPtr pVidNrmList =
grabber->getAvailableVideoNorms();
pVidNrmList = NULL;
When it gets to the line of code in the ~refcount_ptr destructor that it does
delete get()
, this violation message comes up:
Debug Assertion Failed!
Program: ...
File: dbgdel.cpp
Line: 52
Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
HELP!
Thanks,
Chris
1) Use Debug DLLs
2) Use Multithreaded Debug DLL option.
My questions are
1) Where can i get the debug dlls for version 1.41 of IC Imaging Control? How can I get the debug configuration to look at these dlls? Where should I put them?
2) What if I want to use the relase configuration w/ the release dlls? When I try the multithreaded DLL option I get all sorts of external link errors.
Thank you,
Chris
(previous e-mail)
smart_ptr deallocation
This code leads to a "debug assertion failed" violation
Grabber::tVidNrmListPtr pVidNrmList =
grabber->getAvailableVideoNorms();
pVidNrmList = NULL;
When it gets to the line of code in the ~refcount_ptr destructor that it does
delete get()
, this violation message comes up:
Debug Assertion Failed!
Program: ...
File: dbgdel.cpp
Line: 52
Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
HELP!
Thanks,
Chris