Hi, I am trying to implement for my mini2440 audio output a DirectShow Push Source filter. When compilin my Smart Device (mini2440) VC++ DLL project I am getting errorr that CSource and CSourceStream base classes are not recognized, despite I correctly refer to them and their paths in my Project settings. CSource and CsourceStream classes should be referenced in the library strmbasd.lib for Debug mode and strmbase.lib for Release mode. The WINCE600 SDK I have for mini2440 already has the strmbase.lib library file in both C:\WINCE600\PUBLIC\DIRECTX\SDK\LIB\ARMV4I\DEBUG and C:\WINCE600\PUBLIC\DIRECTX\SDK\LIB\ARMV4I\RELEASE folders but obviously this file is incorrect and probably has to be rebuild. In mini2440 WINCE600 SDK there are make files to rebuild these libraries, but I am not sure how. Please advise if supplied strmbase.lib is correct and if not, how to get the right file or rebuild it and how. Thanks, Paul
Implementing DurectShow Push Source filter
Hi, I was able to remove the above errors by setting in my project Properties->Configuration Properties-> C/C++-> Language the "Threat wchar_t as a built in type" to No. Regards, Paul