Click here to Skip to main content
15,798,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Error 2248: cannot access protected member declared in CWinapp Pin
eastman7520-Jun-11 6:39
eastman7520-Jun-11 6:39 
GeneralRe: Error 2248: cannot access protected member declared in CWinapp Pin
Albert Holguin20-Jun-11 8:25
professionalAlbert Holguin20-Jun-11 8:25 
AnswerRe: Error 2248: cannot access protected member declared in CWinapp Pin
eastman7520-Jun-11 19:34
eastman7520-Jun-11 19:34 
QuestionUnresolved external Symbol Pin
William Engberts17-Jun-11 5:14
William Engberts17-Jun-11 5:14 
AnswerRe: Unresolved external Symbol Pin
Albert Holguin17-Jun-11 5:16
professionalAlbert Holguin17-Jun-11 5:16 
GeneralRe: Unresolved external Symbol Pin
William Engberts17-Jun-11 5:20
William Engberts17-Jun-11 5:20 
GeneralRe: Unresolved external Symbol Pin
Albert Holguin17-Jun-11 5:25
professionalAlbert Holguin17-Jun-11 5:25 
GeneralRe: Unresolved external Symbol Pin
MicroVirus17-Jun-11 5:26
MicroVirus17-Jun-11 5:26 
How did you add the char* _VERSION?
And how and where is it used in your code?

Considering that the linker is complaining I'm guessing you added something like:
char* _VERSION;

Somewhere in a source file?

The solution is to make it something like:
char* _VERSION = "1.0"

And add that to a source file.

But what the actual type and contents have to be totally depends on what the original code intended with it.
GeneralRe: Unresolved external Symbol Pin
William Engberts17-Jun-11 5:30
William Engberts17-Jun-11 5:30 
GeneralRe: Unresolved external Symbol Pin
Albert Holguin17-Jun-11 5:29
professionalAlbert Holguin17-Jun-11 5:29 
GeneralRe: Unresolved external Symbol Pin
William Engberts17-Jun-11 5:27
William Engberts17-Jun-11 5:27 
GeneralRe: Unresolved external Symbol Pin
Albert Holguin17-Jun-11 5:34
professionalAlbert Holguin17-Jun-11 5:34 
GeneralRe: Unresolved external Symbol Pin
William Engberts17-Jun-11 5:37
William Engberts17-Jun-11 5:37 
GeneralRe: Unresolved external Symbol Pin
Albert Holguin17-Jun-11 5:42
professionalAlbert Holguin17-Jun-11 5:42 
GeneralRe: Unresolved external Symbol Pin
MicroVirus17-Jun-11 5:46
MicroVirus17-Jun-11 5:46 
GeneralRe: Unresolved external Symbol Pin
MicroVirus17-Jun-11 5:39
MicroVirus17-Jun-11 5:39 
QuestionRe: Unresolved external Symbol Pin
David Crow17-Jun-11 7:31
David Crow17-Jun-11 7:31 
AnswerRe: Unresolved external Symbol Pin
Albert Holguin17-Jun-11 8:38
professionalAlbert Holguin17-Jun-11 8:38 
AnswerRe: Unresolved external Symbol Pin
Richard MacCutchan17-Jun-11 5:45
mveRichard MacCutchan17-Jun-11 5:45 
GeneralRe: Unresolved external Symbol Pin
William Engberts17-Jun-11 5:46
William Engberts17-Jun-11 5:46 
GeneralRe: Unresolved external Symbol Pin
Richard MacCutchan17-Jun-11 6:24
mveRichard MacCutchan17-Jun-11 6:24 
GeneralRe: Unresolved external Symbol Pin
Albert Holguin17-Jun-11 12:16
professionalAlbert Holguin17-Jun-11 12:16 
GeneralRe: Unresolved external Symbol Pin
Richard MacCutchan17-Jun-11 23:43
mveRichard MacCutchan17-Jun-11 23:43 
QuestionIf long text in static box then it is not displayed Pin
VCProgrammer17-Jun-11 3:16
VCProgrammer17-Jun-11 3:16 
AnswerRe: If long text in static box then it is not displayed Pin
Chris Losinger17-Jun-11 3:28
professionalChris Losinger17-Jun-11 3:28 

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.