Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow Do I Incorporate mySQL into my web CGI app made in C++ Pin
S0uthy19-Sep-06 16:01
S0uthy19-Sep-06 16:01 
AnswerRe: How Do I Incorporate mySQL into my web CGI app made in C++ Pin
Christian Graus19-Sep-06 16:07
protectorChristian Graus19-Sep-06 16:07 
GeneralRe: How Do I Incorporate mySQL into my web CGI app made in C++ Pin
Stephen Hewitt19-Sep-06 16:10
Stephen Hewitt19-Sep-06 16:10 
GeneralRe: How Do I Incorporate mySQL into my web CGI app made in C++ Pin
S0uthy20-Sep-06 13:54
S0uthy20-Sep-06 13:54 
GeneralRe: How Do I Incorporate mySQL into my web CGI app made in C++ Pin
Christian Graus20-Sep-06 13:59
protectorChristian Graus20-Sep-06 13:59 
QuestionNetwork communication programming problem Pin
zouchao111219-Sep-06 14:22
zouchao111219-Sep-06 14:22 
QuestionCPP Calling Syntax of Member functions. Pin
Bram van Kampen19-Sep-06 13:55
Bram van Kampen19-Sep-06 13:55 
AnswerRe: CPP Calling Syntax of Member functions. Pin
Bram van Kampen19-Sep-06 15:35
Bram van Kampen19-Sep-06 15:35 
Further to the above, I've gotten away sofar with writing something that works well for my compiler:-

void Func(){
DWORD pMyClass=(DWORD)GetMyClass(); //Note Declaration Changed to DWORD
DWORD pMethod=(DWORD)GetMyMethod(); //Note Declaration Changed to DWORD


__asm{
mov ecx,pMyClass;
call pMethod;
}

}
This however cuts out all the expensive type checking features, and becomes highly compiler dependent. I am looking for a Syntax to do this, which fits within the language. Somewhere, deep within MSVC, Bill Gates uses this syntax to call MessageMap functions.


LateNightsInNewry

AnswerRe: CPP Calling Syntax of Member functions. Pin
Stephen Hewitt19-Sep-06 16:04
Stephen Hewitt19-Sep-06 16:04 
GeneralRe: CPP Calling Syntax of Member functions. Pin
Bram van Kampen24-Sep-06 14:25
Bram van Kampen24-Sep-06 14:25 
GeneralRe: CPP Calling Syntax of Member functions. Pin
Bram van Kampen29-Sep-06 17:01
Bram van Kampen29-Sep-06 17:01 
GeneralRe: CPP Calling Syntax of Member functions. Pin
Stephen Hewitt30-Sep-06 1:28
Stephen Hewitt30-Sep-06 1:28 
GeneralRe: CPP Calling Syntax of Member functions. Pin
Bram van Kampen3-Oct-06 15:09
Bram van Kampen3-Oct-06 15:09 
Questionhow to search through a database Pin
ivanris19-Sep-06 13:43
ivanris19-Sep-06 13:43 
AnswerRe: how to search through a database Pin
Christian Graus19-Sep-06 13:48
protectorChristian Graus19-Sep-06 13:48 
Questionproblem using VC++ DLL in VC# Pin
saania khan19-Sep-06 13:43
saania khan19-Sep-06 13:43 
AnswerRe: problem using VC++ DLL in VC# Pin
Christian Graus19-Sep-06 13:44
protectorChristian Graus19-Sep-06 13:44 
GeneralRe: problem using VC++ DLL in VC# Pin
saania khan21-Sep-06 19:27
saania khan21-Sep-06 19:27 
GeneralRe: problem using VC++ DLL in VC# Pin
Christian Graus21-Sep-06 19:36
protectorChristian Graus21-Sep-06 19:36 
QuestionLPSTR question Pin
JBAK_CP19-Sep-06 12:23
JBAK_CP19-Sep-06 12:23 
AnswerRe: LPSTR question Pin
Chipperm19-Sep-06 12:29
Chipperm19-Sep-06 12:29 
GeneralRe: LPSTR question Pin
JBAK_CP19-Sep-06 12:47
JBAK_CP19-Sep-06 12:47 
QuestionOpening Network Connections dialog Pin
samaruf19-Sep-06 11:45
samaruf19-Sep-06 11:45 
AnswerRe: Opening Network Connections dialog Pin
Mohammad A Gdeisat19-Sep-06 12:28
Mohammad A Gdeisat19-Sep-06 12:28 
Questionrestricting CSplitterWnd pane to minimum size Pin
BlackDice19-Sep-06 11:43
BlackDice19-Sep-06 11:43 

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.