Thanks so much! I've now compiled it! I think what must have happened was that Visual Studio mangled some of the settings when upgrading the projects. Your fixes weren't quite all I needed to do to get it to compile, but they got me far enough to get there on my own. For future reference, here's what I had to do to fix it (all these are changes to the C++ part of the GSSF sample, "GenericSampleSourceFilter-2005"): Set "Linker > Input > Ignore Default Libraries" to "No" Set "C/C++ > Language > Treat...
Thanks so much! I've now compiled it! I think what must have happened was that Visual Studio mangled some of the settings when upgrading the projects. Your fixes weren't quite all I needed to do to get it to compile, but they got me far enough to get there on my own. For future reference, here's what I had to do to fix it (all these are changes to the C++ part of the GSSF sample, "GenericSampleSourceFilter-2005"): Set "Linker > Input > Ignore Default Libraries" to "No" Set "C/C++ > Language > Treat...
I'm trying to compile the GSSF filter sample in Visual Studio 2019 and getting a load of linker errors. Such as: strmbasd.lib(amfilter.obj) : error LNK2001: unresolved external symbol _memcmp and: PushSourceBitmap.obj : error LNK2001: unresolved external symbol "public: virtual long __stdcall CBaseFilter::JoinFilterGraph(struct IFilterGraph ,unsigned short const )" (?JoinFilterGraph@CBaseFilter @@UAGJPAUIFilterGraph@@PBG@Z) BTW to get just to this point was quite the journey. I compiled the Windows...