Click here to Skip to main content
15,895,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unresolved external Symbol Pin
Albert Holguin17-Jun-11 4:42
professionalAlbert Holguin17-Jun-11 4:42 
GeneralRe: Unresolved external Symbol Pin
MicroVirus17-Jun-11 4:46
MicroVirus17-Jun-11 4:46 
GeneralRe: Unresolved external Symbol Pin
MicroVirus17-Jun-11 4:39
MicroVirus17-Jun-11 4:39 
QuestionRe: Unresolved external Symbol Pin
David Crow17-Jun-11 6:31
David Crow17-Jun-11 6:31 
AnswerRe: Unresolved external Symbol Pin
Albert Holguin17-Jun-11 7:38
professionalAlbert Holguin17-Jun-11 7:38 
AnswerRe: Unresolved external Symbol Pin
Richard MacCutchan17-Jun-11 4:45
mveRichard MacCutchan17-Jun-11 4:45 
GeneralRe: Unresolved external Symbol Pin
William Engberts17-Jun-11 4:46
William Engberts17-Jun-11 4:46 
GeneralRe: Unresolved external Symbol Pin
Richard MacCutchan17-Jun-11 5:24
mveRichard MacCutchan17-Jun-11 5:24 
This means that you have a statement of the form:
extern "C" <some type> VERSION;

and a reference to the variable VERSION somewhere in your final program. However, if this is not anywhere in your source modules it could possibly be in an associated library, so you may need to check what external libraries are being added to your program.

You could also try the /MAP and/or /VERBOSE linker options to see if you can narrow it down to the actual module where it occurs.
The best things in life are not things.

GeneralRe: Unresolved external Symbol Pin
Albert Holguin17-Jun-11 11:16
professionalAlbert Holguin17-Jun-11 11:16 
GeneralRe: Unresolved external Symbol Pin
Richard MacCutchan17-Jun-11 22:43
mveRichard MacCutchan17-Jun-11 22:43 
QuestionIf long text in static box then it is not displayed Pin
VCProgrammer17-Jun-11 2:16
VCProgrammer17-Jun-11 2:16 
AnswerRe: If long text in static box then it is not displayed Pin
Chris Losinger17-Jun-11 2:28
professionalChris Losinger17-Jun-11 2:28 
AnswerRe: If long text in static box then it is not displayed Pin
Richard MacCutchan17-Jun-11 3:23
mveRichard MacCutchan17-Jun-11 3:23 
AnswerRe: If long text in static box then it is not displayed Pin
Albert Holguin17-Jun-11 3:36
professionalAlbert Holguin17-Jun-11 3:36 
AnswerRe: If long text in static box then it is not displayed Pin
Niklas L17-Jun-11 3:56
Niklas L17-Jun-11 3:56 
GeneralRe: If long text in static box then it is not displayed Pin
Albert Holguin17-Jun-11 4:17
professionalAlbert Holguin17-Jun-11 4:17 
Questionis there a tool which will automatically detect improper structure alignments. Pin
Member 468659017-Jun-11 0:11
Member 468659017-Jun-11 0:11 
GeneralRe: is there a tool which will automatically detect improper structure alignments. Pin
pix_programmer17-Jun-11 0:40
pix_programmer17-Jun-11 0:40 
GeneralRe: is there a tool which will automatically detect improper structure alignments. Pin
Cedric Moonen17-Jun-11 1:28
Cedric Moonen17-Jun-11 1:28 
AnswerRe: is there a tool which will automatically detect improper structure alignments. Pin
Niklas L17-Jun-11 1:33
Niklas L17-Jun-11 1:33 
AnswerRe: is there a tool which will automatically detect improper structure alignments. Pin
Albert Holguin17-Jun-11 3:39
professionalAlbert Holguin17-Jun-11 3:39 
AnswerRe: is there a tool which will automatically detect improper structure alignments. Pin
jschell17-Jun-11 11:53
jschell17-Jun-11 11:53 
Questiondraw lines on desktop help!! Pin
so0_lanhlung216-Jun-11 22:47
so0_lanhlung216-Jun-11 22:47 
AnswerRe: draw lines on desktop help!! Pin
Richard MacCutchan16-Jun-11 22:57
mveRichard MacCutchan16-Jun-11 22:57 
GeneralRe: draw lines on desktop help!! Pin
so0_lanhlung216-Jun-11 23:01
so0_lanhlung216-Jun-11 23:01 

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.