Click here to Skip to main content
15,914,160 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Mark_Murphy14-Sep-06 8:24
Mark_Murphy14-Sep-06 8:24 
GeneralRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Zac Howland14-Sep-06 9:05
Zac Howland14-Sep-06 9:05 
AnswerRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Eric Dahlvang14-Sep-06 8:20
Eric Dahlvang14-Sep-06 8:20 
GeneralRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Mark_Murphy14-Sep-06 8:29
Mark_Murphy14-Sep-06 8:29 
GeneralRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Mark_Murphy14-Sep-06 9:09
Mark_Murphy14-Sep-06 9:09 
GeneralRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Eric Dahlvang14-Sep-06 9:20
Eric Dahlvang14-Sep-06 9:20 
GeneralRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Mark_Murphy14-Sep-06 9:36
Mark_Murphy14-Sep-06 9:36 
GeneralRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Zac Howland14-Sep-06 9:39
Zac Howland14-Sep-06 9:39 
GeneralRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Mark_Murphy14-Sep-06 10:05
Mark_Murphy14-Sep-06 10:05 
GeneralRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Eric Dahlvang14-Sep-06 10:29
Eric Dahlvang14-Sep-06 10:29 
GeneralRe: Format Issue On Console Output From Text File !!! New To C++ Pin
Mark_Murphy14-Sep-06 11:45
Mark_Murphy14-Sep-06 11:45 
QuestionMiltiple CDocument & handle massage! Pin
mostafa_pasha14-Sep-06 5:55
mostafa_pasha14-Sep-06 5:55 
AnswerRe: Miltiple CDocument & handle massage! Pin
Jun Du14-Sep-06 7:06
Jun Du14-Sep-06 7:06 
GeneralRe: Miltiple CDocument & handle massage! Pin
mostafa_pasha14-Sep-06 8:58
mostafa_pasha14-Sep-06 8:58 
AnswerRe: Miltiple CDocument & handle massage! Pin
Sam Hobbs14-Sep-06 7:52
Sam Hobbs14-Sep-06 7:52 
AnswerRe: Miltiple CDocument & handle massage! Pin
PJ Arends14-Sep-06 8:39
professionalPJ Arends14-Sep-06 8:39 
GeneralRe: Miltiple CDocument & handle massage! Pin
mostafa_pasha14-Sep-06 12:38
mostafa_pasha14-Sep-06 12:38 
QuestionConver 2005 to 2003 Pin
Matthew R. Miller14-Sep-06 5:39
Matthew R. Miller14-Sep-06 5:39 
AnswerRe: Conver 2005 to 2003 Pin
Joe Woodbury14-Sep-06 7:10
professionalJoe Woodbury14-Sep-06 7:10 
QuestionSurround Mixer Pin
lkm98514-Sep-06 5:18
lkm98514-Sep-06 5:18 
QuestionDynamic funtion calls from DLLs [modified] Pin
DanielRehn14-Sep-06 4:43
DanielRehn14-Sep-06 4:43 
Hi!

I'm making an extension for a program (MMF2) and have run in to some problems...

The user can load a DLL, set the arguments and the call a function. All of theese at runtime. I push my values on to the stack and call the function.. That works fine.. the problem occurs when I try to pop the arguments of the stack (Need this if anyhing has changed, for instance when calling GetWindowText())...
I know the cause of this.. In MMF2 all function calls are __stdcall (or WINAPI)... Is there any workaround for this??

This is how a function looks in the SDK
long WINAPI DLLExport Function(LPRDATA rdPtr,long param1) {<br />
  return 0;<br />
}


I call my function from within this function (my function is not __stcall, it's __cdecl)

Does anyone have a solution??

EDIT: I use asm for the function calling btw!

-- modified at 10:53 Thursday 14th September, 2006
AnswerRe: Dynamic funtion calls from DLLs Pin
ThatsAlok14-Sep-06 21:17
ThatsAlok14-Sep-06 21:17 
GeneralRe: Dynamic funtion calls from DLLs Pin
DanielRehn14-Sep-06 21:44
DanielRehn14-Sep-06 21:44 
Questionsubclassing Pin
Waldermort14-Sep-06 4:41
Waldermort14-Sep-06 4:41 
AnswerRe: subclassing Pin
Cedric Moonen14-Sep-06 4:46
Cedric Moonen14-Sep-06 4:46 

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.