Click here to Skip to main content
15,909,656 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: about functions Pin
Maxwell Chen4-Mar-08 23:41
Maxwell Chen4-Mar-08 23:41 
GeneralRe: about functions Pin
ThatsAlok5-Mar-08 0:55
ThatsAlok5-Mar-08 0:55 
GeneralRe: about functions Pin
Rajkumar R5-Mar-08 3:33
Rajkumar R5-Mar-08 3:33 
GeneralRe: about functions Pin
ThatsAlok5-Mar-08 4:55
ThatsAlok5-Mar-08 4:55 
GeneralRe: about functions Pin
ThatsAlok4-Mar-08 23:18
ThatsAlok4-Mar-08 23:18 
GeneralRe: about functions Pin
vijay_aroli5-Mar-08 3:00
vijay_aroli5-Mar-08 3:00 
GeneralRe: about functions Pin
ThatsAlok5-Mar-08 4:54
ThatsAlok5-Mar-08 4:54 
GeneralRe: about functions Pin
uusheikh4-Mar-08 20:28
uusheikh4-Mar-08 20:28 
If you have MSDN installed (or online MSDN), you can check for error code C2666. Here's the explanation :
An overloaded function or operator is ambiguous. Formal parameter lists may be too similar for the compiler to resolve the ambiguity. To resolve this error, explicitly cast one or more of the actual parameters.

Your problem here is that there are several definitions of A_BUGFIX that can be used in that line, and the compiler doesnt know which one to use, so you need to hint the compiler.
GeneralRe: about functions Pin
Rajkumar R4-Mar-08 20:46
Rajkumar R4-Mar-08 20:46 
GeneralRe: about functions Pin
uusheikh4-Mar-08 20:58
uusheikh4-Mar-08 20:58 
GeneralDefault button Pin
Stan the man4-Mar-08 19:34
Stan the man4-Mar-08 19:34 
GeneralRe: Default button Pin
Mark Salsbery4-Mar-08 20:08
Mark Salsbery4-Mar-08 20:08 
GeneralRe: Default button Pin
Stan the man4-Mar-08 23:19
Stan the man4-Mar-08 23:19 
General[Message Deleted] Pin
savitri4-Mar-08 19:34
savitri4-Mar-08 19:34 
GeneralRe: about lable Pin
Rajkumar R4-Mar-08 19:55
Rajkumar R4-Mar-08 19:55 
GeneralRe: about lable Pin
uusheikh4-Mar-08 20:31
uusheikh4-Mar-08 20:31 
GeneralRe: about lable Pin
ThatsAlok4-Mar-08 20:28
ThatsAlok4-Mar-08 20:28 
QuestionBitBlt problem ????????????? Pin
TooShy2Talk4-Mar-08 19:20
TooShy2Talk4-Mar-08 19:20 
AnswerRe: BitBlt problem ????????????? Pin
Naveen4-Mar-08 19:29
Naveen4-Mar-08 19:29 
GeneralRe: BitBlt problem ????????????? Pin
TooShy2Talk4-Mar-08 20:37
TooShy2Talk4-Mar-08 20:37 
GeneralRe: BitBlt problem ????????????? Pin
Naveen4-Mar-08 20:41
Naveen4-Mar-08 20:41 
GeneralRe: BitBlt problem ????????????? Pin
TooShy2Talk4-Mar-08 21:26
TooShy2Talk4-Mar-08 21:26 
GeneralRe: BitBlt problem ????????????? Pin
Naveen4-Mar-08 21:31
Naveen4-Mar-08 21:31 
Questionabout assignment Pin
savitri4-Mar-08 18:59
savitri4-Mar-08 18:59 
GeneralRe: about assignment Pin
Christian Graus4-Mar-08 19:07
protectorChristian Graus4-Mar-08 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.