Click here to Skip to main content
15,799,017 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Print class Members? Pin
CPallini7-Aug-16 21:42
mveCPallini7-Aug-16 21:42 
QuestionCan define a function with same name and signature? Pin
sandeep manzhi16-Jun-16 5:22
sandeep manzhi16-Jun-16 5:22 
QuestionRe: define a function Pin
David Crow16-Jun-16 5:26
David Crow16-Jun-16 5:26 
SuggestionRe: define a function Pin
Richard MacCutchan16-Jun-16 5:32
mveRichard MacCutchan16-Jun-16 5:32 
AnswerRe: Can define a function with same name and signature? Pin
leon de boer16-Jun-16 7:38
leon de boer16-Jun-16 7:38 
GeneralRe: Can define a function with same name and signature? Pin
CPallini17-Jun-16 1:23
mveCPallini17-Jun-16 1:23 
AnswerRe: Can define a function with same name and signature? Pin
Bram van Kampen26-Jun-16 13:33
Bram van Kampen26-Jun-16 13:33 
Questionenum Datatype: Overloaded function differ only by return type error...? Pin
mbatra3115-Jun-16 21:51
mbatra3115-Jun-16 21:51 
Hi,

I am working on a project in Visual C++ 6.0. I have included the following statements in a file:
C++
#import "C:\Program Files\Common Files\System\ado\msado15.dll" \
            rename( "EOF", "adoEOF" )
#import "c:\Program Files\Common Files\system\ado\msadox.dll" \
        no_namespace
I am getting the following error:
error C2556: 'enum DataTypeEnum __thiscall ADODB::Field20::GetType(void)' : overloaded function differs only by return type from 'enum ADODB::DataTypeEnum __thiscall ADODB::Field20::GetType(void)'
Any idea why this error is generated...?
How to resolve the above issue...?

Regards,
mba

modified 16-Jun-16 3:44am.

AnswerRe: enum Datatype: Overloaded function differ only by return type error...? Pin
Richard MacCutchan15-Jun-16 22:46
mveRichard MacCutchan15-Jun-16 22:46 
AnswerRe: enum Datatype: Overloaded function differ only by return type error...? Pin
leon de boer15-Jun-16 23:41
leon de boer15-Jun-16 23:41 
QuestionSHA1- CheckSum Example in Microsoft Visual C++ 6.0 Pin
Member 1248511614-Jun-16 3:39
Member 1248511614-Jun-16 3:39 
QuestionRe: SHA1- CheckSum Example in Microsoft Visual C++ 6.0 Pin
David Crow14-Jun-16 3:43
David Crow14-Jun-16 3:43 
AnswerRe: SHA1- CheckSum Example in Microsoft Visual C++ 6.0 Pin
Member 1248511614-Jun-16 6:05
Member 1248511614-Jun-16 6:05 
QuestionRe: SHA1- CheckSum Example in Microsoft Visual C++ 6.0 Pin
David Crow14-Jun-16 6:23
David Crow14-Jun-16 6:23 
SuggestionRe: SHA1- CheckSum Example in Microsoft Visual C++ 6.0 Pin
Peter_in_278014-Jun-16 17:53
professionalPeter_in_278014-Jun-16 17:53 
GeneralRe: SHA1- CheckSum Example in Microsoft Visual C++ 6.0 Pin
Member 1248511614-Jun-16 20:18
Member 1248511614-Jun-16 20:18 
GeneralRe: SHA1- CheckSum Example in Microsoft Visual C++ 6.0 Pin
Jochen Arndt14-Jun-16 22:19
professionalJochen Arndt14-Jun-16 22:19 
GeneralRe: SHA1- CheckSum Example in Microsoft Visual C++ 6.0 Pin
leon de boer15-Jun-16 5:11
leon de boer15-Jun-16 5:11 
GeneralRe: SHA1- CheckSum Example in Microsoft Visual C++ 6.0 Pin
David Crow15-Jun-16 2:53
David Crow15-Jun-16 2:53 
QuestionLarge project how to seprate definition and declaration? Pin
Hassan Syed112-Jun-16 10:47
Hassan Syed112-Jun-16 10:47 
AnswerRe: Large project how to seprate definition and declaration? Pin
leon de boer12-Jun-16 18:38
leon de boer12-Jun-16 18:38 
GeneralRe: Large project how to seprate definition and declaration? Pin
Hassan Syed112-Jun-16 19:34
Hassan Syed112-Jun-16 19:34 
GeneralRe: Large project how to seprate definition and declaration? Pin
Jochen Arndt12-Jun-16 22:47
professionalJochen Arndt12-Jun-16 22:47 
GeneralRe: Large project how to seprate definition and declaration? Pin
leon de boer12-Jun-16 23:37
leon de boer12-Jun-16 23:37 
GeneralRe: Large project how to seprate definition and declaration? Pin
Hassan Syed113-Jun-16 2:25
Hassan Syed113-Jun-16 2:25 

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.