how to get rid of this linker erroe
-
hi, when i build my proj i got the error playfile.obj : error LNK2001: unresolved external symbol _IID_IBasicVideo2 how to resolve this regards, gansjob
You hqve to link with the appropriate library in which this symbol is defined. Go in the project settings, linker tab, input category and add the library name in the 'Additional Dependencies' option.
Cédric Moonen Software developer
Charting control -
You hqve to link with the appropriate library in which this symbol is defined. Go in the project settings, linker tab, input category and add the library name in the 'Additional Dependencies' option.
Cédric Moonen Software developer
Charting control -
From where are you using this thing ? If it in the MSDN then there is a descrption of which library is required to be linked to.
Cédric Moonen Software developer
Charting control -
Link to strmiids.lib