Click here to Skip to main content
15,891,607 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionstdcall_api & troubles Pin
thoru8-Oct-08 1:46
thoru8-Oct-08 1:46 
AnswerRe: stdcall_api & troubles Pin
toxcct8-Oct-08 2:16
toxcct8-Oct-08 2:16 
GeneralRe: stdcall_api & troubles Pin
thoru8-Oct-08 2:22
thoru8-Oct-08 2:22 
GeneralRe: stdcall_api & troubles Pin
toxcct8-Oct-08 2:47
toxcct8-Oct-08 2:47 
AnswerRe: stdcall_api & troubles [modified] Pin
Roger Stoltz8-Oct-08 2:28
Roger Stoltz8-Oct-08 2:28 
GeneralRe: stdcall_api & troubles Pin
thoru8-Oct-08 2:38
thoru8-Oct-08 2:38 
AnswerRe: stdcall_api & troubles Pin
Roger Stoltz8-Oct-08 2:59
Roger Stoltz8-Oct-08 2:59 
GeneralRe: stdcall_api & troubles Pin
toxcct8-Oct-08 2:45
toxcct8-Oct-08 2:45 
Roger Stoltz wrote:
Do it like this:
#define __stdcall stdcall_api


no Roger, you're going to replace every occurence of __stdcall with stdcall_api (which is not defined, so leading to errors).
what the OP wants is the opposite, and remember #define works "the opposite" as typedef Wink | ;)

so he wrote it well ; the error is elsewhere.


GeneralRe: stdcall_api & troubles Pin
thoru8-Oct-08 2:50
thoru8-Oct-08 2:50 
GeneralRe: stdcall_api & troubles Pin
toxcct8-Oct-08 3:00
toxcct8-Oct-08 3:00 
AnswerRe: stdcall_api & troubles Pin
Roger Stoltz8-Oct-08 2:56
Roger Stoltz8-Oct-08 2:56 
GeneralRe: stdcall_api & troubles Pin
toxcct8-Oct-08 3:00
toxcct8-Oct-08 3:00 
GeneralRe: stdcall_api & troubles Pin
Roger Stoltz8-Oct-08 3:05
Roger Stoltz8-Oct-08 3:05 
GeneralRe: stdcall_api & troubles Pin
thoru8-Oct-08 3:03
thoru8-Oct-08 3:03 
GeneralRe: stdcall_api & troubles Pin
Roger Stoltz8-Oct-08 3:13
Roger Stoltz8-Oct-08 3:13 
QuestionGetFileSize Pin
mdsameerahsan8-Oct-08 1:22
mdsameerahsan8-Oct-08 1:22 
AnswerRe: GetFileSize Pin
Jijo.Raj8-Oct-08 1:46
Jijo.Raj8-Oct-08 1:46 
AnswerRe: GetFileSize Pin
Michael Schubert8-Oct-08 1:50
Michael Schubert8-Oct-08 1:50 
QuestionRe: GetFileSize Pin
Mark Salsbery8-Oct-08 5:01
Mark Salsbery8-Oct-08 5:01 
JokeRe: GetFileSize Pin
David Crow8-Oct-08 10:03
David Crow8-Oct-08 10:03 
GeneralRe: GetFileSize Pin
Sauce!9-Oct-08 18:17
Sauce!9-Oct-08 18:17 
GeneralRe: GetFileSize Pin
David Crow10-Oct-08 3:05
David Crow10-Oct-08 3:05 
JokeRe: GetFileSize Pin
Mark Salsbery10-Oct-08 4:47
Mark Salsbery10-Oct-08 4:47 
QuestionNo RTTI tutorials? Pin
George_George8-Oct-08 1:13
George_George8-Oct-08 1:13 
QuestionRe: No RTTI tutorials? Pin
Mark Salsbery8-Oct-08 5:03
Mark Salsbery8-Oct-08 5: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.