Click here to Skip to main content
15,889,595 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dll Not Found Pin
Toby Opferman10-Jun-05 8:02
Toby Opferman10-Jun-05 8:02 
GeneralRe: Dll Not Found Pin
ThatsAlok10-Jun-05 18:03
ThatsAlok10-Jun-05 18:03 
GeneralRe: Dll Not Found Pin
Toby Opferman10-Jun-05 18:47
Toby Opferman10-Jun-05 18:47 
GeneralRe: Dll Not Found Pin
ThatsAlok10-Jun-05 19:11
ThatsAlok10-Jun-05 19:11 
GeneralRe: Dll Not Found Pin
Alexander M.,10-Jun-05 8:17
Alexander M.,10-Jun-05 8:17 
GeneralRe: Dll Not Found Pin
John R. Shaw10-Jun-05 22:06
John R. Shaw10-Jun-05 22:06 
GeneralAgain Problem Pin
Aqueel10-Jun-05 4:47
Aqueel10-Jun-05 4:47 
GeneralRe: Again Problem Pin
Chris Losinger10-Jun-05 4:50
professionalChris Losinger10-Jun-05 4:50 
Aqueel wrote:
ambiguous

it means the compiler can't tell which function you want to call. there are probably two functions with the same name and similar parameter lists, and the compiler can't tell, from your input parameters, which one to call.

you need to find out which functions it is confused about, and find a way to tell it which you want . casting your parameters to the exact type the function wants is a simple way to do this.


Cleek | Image Toolkits | Thumbnail maker

GeneralRe: Again Problem Pin
ThatsAlok10-Jun-05 23:48
ThatsAlok10-Jun-05 23:48 
GeneralShared Folder... confused Pin
Roger Garrett10-Jun-05 4:41
Roger Garrett10-Jun-05 4:41 
GeneralRe: Shared Folder... confused Pin
David Crow10-Jun-05 6:14
David Crow10-Jun-05 6:14 
GeneralRe: Shared Folder... confused Pin
Roger Garrett10-Jun-05 6:49
Roger Garrett10-Jun-05 6:49 
GeneralRe: Shared Folder... confused Pin
Garth J Lancaster10-Jun-05 17:45
professionalGarth J Lancaster10-Jun-05 17:45 
GeneralInsane asserts Pin
benjymous10-Jun-05 4:31
benjymous10-Jun-05 4:31 
GeneralRe: Insane asserts Pin
Roger Garrett10-Jun-05 4:46
Roger Garrett10-Jun-05 4:46 
GeneralRe: Insane asserts Pin
benjymous10-Jun-05 5:02
benjymous10-Jun-05 5:02 
GeneralRe: Insane asserts Pin
Roger Garrett10-Jun-05 5:25
Roger Garrett10-Jun-05 5:25 
GeneralRe: Insane asserts Pin
JWood10-Jun-05 5:04
JWood10-Jun-05 5:04 
GeneralRe: Insane asserts Pin
BlackDice10-Jun-05 9:32
BlackDice10-Jun-05 9:32 
GeneralDisable or Enable a Button Pin
Hachaso10-Jun-05 3:51
Hachaso10-Jun-05 3:51 
GeneralGetDlgItem(IDC_YourButton)->EnableWindow(true); Pin
bghuang10-Jun-05 3:58
bghuang10-Jun-05 3:58 
GeneralRe: GetDlgItem(IDC_YourButton)->EnableWindow(true); Pin
Bob Stanneveld10-Jun-05 4:06
Bob Stanneveld10-Jun-05 4:06 
GeneralRe: Disable or Enable a Button Pin
Bob Stanneveld10-Jun-05 4:02
Bob Stanneveld10-Jun-05 4:02 
GeneralWDM -- INF file & makefile Differences between X86 and X86-64/AMD64 Pin
Neha.marwaha10-Jun-05 2:01
Neha.marwaha10-Jun-05 2:01 
GeneralRe: WDM -- INF file & makefile Differences between X86 and X86-64/AMD64 Pin
Alexander M.,10-Jun-05 3:03
Alexander M.,10-Jun-05 3:03 

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.