Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Placing a SDK under vista or gant additional rights? Pin
jung-kreidler7-Oct-08 5:10
jung-kreidler7-Oct-08 5:10 
GeneralRe: Placing a SDK under vista or gant additional rights? Pin
jung-kreidler8-Oct-08 2:52
jung-kreidler8-Oct-08 2:52 
Questionsource code window is not displayed Pin
George_George5-Oct-08 21:36
George_George5-Oct-08 21:36 
AnswerRe: source code window is not displayed Pin
_AnsHUMAN_ 5-Oct-08 21:59
_AnsHUMAN_ 5-Oct-08 21:59 
GeneralRe: source code window is not displayed Pin
George_George5-Oct-08 23:02
George_George5-Oct-08 23:02 
GeneralRe: source code window is not displayed Pin
_AnsHUMAN_ 5-Oct-08 23:13
_AnsHUMAN_ 5-Oct-08 23:13 
GeneralRe: source code window is not displayed Pin
George_George5-Oct-08 23:29
George_George5-Oct-08 23:29 
GeneralRe: source code window is not displayed Pin
_AnsHUMAN_ 5-Oct-08 23:59
_AnsHUMAN_ 5-Oct-08 23:59 
George_George wrote:
window is showing when break point is hit in source code;
2. My further question is when should we execute command .effmach x86? As the 1st command to debug x86 binary under x64 machine/debugger as best practices or?


.effmach x86 -Use x86, amd64, ia64, or ebc processor mode
This setting influences many debugger features:
-> which processor's unwinder is used for stack tracing
-> which processor's register set is active
So, if you have multiple processors you can use this command early when you start debugging.

George_George wrote:
3. From my output, there is only one break point, but I do not know why it breaks twice, any ideas?

I will try to reproduce this once I get some time off. Smile | :)

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

GeneralRe: source code window is not displayed Pin
George_George6-Oct-08 0:22
George_George6-Oct-08 0:22 
QuestionLoading DLLs more than once Pin
DSPCottage5-Oct-08 21:27
DSPCottage5-Oct-08 21:27 
QuestionRe: Loading DLLs more than once Pin
CPallini5-Oct-08 22:14
mveCPallini5-Oct-08 22:14 
AnswerRe: Loading DLLs more than once Pin
DSPCottage5-Oct-08 22:40
DSPCottage5-Oct-08 22:40 
GeneralRe: Loading DLLs more than once Pin
CPallini5-Oct-08 22:49
mveCPallini5-Oct-08 22:49 
QuestionSHFileOperation Pin
MsmVc5-Oct-08 21:02
MsmVc5-Oct-08 21:02 
QuestionRe: SHFileOperation Pin
CPallini5-Oct-08 22:16
mveCPallini5-Oct-08 22:16 
GeneralRe: SHFileOperation Pin
fantasy12155-Oct-08 22:20
fantasy12155-Oct-08 22:20 
QuestionRe: SHFileOperation [modified] Pin
CPallini5-Oct-08 22:28
mveCPallini5-Oct-08 22:28 
AnswerRe: SHFileOperation Pin
SandipG 5-Oct-08 22:34
SandipG 5-Oct-08 22:34 
GeneralRe: SHFileOperation Pin
Rajesh R Subramanian5-Oct-08 22:43
professionalRajesh R Subramanian5-Oct-08 22:43 
GeneralRe: SHFileOperation Pin
CPallini5-Oct-08 22:50
mveCPallini5-Oct-08 22:50 
GeneralRe: SHFileOperation Pin
SandipG 5-Oct-08 22:54
SandipG 5-Oct-08 22:54 
GeneralRe: SHFileOperation Pin
CPallini5-Oct-08 22:44
mveCPallini5-Oct-08 22:44 
QuestionON_EN_CHANGE() Notification problem of CEdit Box Pin
Dhiraj kumar Saini5-Oct-08 20:19
Dhiraj kumar Saini5-Oct-08 20:19 
AnswerRe: ON_EN_CHANGE() Notification problem of CEdit Box Pin
Chandrasekharan P5-Oct-08 20:24
Chandrasekharan P5-Oct-08 20:24 
RantRe: ON_EN_CHANGE() Notification problem of CEdit Box Pin
Rajesh R Subramanian5-Oct-08 20:27
professionalRajesh R Subramanian5-Oct-08 20:27 

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.