Click here to Skip to main content
15,919,613 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 12:52
godspeed12326-Dec-06 12:52 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 13:06
Mark Salsbery26-Dec-06 13:06 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 13:14
godspeed12326-Dec-06 13:14 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 13:31
godspeed12326-Dec-06 13:31 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 13:46
Mark Salsbery26-Dec-06 13:46 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 14:07
godspeed12326-Dec-06 14:07 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 14:18
Mark Salsbery26-Dec-06 14:18 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 14:23
godspeed12326-Dec-06 14:23 
I tried adding atlsd.lib, still the same unresolved external symbols

There are the linking errors

Linking...
Creating library Debug/MemorySource.lib and object Debug/MemorySource.exp
PushSourceDesktop.obj : error LNK2019: unresolved external symbol "public: __thiscall CSourceStream::CSourceStream(unsigned short *,long *,class CSource *,unsigned short const *)" (??0CSourceStream@@QAE@PAGPAJPAVCSource@@PBG@Z) referenced in function "public: __thiscall CPushPinDesktop::CPushPinDesktop(long *,class CSource *)" (??0CPushPinDesktop@@QAE@PAJPAVCSource@@@Z)
PushSourceBitmap.obj : error LNK2001: unresolved external symbol "public: __thiscall CSourceStream::CSourceStream(unsigned short *,long *,class CSource *,unsigned short const *)" (??0CSourceStream@@QAE@PAGPAJPAVCSource@@PBG@Z)
PushSourceBitmapSet.obj : error LNK2019: unresolved external symbol "public: __thiscall CSourceStream::CSourceStream(unsigned short *,long *,class CSource *,unsigned short const *)" (??0CSourceStream@@QAE@PAGPAJPAVCSource@@PBG@Z) referenced in function "public: __thiscall CPushPinBitmapSet::CPushPinBitmapSet(long *,class CSource *)" (??0CPushPinBitmapSet@@QAE@PAJPAVCSource@@@Z)
PushSourceDesktop.obj : error LNK2019: unresolved external symbol "void __cdecl DbgLogInfo(unsigned long,unsigned long,unsigned short const *,...)" (?DbgLogInfo@@YAXKKPBGZZ) referenced in function "public: virtual __thiscall CPushPinDesktop::~CPushPinDesktop(void)" (??1CPushPinDesktop@@UAE@XZ)
PushSourceBitmap.obj : error LNK2001: unresolved external symbol "void __cdecl DbgLogInfo(unsigned long,unsigned long,unsigned short const *,...)" (?DbgLogInfo@@YAXKKPBGZZ)
PushSourceBitmapSet.obj : error LNK2001: unresolved external symbol "void __cdecl DbgLogInfo(unsigned long,unsigned long,unsigned short const *,...)" (?DbgLogInfo@@YAXKKPBGZZ)
PushSourceDesktop.obj : error LNK2019: unresolved external symbol "void __stdcall DbgAssert(unsigned short const *,unsigned short const *,int)" (?DbgAssert@@YGXPBG0H@Z) referenced in function "public: virtual long __thiscall CPushPinDesktop::DecideBufferSize(struct IMemAllocator *,struct _AllocatorProperties *)" (?DecideBufferSize@CPushPinDesktop@@UAEJPAUIMemAllocator@@PAU_AllocatorProperties@@@Z)
PushSourceBitmap.obj : error LNK2001: unresolved external symbol "void __stdcall DbgAssert(unsigned short const *,unsigned short const *,int)" (?DbgAssert@@YGXPBG0H@Z)
PushSourceBitmapSet.obj : error LNK2001: unresolved external symbol "void __stdcall DbgAssert(unsigned short const *,unsigned short const *,int)" (?DbgAssert@@YGXPBG0H@Z)
PushSourceDesktop.obj : error LNK2019: unresolved external symbol "public: __thiscall CSource::CSource(unsigned short *,struct IUnknown *,struct _GUID)" (??0CSource@@QAE@PAGPAUIUnknown@@U_GUID@@@Z) referenced in function "private: __thiscall CPushSourceDesktop::CPushSourceDesktop(struct IUnknown *,long *)" (??0CPushSourceDesktop@@AAE@PAUIUnknown@@PAJ@Z)
PushSourceBitmap.obj : error LNK2001: unresolved external symbol "public: __thiscall CSource::CSource(unsigned short *,struct IUnknown *,struct _GUID)" (??0CSource@@QAE@PAGPAUIUnknown@@U_GUID@@@Z)
PushSourceBitmapSet.obj : error LNK2001: unresolved external symbol "public: __thiscall CSource::CSource(unsigned short *,struct IUnknown *,struct _GUID)" (??0CSource@@QAE@PAGPAUIUnknown@@U_GUID@@@Z)
Debug/MemorySource.ax : fatal error LNK1120: 4 unresolved externals
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 14:29
Mark Salsbery26-Dec-06 14:29 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 14:33
Mark Salsbery26-Dec-06 14:33 
GeneralRe: Directshow question Pin
Mark Salsbery26-Dec-06 14:33
Mark Salsbery26-Dec-06 14:33 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 14:51
godspeed12326-Dec-06 14:51 
GeneralRe: Directshow question [modified] Pin
Mark Salsbery26-Dec-06 15:04
Mark Salsbery26-Dec-06 15:04 
GeneralRe: Directshow question Pin
godspeed12326-Dec-06 15:37
godspeed12326-Dec-06 15:37 
GeneralRe: Directshow question [modified] Pin
Mark Salsbery26-Dec-06 16:16
Mark Salsbery26-Dec-06 16:16 
GeneralRe: Directshow question Pin
Astricks26-Dec-06 17:13
Astricks26-Dec-06 17:13 
GeneralRe: Directshow question Pin
godspeed12327-Dec-06 16:25
godspeed12327-Dec-06 16:25 
GeneralRe: Directshow question [modified] Pin
godspeed12327-Dec-06 16:45
godspeed12327-Dec-06 16:45 
GeneralRe: Directshow question Pin
Mark Salsbery28-Dec-06 5:35
Mark Salsbery28-Dec-06 5:35 
GeneralRe: Directshow question Pin
godspeed12328-Dec-06 14:13
godspeed12328-Dec-06 14:13 
GeneralRe: Directshow question Pin
godspeed12328-Dec-06 16:12
godspeed12328-Dec-06 16:12 
GeneralRe: Directshow question Pin
Mark Salsbery30-Dec-06 12:09
Mark Salsbery30-Dec-06 12:09 
GeneralRe: Directshow question Pin
Mark Salsbery30-Dec-06 7:54
Mark Salsbery30-Dec-06 7:54 
GeneralRe: Directshow question Pin
godspeed12330-Dec-06 9:58
godspeed12330-Dec-06 9:58 
QuestionProblem in saving Files and Folders Pin
vijay_aroli26-Dec-06 5:52
vijay_aroli26-Dec-06 5:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.