Question : Why am I getting ASSERT identifier not found errors when trying to include DirectShow's wxlist.h file?

Hi. I'm debuggin a Win32 application written in C++ under Microsoft Visual Studio 2008 and have included DirectShow's wxlist header file so I can make use of the CGenericList type defined in the header.  However, upon inclusion, I get error c3861: 'ASSERT' : identifier not found.  I modified the header file by placing #include <crtdbg.h> and #include <assert.h> at the very top of the file, but still get the same error.  Can anyone tell me what I need to do please?

Answer : Why am I getting ASSERT identifier not found errors when trying to include DirectShow's wxlist.h file?


The procedure is the same as you have applied SP2

The Link you found is the right one

http://technet.microsoft.com/en-us/library/bb676320(EXCHG.80).aspx
Random Solutions  
 
programming4us programming4us