Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: image ticker Pin
picazo21-Sep-05 5:40
picazo21-Sep-05 5:40 
GeneralRe: image ticker Pin
Mircea Puiu21-Sep-05 6:52
Mircea Puiu21-Sep-05 6:52 
QuestionOdd Pin
benjnp19-Sep-05 10:54
benjnp19-Sep-05 10:54 
AnswerRe: Odd Pin
Christian Graus19-Sep-05 11:32
protectorChristian Graus19-Sep-05 11:32 
GeneralRe: Odd Pin
benjnp19-Sep-05 13:59
benjnp19-Sep-05 13:59 
GeneralRe: Odd Pin
Christian Graus19-Sep-05 14:02
protectorChristian Graus19-Sep-05 14:02 
GeneralRe: Odd Pin
benjnp19-Sep-05 14:11
benjnp19-Sep-05 14:11 
AnswerRe: Odd Pin
Jose Lamas Rios19-Sep-05 18:47
Jose Lamas Rios19-Sep-05 18:47 
Try rebuilding all so that all files get re-compiled. If you are creating an object of that class in one file and deleting it in another file, you'll get that error (or similar) if one of the files didn't get compiled after adding the variable.

In normal situations you shouldn't need this because it's automatically handled through file dependencies, but I've ocasionally seen the IDE fail in that respect. A 'Rebuild All' usually fixes the problem in those cases.

Also, make sure you only have one header file for that class, or if for some reason you have duplicated it, make sure both copies are kept in sync.


--
jlr
http://jlamas.blogspot.com/[^]
Questioncollections and structs Pin
(Steven Hicks)n+119-Sep-05 8:54
(Steven Hicks)n+119-Sep-05 8:54 
AnswerRe: collections and structs Pin
Chris Losinger19-Sep-05 10:31
professionalChris Losinger19-Sep-05 10:31 
GeneralRe: collections and structs Pin
(Steven Hicks)n+119-Sep-05 11:20
(Steven Hicks)n+119-Sep-05 11:20 
GeneralRe: collections and structs Pin
Christian Graus19-Sep-05 11:29
protectorChristian Graus19-Sep-05 11:29 
GeneralRe: collections and structs Pin
Jörgen Sigvardsson19-Sep-05 11:44
Jörgen Sigvardsson19-Sep-05 11:44 
GeneralRe: collections and structs Pin
Christian Graus19-Sep-05 11:46
protectorChristian Graus19-Sep-05 11:46 
QuestionLNK4003 Pin
Allwyn D'souza19-Sep-05 8:09
Allwyn D'souza19-Sep-05 8:09 
AnswerRe: LNK4003 Pin
David Crow19-Sep-05 10:31
David Crow19-Sep-05 10:31 
GeneralRe: LNK4003 Pin
Allwyn D'souza20-Sep-05 7:20
Allwyn D'souza20-Sep-05 7:20 
GeneralRe: LNK4003 Pin
David Crow20-Sep-05 7:28
David Crow20-Sep-05 7:28 
GeneralRe: LNK4003 Pin
Allwyn D'souza20-Sep-05 7:34
Allwyn D'souza20-Sep-05 7:34 
GeneralRe: LNK4003 Pin
Allwyn D'souza20-Sep-05 7:45
Allwyn D'souza20-Sep-05 7:45 
QuestionRe: LNK4003 Pin
Allwyn D'souza20-Sep-05 7:59
Allwyn D'souza20-Sep-05 7:59 
QuestionMemory DCs Pin
Shutter19-Sep-05 6:22
Shutter19-Sep-05 6:22 
AnswerRe: Memory DCs Pin
Christian Graus19-Sep-05 11:33
protectorChristian Graus19-Sep-05 11:33 
GeneralRe: Memory DCs Pin
Jörgen Sigvardsson19-Sep-05 11:53
Jörgen Sigvardsson19-Sep-05 11:53 
GeneralRe: Memory DCs Pin
Shutter19-Sep-05 12:47
Shutter19-Sep-05 12:47 

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.