Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Execute external exe on windows service Pin
CodingLover4-May-09 18:12
CodingLover4-May-09 18:12 
AnswerRe: Execute external exe on windows service Pin
Randor 5-May-09 12:38
professional Randor 5-May-09 12:38 
QuestionWindows service installation error Pin
CodingLover4-May-09 16:02
CodingLover4-May-09 16:02 
AnswerRe: Windows service installation error Pin
Randor 4-May-09 16:28
professional Randor 4-May-09 16:28 
NewsRe: Windows service installation error Pin
CodingLover4-May-09 16:33
CodingLover4-May-09 16:33 
QuestionFirst 4 bytes of EDITSTREAM destination buffer overlay Pin
ForNow4-May-09 12:54
ForNow4-May-09 12:54 
AnswerRe: First 4 bytes of EDITSTREAM destination buffer overlay Pin
Garth J Lancaster4-May-09 13:55
professionalGarth J Lancaster4-May-09 13:55 
GeneralRe: First 4 bytes of EDITSTREAM destination buffer overlay Pin
ForNow4-May-09 14:22
ForNow4-May-09 14:22 
Here is a storage Display when sitting on the break point at the return of the CallBack function

e.g return 0;

0x00167F84 00 00 00 00 58 58 58 58 58 58 20 20 37 46 46 46 46 ....XXXXXX 7FFFF
0x00167F95 30 30 30 20 20 37 46 46 46 46 30 30 30 20 20 20 20 000 7FFFF000
0x00167FA6 20 20 37 46 46 46 46 30 30 30 20 20 37 46 46 46 46 7FFFF000 7FFFF
0x00167FB7 30 30 30 20 20 20 20 20 20 00 00 00 00 00 00 00 00 000 ........
0x00167FC8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 .................
0x00167FD9 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 .................
0x00167FEA 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 .................
0x00167FFB 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


As you can see address 167f84 is nulls

Upon return from the editstream




0x00167F84 78 01 15 00 58 58 58 58 58 58 20 20 37 46 46 46 46 x...XXXXXX 7FFFF
0x00167F95 30 30 30 20 20 37 46 46 46 46 30 30 30 20 20 20 20 000 7FFFF000
0x00167FA6 20 20 37 46 46 46 46 30 30 30 20 20 37 46 46 46 46 7FFFF000 7FFFF
0x00167FB7 30 30 30 20 20 20 20 20 20 00 00 00 00 00 00 00 00 000 ........
0x00167FC8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 .................
0x00167FD9 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 .................
0x00167FEA 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 .................
0x00167FFB 00 0


As you can see there is some sort of adress there


this break point is right after this statement


Myricheditctrlptr->StreamIn(SF_RTF, es);


thankx
QuestionRe: First 4 bytes of EDITSTREAM destination buffer overlay Pin
«_Superman_»4-May-09 14:53
professional«_Superman_»4-May-09 14:53 
AnswerRe: First 4 bytes of EDITSTREAM destination buffer overlay Pin
ForNow4-May-09 14:56
ForNow4-May-09 14:56 
GeneralRe: First 4 bytes of EDITSTREAM destination buffer overlay Pin
Garth J Lancaster4-May-09 15:20
professionalGarth J Lancaster4-May-09 15:20 
GeneralRe: First 4 bytes of EDITSTREAM destination buffer overlay Pin
ForNow4-May-09 16:01
ForNow4-May-09 16:01 
QuestionProblem using WinMain function with C++ Pin
Gindi Bar Yahav4-May-09 11:08
Gindi Bar Yahav4-May-09 11:08 
AnswerRe: Problem using WinMain function with C++ Pin
I am BATMAN4-May-09 11:26
I am BATMAN4-May-09 11:26 
AnswerRe: Problem using WinMain function with C++ Pin
Adam Maras4-May-09 11:39
Adam Maras4-May-09 11:39 
GeneralRe: Problem using WinMain function with C++ Pin
Gindi Bar Yahav4-May-09 11:47
Gindi Bar Yahav4-May-09 11:47 
Question[Message Deleted] Pin
Greg Mort4-May-09 9:20
Greg Mort4-May-09 9:20 
Answer[Message Deleted] Pin
led mike4-May-09 9:23
led mike4-May-09 9:23 
General[Message Deleted] Pin
Greg Mort4-May-09 9:40
Greg Mort4-May-09 9:40 
General[Message Deleted] Pin
led mike4-May-09 10:51
led mike4-May-09 10:51 
GeneralRe: Cross Posted - Reposted Pin
Greg Mort4-May-09 10:56
Greg Mort4-May-09 10:56 
QuestionWhy do you ignore received suggestions? Pin
CPallini4-May-09 9:32
mveCPallini4-May-09 9:32 
AnswerRe: Why do you ignore received suggestions? Pin
Greg Mort4-May-09 9:42
Greg Mort4-May-09 9:42 
GeneralRe: Why do you ignore received suggestions? Pin
CPallini4-May-09 9:52
mveCPallini4-May-09 9:52 
GeneralRe: Why do you ignore received suggestions? Pin
Greg Mort4-May-09 9:57
Greg Mort4-May-09 9:57 

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.