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

C / C++ / MFC

 
AnswerRe: intellisense with directx Pin
Trollslayer8-Apr-06 22:56
mentorTrollslayer8-Apr-06 22:56 
Questionpointer to function in class Pin
blue_rabbit8-Apr-06 20:43
blue_rabbit8-Apr-06 20:43 
AnswerRe: pointer to function in class Pin
Matt Godbolt8-Apr-06 22:43
Matt Godbolt8-Apr-06 22:43 
Questionvc++ Pin
sudeep_br8-Apr-06 15:43
sudeep_br8-Apr-06 15:43 
AnswerRe: vc++ Pin
EvScott8-Apr-06 16:36
EvScott8-Apr-06 16:36 
GeneralRe: vc++ Pin
sudeep_br9-Apr-06 4:31
sudeep_br9-Apr-06 4:31 
GeneralRe: vc++ Pin
EvScott9-Apr-06 5:30
EvScott9-Apr-06 5:30 
GeneralRe: vc++ Pin
sudeep_br9-Apr-06 18:01
sudeep_br9-Apr-06 18:01 
EvScott wrote:
Compiler Warning (level 1) C4005
'identifier' : macro redefinition

The given identifier was defined twice. The compiler used the second macro definition.

Sudeep, observe the above which is an excerpt from MSDN. Make sure that you have only ONE identifer named "IDC_SIZE". The compiler will complain otherwise. Hope that this helps


idc_size is defined using #define only once. pls tell me where else can this declaration be found? i tried but cudn't get the solution

Thanks
GeneralRe: vc++ Pin
Hamid_RT9-Apr-06 20:04
Hamid_RT9-Apr-06 20:04 
AnswerRe: vc++ Pin
Michael Dunn8-Apr-06 16:38
sitebuilderMichael Dunn8-Apr-06 16:38 
AnswerRe: vc++ Pin
sheshidar9-Apr-06 6:36
sheshidar9-Apr-06 6:36 
GeneralRe: vc++ Pin
sudeep_br9-Apr-06 18:03
sudeep_br9-Apr-06 18:03 
AnswerRe: vc++ Pin
David Crow10-Apr-06 3:48
David Crow10-Apr-06 3:48 
QuestionDLL to VB callback help Pin
borono8-Apr-06 13:56
borono8-Apr-06 13:56 
AnswerRe: DLL to VB callback help Pin
Michael Dunn8-Apr-06 15:14
sitebuilderMichael Dunn8-Apr-06 15:14 
GeneralRe: DLL to VB callback help Pin
borono8-Apr-06 16:02
borono8-Apr-06 16:02 
GeneralRe: DLL to VB callback help Pin
Michael Dunn8-Apr-06 16:34
sitebuilderMichael Dunn8-Apr-06 16:34 
GeneralRe: DLL to VB callback help Pin
borono8-Apr-06 17:20
borono8-Apr-06 17:20 
GeneralRe: DLL to VB callback help Pin
Waldermort8-Apr-06 20:14
Waldermort8-Apr-06 20:14 
GeneralRe: DLL to VB callback help Pin
Waldermort8-Apr-06 20:24
Waldermort8-Apr-06 20:24 
GeneralRe: DLL to VB callback help Pin
borono9-Apr-06 4:35
borono9-Apr-06 4:35 
GeneralRe: DLL to VB callback help Pin
Waldermort9-Apr-06 4:52
Waldermort9-Apr-06 4:52 
GeneralRe: DLL to VB callback help Pin
borono9-Apr-06 8:20
borono9-Apr-06 8:20 
QuestionThread is frozen Pin
LionAM8-Apr-06 12:51
LionAM8-Apr-06 12:51 
AnswerRe: Thread is frozen Pin
includeh108-Apr-06 19:07
includeh108-Apr-06 19:07 

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.