Click here to Skip to main content
15,917,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL loading multiple times Pin
David Crow14-Aug-03 5:32
David Crow14-Aug-03 5:32 
GeneralRe: DLL loading multiple times Pin
Andrew Walker14-Aug-03 5:32
Andrew Walker14-Aug-03 5:32 
GeneralRe: DLL loading multiple times Pin
Steve S14-Aug-03 5:35
Steve S14-Aug-03 5:35 
GeneralAmbiguous Overload. Pin
73Zeppelin14-Aug-03 4:30
73Zeppelin14-Aug-03 4:30 
GeneralRe: Ambiguous Overload. Pin
David Crow14-Aug-03 4:45
David Crow14-Aug-03 4:45 
GeneralRe: Ambiguous Overload. Pin
73Zeppelin14-Aug-03 4:49
73Zeppelin14-Aug-03 4:49 
GeneralRe: Ambiguous Overload. Pin
73Zeppelin14-Aug-03 5:08
73Zeppelin14-Aug-03 5:08 
GeneralRe: Ambiguous Overload. Pin
Michael Dunn15-Aug-03 19:53
sitebuilderMichael Dunn15-Aug-03 19:53 
Just to comment on why you get this error... When the compiler sees the parameter 2, it compares the parameter type (int) with the param types of the available ctors. Since int can be implicitly converted, using language rules, to either unsigned or bool, the call is ambiguous. Changing it to 2U makes the parameter type unsigned, so the only possible choice is the ctor that takes an unsigned.

--Mike--
Ericahist | Homepage | RightClick-Encrypt | 1ClickPicGrabber
Latest art~!@#2rDFA#@(#*%$Rfa39f3fqwf--=
NO CARRIER
QuestionHow to open & paint & print aux window? Pin
Anonymous14-Aug-03 3:59
Anonymous14-Aug-03 3:59 
Generaldisable enter-key in an app Pin
DamperMan14-Aug-03 2:38
DamperMan14-Aug-03 2:38 
GeneralRe: disable enter-key in an app Pin
Cedric Moonen14-Aug-03 2:47
Cedric Moonen14-Aug-03 2:47 
Generalabout WM_NOTIFY for CTreeCtrl Pin
muddog14-Aug-03 1:53
muddog14-Aug-03 1:53 
GeneralRe: about WM_NOTIFY for CTreeCtrl Pin
Senkwe Chanda14-Aug-03 2:37
Senkwe Chanda14-Aug-03 2:37 
GeneralRe: about WM_NOTIFY for CTreeCtrl Pin
muddog14-Aug-03 3:37
muddog14-Aug-03 3:37 
GeneralVC++ DLL Pin
cberam14-Aug-03 0:43
cberam14-Aug-03 0:43 
GeneralRe: VC++ DLL Pin
David Crow14-Aug-03 3:06
David Crow14-Aug-03 3:06 
GeneralRe: VC++ DLL Pin
cberam15-Aug-03 18:39
cberam15-Aug-03 18:39 
GeneralRe: VC++ DLL Pin
David Crow18-Aug-03 2:21
David Crow18-Aug-03 2:21 
GeneralI need help with a dialog box Pin
hari seldon13-Aug-03 23:44
hari seldon13-Aug-03 23:44 
GeneralRe: I need help with a dialog box Pin
David Crow14-Aug-03 3:18
David Crow14-Aug-03 3:18 
GeneralRe: I need help with a dialog box Pin
vcplusplus14-Aug-03 3:23
vcplusplus14-Aug-03 3:23 
GeneralNeed help with a dialog box Pin
Anonymous13-Aug-03 23:27
Anonymous13-Aug-03 23:27 
Generalporblem with Createprocess within dialog box Pin
Deepak Samuel13-Aug-03 22:38
Deepak Samuel13-Aug-03 22:38 
GeneralRe: porblem with Createprocess within dialog box Pin
Magnus Westin13-Aug-03 23:15
Magnus Westin13-Aug-03 23:15 
Generalrestarting PC Pin
boon kian13-Aug-03 21:57
boon kian13-Aug-03 21:57 

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.