Click here to Skip to main content
15,917,731 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Getting Frames from Webcam Pin
SoMad29-Jan-14 15:16
professionalSoMad29-Jan-14 15:16 
QuestionVc++ Using Getprinter() to get printer status like NoPaper or more,but status always is 0 Pin
hello dearbaby28-Jan-14 2:05
hello dearbaby28-Jan-14 2:05 
AnswerRe: Vc++ Using Getprinter() to get printer status like NoPaper or more,but status always is 0 Pin
Jochen Arndt28-Jan-14 2:57
professionalJochen Arndt28-Jan-14 2:57 
GeneralRe: Vc++ Using Getprinter() to get printer status like NoPaper or more,but status always is 0 Pin
hello dearbaby28-Jan-14 10:01
hello dearbaby28-Jan-14 10:01 
GeneralRe: Vc++ Using Getprinter() to get printer status like NoPaper or more,but status always is 0 Pin
Jochen Arndt28-Jan-14 20:52
professionalJochen Arndt28-Jan-14 20:52 
QuestionUnresolved External Symbols ---- Using .Lib Pin
Django_Untaken27-Jan-14 18:13
Django_Untaken27-Jan-14 18:13 
AnswerRe: Unresolved External Symbols ---- Using .Lib Pin
Jochen Arndt27-Jan-14 21:16
professionalJochen Arndt27-Jan-14 21:16 
AnswerRe: Unresolved External Symbols ---- Using .Lib Pin
Django_Untaken27-Jan-14 22:45
Django_Untaken27-Jan-14 22:45 
Actually I am trying to use libavcodec library. As said earlier, I made their paths known to visual studio. I was trying to call function avcodec_find_encoder() but the error is shown. Here is what I am trying AND what I get
// This is what i try
AVCodec* codec = avcodec_find_encoder((CodecID)5); //codec id hardcoded

// This is what I get
error LNK2019: unresolved external symbol "struct AVCodec * __cdecl avcodec_find_encoder(enum CodecID)" (avcodec_find_encoder@@YAPAUAVCodec@@W4CodecID@@@Z) referenced in function "public: void __thiscall ProjectName::FunctionName(char const *,int)

Apparently it means that it cann't find avcodec.h but both .h and .lib files are there.
GeneralRe: Unresolved External Symbols ---- Using .Lib Pin
Jochen Arndt27-Jan-14 22:53
professionalJochen Arndt27-Jan-14 22:53 
GeneralRe: Unresolved External Symbols ---- Using .Lib Pin
Django_Untaken27-Jan-14 23:02
Django_Untaken27-Jan-14 23:02 
GeneralRe: Unresolved External Symbols ---- Using .Lib Pin
Jochen Arndt27-Jan-14 23:33
professionalJochen Arndt27-Jan-14 23:33 
GeneralRe: Unresolved External Symbols ---- Using .Lib Pin
Django_Untaken27-Jan-14 23:41
Django_Untaken27-Jan-14 23:41 
GeneralRe: Unresolved External Symbols ---- Using .Lib Pin
Jochen Arndt28-Jan-14 0:15
professionalJochen Arndt28-Jan-14 0:15 
GeneralRe: Unresolved External Symbols ---- Using .Lib Pin
Vaclav_3-Feb-14 4:38
Vaclav_3-Feb-14 4:38 
GeneralRe: Unresolved External Symbols ---- Using .Lib Pin
Jochen Arndt3-Feb-14 4:59
professionalJochen Arndt3-Feb-14 4:59 
AnswerRe: Unresolved External Symbols ---- Using .Lib Pin
Albert Holguin29-Jan-14 18:09
professionalAlbert Holguin29-Jan-14 18:09 
AnswerRe: Unresolved External Symbols ---- Using .Lib Pin
Richard Andrew x6428-Jan-14 5:40
professionalRichard Andrew x6428-Jan-14 5:40 
SuggestionRe: Unresolved External Symbols ---- Using .Lib Pin
bling28-Jan-14 12:51
bling28-Jan-14 12:51 
AnswerRe: Unresolved External Symbols ---- Using .Lib Pin
Stefan_Lang30-Jan-14 1:20
Stefan_Lang30-Jan-14 1:20 
QuestionVC2008 Feature Pack Problem Pin
shanmugarajaa26-Jan-14 22:13
shanmugarajaa26-Jan-14 22:13 
SuggestionRe: VC2008 Feature Pack Problem Pin
Richard MacCutchan27-Jan-14 1:32
mveRichard MacCutchan27-Jan-14 1:32 
AnswerRe: VC2008 Feature Pack Problem Pin
CPallini27-Jan-14 2:07
mveCPallini27-Jan-14 2:07 
AnswerRe: VC2008 Feature Pack Problem Pin
bob1697227-Jan-14 11:18
bob1697227-Jan-14 11:18 
QuestionTrackMouseEvent Pin
BarryPearlman26-Jan-14 12:00
BarryPearlman26-Jan-14 12:00 
AnswerRe: TrackMouseEvent Pin
David Crow26-Jan-14 16:57
David Crow26-Jan-14 16:57 

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.