Click here to Skip to main content
15,891,423 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Buttons [modified] Pin
Roger Broomfield14-Oct-07 23:17
Roger Broomfield14-Oct-07 23:17 
GeneralRe: Buttons Pin
mcsherry14-Oct-07 23:46
mcsherry14-Oct-07 23:46 
GeneralRe: Buttons Pin
Roger Broomfield14-Oct-07 23:58
Roger Broomfield14-Oct-07 23:58 
GeneralRe: Buttons Pin
mcsherry15-Oct-07 0:21
mcsherry15-Oct-07 0:21 
GeneralRe: Buttons Pin
David Crow15-Oct-07 4:12
David Crow15-Oct-07 4:12 
Questionerror : class redifinition Pin
srvsah14-Oct-07 21:55
srvsah14-Oct-07 21:55 
AnswerRe: error : class redifinition Pin
Nelek14-Oct-07 22:16
protectorNelek14-Oct-07 22:16 
AnswerRe: error : class redifinition Pin
toxcct15-Oct-07 0:17
toxcct15-Oct-07 0:17 
in the header file which defines your class, put the fillowing aroung your file content :
#if !defined(__A_UNIQUE_MACRO_NAME_FOR_YOUR_FILE__)
#define __A_UNIQUE_MACRO_NAME_FOR_YOUR_FILE__
 
//your file content here...
 
#endif //__A_UNIQUE_MACRO_NAME_FOR_YOUR_FILE__



AnswerRe: error : class redifinition Pin
Cedric Moonen15-Oct-07 0:18
Cedric Moonen15-Oct-07 0:18 
AnswerRe: error : class redifinition Pin
ThatsAlok15-Oct-07 1:50
ThatsAlok15-Oct-07 1:50 
AnswerRe: error : class redifinition Pin
David Crow15-Oct-07 4:15
David Crow15-Oct-07 4:15 
QuestionVC++ with Flash 8 Pin
msr_codeproject14-Oct-07 21:54
msr_codeproject14-Oct-07 21:54 
Questionclient-server + use Ms Word with C++ Pin
Russell'14-Oct-07 21:53
Russell'14-Oct-07 21:53 
QuestionHow to remove a directory Pin
nbugalia14-Oct-07 20:58
nbugalia14-Oct-07 20:58 
AnswerRe: How to remove a directory Pin
User 58385214-Oct-07 21:02
User 58385214-Oct-07 21:02 
AnswerRe: How to remove a directory Pin
Roger Broomfield14-Oct-07 21:35
Roger Broomfield14-Oct-07 21:35 
AnswerRe: How to remove a directory Pin
Hamid_RT14-Oct-07 21:46
Hamid_RT14-Oct-07 21:46 
GeneralRe: How to remove a directory Pin
Roger Broomfield14-Oct-07 23:09
Roger Broomfield14-Oct-07 23:09 
AnswerRe: How to remove a directory Pin
ThatsAlok14-Oct-07 22:26
ThatsAlok14-Oct-07 22:26 
Questionhow to create a dialog box? Pin
AnayKulkarni14-Oct-07 20:32
AnayKulkarni14-Oct-07 20:32 
AnswerRe: how to create a dialog box? Pin
User 58385214-Oct-07 20:39
User 58385214-Oct-07 20:39 
GeneralRe: how to create a dialog box? Pin
AnayKulkarni14-Oct-07 20:55
AnayKulkarni14-Oct-07 20:55 
GeneralRe: how to create a dialog box? Pin
User 58385214-Oct-07 21:00
User 58385214-Oct-07 21:00 
GeneralRe: how to create a dialog box? Pin
Hamid_RT14-Oct-07 21:46
Hamid_RT14-Oct-07 21:46 
AnswerRe: how to create a dialog box? Pin
chandu00414-Oct-07 21:18
chandu00414-Oct-07 21:18 

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.