Link error 2019
-
strmbasd.lib StillCapture.lib baseclasses\STRMBASE.lib THESE are the only dll's which we are linking
-
Try adding Strmiids.lib and Quartz.lib also in additional dependencies. These are the import libraries for most of the codes declared in various headers of DirectShow.
-
where can refer those libraries i mean while adding the lib's through additional dependencies
-
If you are using DirectX SDK, then these will be in DXSDK\Lib. If you are using Visual Studio 2005 or later, DirectShow is included in platform sdk and paths would be set in Visual Studio. So simply add the lib names only.
-
If you are using DirectX SDK, then these will be in DXSDK\Lib. If you are using Visual Studio 2005 or later, DirectShow is included in platform sdk and paths would be set in Visual Studio. So simply add the lib names only.
these are the seven errors Error 1 error LNK2019: unresolved external symbol _IID_IAMVideoControl referenced in function "public: long __thiscall StillCapture::Connect(struct IPin *)" (?Connect@StillCapture@@QAEJPAUIPin@@@Z) c:\Documents and Settings\binsb\Desktop\DexCam1test\DexCam1test\StillCapture.lib 1 DexCam1test Error 2 error LNK2019: unresolved external symbol __imp__timeGetTime@0 referenced in function "public: int __thiscall CAMMsgEvent::WaitMsg(unsigned long)" (?WaitMsg@CAMMsgEvent@@QAEHK@Z) STRMBASE.lib DexCam1test Error 3 error LNK2001: unresolved external symbol "class CFactoryTemplate * g_Templates" (?g_Templates@@3PAVCFactoryTemplate@@A) STRMBASE.lib DexCam1test Error 4 error LNK2001: unresolved external symbol "class CFactoryTemplate * g_Templates" (?g_Templates@@3PAVCFactoryTemplate@@A) STRMBASE.lib DexCam1test Error 5 error LNK2001: unresolved external symbol "int g_cTemplates" (?g_cTemplates@@3HA) STRMBASE.lib DexCam1test Error 6 error LNK2001: unresolved external symbol "int g_cTemplates" (?g_cTemplates@@3HA) STRMBASE.lib DexCam1test Error 7 fatal error LNK1120: 4 unresolved externals C:\Documents and Settings\binsb\Desktop\DexCam1test\Debug\DexCam1test.exe DexCam1test
-
i am using visual studio 2008 so i added directly Strmiids.lib and Quartz.lib still same 7 errors :(
-
Error 1 error LNK2019: unresolved external symbol _IID_IAMVideoControl referenced in function "public: long __thiscall StillCapture::Connect(struct IPin *)" (?Connect@StillCapture@@QAEJPAUIPin@@@Z) c:\Documents and Settings\binsb\Desktop\DexCam1test\DexCam1test\StillCapture.lib 1 DexCam1test Error 2 error LNK2019: unresolved external symbol __imp__timeGetTime@0 referenced in function "public: int __thiscall CAMMsgEvent::WaitMsg(unsigned long)" (?WaitMsg@CAMMsgEvent@@QAEHK@Z) STRMBASE.lib DexCam1test Error 3 error LNK2001: unresolved external symbol "class CFactoryTemplate * g_Templates" (?g_Templates@@3PAVCFactoryTemplate@@A) STRMBASE.lib DexCam1test Error 4 error LNK2001: unresolved external symbol "class CFactoryTemplate * g_Templates" (?g_Templates@@3PAVCFactoryTemplate@@A) STRMBASE.lib DexCam1test Error 5 error LNK2001: unresolved external symbol "int g_cTemplates" (?g_cTemplates@@3HA) STRMBASE.lib DexCam1test Error 6 error LNK2001: unresolved external symbol "int g_cTemplates" (?g_cTemplates@@3HA) STRMBASE.lib DexCam1test Error 7 fatal error LNK1120: 4 unresolved externals C:\Documents and Settings\binsb\Desktop\DexCam1test\Debug\DexCam1test.exe DexCam1test
-
these are the seven errors Error 1 error LNK2019: unresolved external symbol _IID_IAMVideoControl referenced in function "public: long __thiscall StillCapture::Connect(struct IPin *)" (?Connect@StillCapture@@QAEJPAUIPin@@@Z) c:\Documents and Settings\binsb\Desktop\DexCam1test\DexCam1test\StillCapture.lib 1 DexCam1test Error 2 error LNK2019: unresolved external symbol __imp__timeGetTime@0 referenced in function "public: int __thiscall CAMMsgEvent::WaitMsg(unsigned long)" (?WaitMsg@CAMMsgEvent@@QAEHK@Z) STRMBASE.lib DexCam1test Error 3 error LNK2001: unresolved external symbol "class CFactoryTemplate * g_Templates" (?g_Templates@@3PAVCFactoryTemplate@@A) STRMBASE.lib DexCam1test Error 4 error LNK2001: unresolved external symbol "class CFactoryTemplate * g_Templates" (?g_Templates@@3PAVCFactoryTemplate@@A) STRMBASE.lib DexCam1test Error 5 error LNK2001: unresolved external symbol "int g_cTemplates" (?g_cTemplates@@3HA) STRMBASE.lib DexCam1test Error 6 error LNK2001: unresolved external symbol "int g_cTemplates" (?g_cTemplates@@3HA) STRMBASE.lib DexCam1test Error 7 fatal error LNK1120: 4 unresolved externals C:\Documents and Settings\binsb\Desktop\DexCam1test\Debug\DexCam1test.exe DexCam1test
-
are you developing filter? so u are not using directx sdk, instead windows sdk (vista or above) only?
-
are you developing filter? so u are not using directx sdk, instead windows sdk (vista or above) only?