Hello,

I am using MS VC++ 6.0. I get errors that I don't understand. Each file compiles with 0 errors but when I go to Rebuild All I get this

LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; use /NODEFAULTLIB:library

PairedViewDoc.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CListener::frameReady(class DShowLib::Grabber &,class smart_ptr<class DShowLib::MemBuffer,class refcount_ptr<class DShowLib::MemBuffer> >,unsigned long)" (?frameReady@CListener@@UAEXAAVGrabber@DShowLib@@V ?$smart_ptr@VMemBuffer@DShowLib@@V?$refcount_ptr@V MemBuffer@DShowLib@@@@@@K@Z)

PairedViewDoc.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CListener::overlayCallback(class DShowLib::Grabber &,class smart_ptr<class DShowLib::OverlayBitmap,class refcount_ptr<class DShowLib::OverlayBitmap> >,str
uct DShowLib::tsMediaSampleDesc const &)" (?overlayCallback@CListener@@UAEXAAVGrabber@DShowL ib@@V?$smart_ptr@VOverlayBitmap@DShowLib@@V?$refco unt_ptr@VOverlayBitmap@DShowLib@@@@@@ABUtsMediaSam pleDesc@3@@Z)

This is something I haven't seen before. What do I do to resolve these?

Thanks-a-ton!
Matt