Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
To verify that the library is included, you can add the following line to one of your source files:
#pragma comment(lib, ".\\bin\\lib\\libavcodecD")

You may also enable the linker option /VERBOSE:LIB to show the libraries that are searched during the linking process. If the library is listed there, it is included.

If the error still occurs, the called function may be not located in that library (e.g. when there is a typing error). But avcodec_find_encoder() seems to be correct.
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 
QuestionC vs. C++ (VS2010) Pin
vesf26-Jan-14 7:29
vesf26-Jan-14 7:29 
AnswerRe: C vs. C++ (VS2010) Pin
vesf26-Jan-14 9:22
vesf26-Jan-14 9:22 
AnswerRe: C vs. C++ (VS2010) Pin
Mauro Leggieri26-Jan-14 9:25
Mauro Leggieri26-Jan-14 9:25 

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.