I have built GEM 0.90 wihtout pix_videoDS and am now trying CVS to see
if it will work.  This is the errorr I get during linking and have
very little idea what it means.<br>
<br>
DSgrabber.obj : error LNK2019: unresolved external symbol &quot;long
__stdcall ATL::AtlWinModuleInit(struct ATL::_ATL_WIN_MODULE70 *)&quot;
(?AtlWinModuleInit@ATL@@YGJPAU_ATL_WIN_MODULE70@1@@Z) referenced in
function &quot;public: __thiscall ATL::CAtlWinModule::CAtlWinModule(void)&quot;
(??0CAtlWinModule@ATL@@QAE@XZ)<br>
pix_videoDS.obj : error LNK2001: unresolved external symbol &quot;long
__stdcall ATL::AtlWinModuleInit(struct ATL::_ATL_WIN_MODULE70 *)&quot;
(?AtlWinModuleInit@ATL@@YGJPAU_ATL_WIN_MODULE70@1@@Z)<br>
DSgrabber.obj : error LNK2001: unresolved external symbol &quot;class
ATL::CAtlBaseModule ATL::_AtlBaseModule&quot;
(?_AtlBaseModule@ATL@@3VCAtlBaseModule@1@A)<br>
pix_videoDS.obj : error LNK2001: unresolved external symbol &quot;class
ATL::CAtlBaseModule ATL::_AtlBaseModule&quot;
(?_AtlBaseModule@ATL@@3VCAtlBaseModule@1@A)<br>
../Gem.dll : fatal error LNK1120: 2 unresolved externals<br>
<br>
I built the DirectShow Sample stuff (which is now no longer part of
DirectX SDK?!?) and I'm using VS Pro 2003 which is quite painful.&nbsp;
<br>
<br>
Any clues?<br>