Click here to Skip to main content
15,900,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionGetting Frames from Webcam Pin
Don Guy29-Jan-14 14:01
Don Guy29-Jan-14 14:01 
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 
This can't be answered definitively without seeing the error messages. But it seems that you forgot to include the xxxx.h header file.

With VC, you can also add all necessary information to your source files without changing the project settings:
#include "[path_to_h]\xxxx.h"
#pragma comment(lib, "[path_to_lib]\\xxxx")

To avoid full paths, the library files can be copied to a subdirectory of your project directory (e.g. with subdirectory xxxx [path_to_lib] becomes .\\xxxx).
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 
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 

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.