Click here to Skip to main content
15,893,668 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Is time for QT? Pin
Saurabh.Garg22-Jun-10 23:18
Saurabh.Garg22-Jun-10 23:18 
AnswerRe: Is time for QT? Pin
Jackson201023-Jun-10 1:18
Jackson201023-Jun-10 1:18 
GeneralRe: Is time for QT? Pin
Stephen Hewitt27-Jun-10 19:03
Stephen Hewitt27-Jun-10 19:03 
QuestionGetting stack address Pin
Hans Dietrich22-Jun-10 21:23
mentorHans Dietrich22-Jun-10 21:23 
AnswerRe: Getting stack address Pin
«_Superman_»22-Jun-10 21:41
professional«_Superman_»22-Jun-10 21:41 
GeneralRe: Getting stack address Pin
Hans Dietrich22-Jun-10 22:31
mentorHans Dietrich22-Jun-10 22:31 
GeneralRe: Getting stack address Pin
«_Superman_»22-Jun-10 23:01
professional«_Superman_»22-Jun-10 23:01 
AnswerRe: Getting stack address Pin
MrWhiteboard23-Jun-10 5:50
MrWhiteboard23-Jun-10 5:50 
This sounds pretty dangerous to me, but I know how it can be when you just have to do some things.

You can declare a simple local variable and take its address, that will give you an address to begin working with.

But you need to ensure that the variable does exist (not removed by optimizer) and you then need to make sure you understand the stack frame layouts under both x86 and x64, they aren't the same.

Harry.
Questionenable uac by vc++ Pin
aangerma22-Jun-10 20:45
aangerma22-Jun-10 20:45 
AnswerRe: enable uac by vc++ Pin
«_Superman_»22-Jun-10 21:19
professional«_Superman_»22-Jun-10 21:19 
GeneralRe: enable uac by vc++ Pin
aangerma22-Jun-10 21:28
aangerma22-Jun-10 21:28 
GeneralRe: enable uac by vc++ Pin
«_Superman_»22-Jun-10 21:45
professional«_Superman_»22-Jun-10 21:45 
GeneralRe: enable uac by vc++ Pin
aangerma22-Jun-10 22:49
aangerma22-Jun-10 22:49 
QuestionHow to create a project template in Visual Studio 2008 for MFC... Pin
DevelopmentNoob22-Jun-10 20:13
DevelopmentNoob22-Jun-10 20:13 
AnswerRe: How to create a project template in Visual Studio 2008 for MFC... Pin
Richard MacCutchan22-Jun-10 21:23
mveRichard MacCutchan22-Jun-10 21:23 
AnswerRe: How to create a project template in Visual Studio 2008 for MFC... Pin
Aescleal22-Jun-10 22:07
Aescleal22-Jun-10 22:07 
GeneralRe: How to create a project template in Visual Studio 2008 for MFC... Pin
DevelopmentNoob23-Jun-10 16:50
DevelopmentNoob23-Jun-10 16:50 
Questioncontrolling multiple views Pin
Sakhalean22-Jun-10 19:53
Sakhalean22-Jun-10 19:53 
AnswerRe: controlling multiple views Pin
Cedric Moonen22-Jun-10 20:11
Cedric Moonen22-Jun-10 20:11 
GeneralRe: controlling multiple views Pin
Sakhalean22-Jun-10 20:20
Sakhalean22-Jun-10 20:20 
GeneralRe: controlling multiple views Pin
«_Superman_»22-Jun-10 20:29
professional«_Superman_»22-Jun-10 20:29 
GeneralRe: controlling multiple views Pin
Sakhalean22-Jun-10 20:39
Sakhalean22-Jun-10 20:39 
GeneralRe: controlling multiple views Pin
Cedric Moonen22-Jun-10 20:34
Cedric Moonen22-Jun-10 20:34 
GeneralRe: controlling multiple views Pin
Sakhalean22-Jun-10 20:43
Sakhalean22-Jun-10 20:43 
GeneralRe: controlling multiple views [OT] Pin
David Crow23-Jun-10 4:01
David Crow23-Jun-10 4:01 

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.