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

C / C++ / MFC

 
AnswerRe: Sir,can you help me Pin
Trollslayer14-Sep-05 21:51
mentorTrollslayer14-Sep-05 21:51 
JokeRe: Sir,can you help me Pin
ThatsAlok14-Sep-05 22:42
ThatsAlok14-Sep-05 22:42 
QuestionFile checking Pin
benjnp14-Sep-05 14:23
benjnp14-Sep-05 14:23 
AnswerRe: File checking Pin
ThatsAlok14-Sep-05 18:39
ThatsAlok14-Sep-05 18:39 
Questionsimulating keyboard input with SetKeyboardState Pin
Spiritofamerica14-Sep-05 14:14
Spiritofamerica14-Sep-05 14:14 
AnswerRe: simulating keyboard input with SetKeyboardState Pin
ThatsAlok14-Sep-05 18:29
ThatsAlok14-Sep-05 18:29 
GeneralRe: simulating keyboard input with SetKeyboardState Pin
Spiritofamerica15-Sep-05 6:06
Spiritofamerica15-Sep-05 6:06 
QuestionWin 32 error 87, the parameter is incorrect Pin
valerie9914-Sep-05 11:59
valerie9914-Sep-05 11:59 
hi, all

Windbg supposed to the default debugger on my machine, but when the app is hang, I could get this message "Cannot debug pid 1784, Win32 error 87 The Parameter is incorrect"......why is that?

If I open windbg and attach the process, it would work, so for this app, Dumping objects ->
{360} normal block at 0x00F01F58, 38084 bytes long.
Data: < `Ce v > 88 00 00 00 60 43 65 00 8C 76 13 00 00 00 00 00
{359} normal block at 0x00F01F10, 18 bytes long.
Data: <data\customer.db> 44 61 74 61 5C 43 75 73 74 6F 6D 65 72 2E 64 62
{358} normal block at 0x00EF0878, 100 bytes long.
Data: < !e v > 04 21 65 00 88 00 00 00 10 1F F0 00 8C 76 13 00
{160} normal block at 0x00EF92F8, 35004 bytes long.
Data: <} `Ce 4z > 7D 00 00 00 60 43 65 00 34 7A 13 00 00 00 00 00
{159} normal block at 0x00EF04D8, 17 bytes long.
Data: <data\sysfile.dbf> 44 61 74 61 5C 53 79 73 66 69 6C 65 2E 64 62 66
{158} normal block at 0x00EF0440, 100 bytes long.
Data: < !e } 4z > 04 21 65 00 7D 00 00 00 D8 04 EF 00 34 7A 13 00
Object dump complete.
eax=00000000 ebx=7ffdf000 ecx=000c4006 edx=00000000 esi=77f8ee04 edi=00000000
eip=77f8ee0f esp=0012fe50 ebp=0012ff18 iopl=0 nv up ei pl zr na po nc
cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
ntdll!NtTerminateProcess+0xb:
77f8ee0f c20800 ret 0x8
0:000> ~
. 0 Id: 984.7bc Suspend: 0 Teb: 7ffde000 Unfrozen
0:000> kb
ChildEBP RetAddr Args to Child
0012fe4c 7c5969e4 ffffffff 00000000 001358f8 ntdll!NtTerminateProcess+0xb
0012ff18 0046470f 00000000 00ef8024 0012ff3c KERNEL32!ExitProcess+0x72
WARNING: Stack unwind information not available. Following frames may be wrong.
0012ff28 004645c0 00000000 00000000 00000000 AddSurchrg!CDate::operator--+0x26f1f
0012ff3c 0045e312 00000000 001358f8 0012f5a4 AddSurchrg!CDate::operator--+0x26dd0
0012ffc0 7c59893d 001358f8 0012f5a4 7ffdf000 AddSurchrg!CDate::operator--+0x20b22
0012fff0 00000000 0045e1e0 00000000 000000c8 KERNEL32!BaseProcessStart+0x3d

looks like the memory leak happened before it crashes, but couldn't tell why is it crashing beside the memory leak. thank you!
QuestionActiveX and Windows C++ Pin
ashok12314-Sep-05 11:25
ashok12314-Sep-05 11:25 
AnswerRe: ActiveX and Windows C++ Pin
charlieg14-Sep-05 12:12
charlieg14-Sep-05 12:12 
AnswerRe: ActiveX and Windows C++ Pin
Calc2014-Sep-05 21:48
Calc2014-Sep-05 21:48 
Questionpassing string from VB6 dll function to VC++6 Pin
Member 227578514-Sep-05 10:17
Member 227578514-Sep-05 10:17 
AnswerRe: passing string from VB6 dll function to VC++6 Pin
David Crow14-Sep-05 10:35
David Crow14-Sep-05 10:35 
AnswerRe: passing string from VB6 dll function to VC++6 Pin
ky_rerun14-Sep-05 15:46
ky_rerun14-Sep-05 15:46 
AnswerRe: passing string from VB6 dll function to VC++6 Pin
S Douglas14-Sep-05 20:27
professionalS Douglas14-Sep-05 20:27 
Questionapp runs on command prompt but not dev studio Pin
valerie9914-Sep-05 9:46
valerie9914-Sep-05 9:46 
AnswerRe: app runs on command prompt but not dev studio Pin
David Crow14-Sep-05 10:19
David Crow14-Sep-05 10:19 
GeneralI've tried to command them out Pin
valerie9914-Sep-05 11:28
valerie9914-Sep-05 11:28 
Questionhelp Pin
Shantise200314-Sep-05 9:24
Shantise200314-Sep-05 9:24 
AnswerRe: help Pin
Christian Graus14-Sep-05 11:17
protectorChristian Graus14-Sep-05 11:17 
AnswerRe: help Pin
charlieg14-Sep-05 11:57
charlieg14-Sep-05 11:57 
AnswerRe: help Pin
ThatsAlok14-Sep-05 18:27
ThatsAlok14-Sep-05 18:27 
GeneralRe: help Pin
normanS14-Sep-05 19:31
normanS14-Sep-05 19:31 
QuestionKeep the program evaluating... even when minimized Pin
bugDanny14-Sep-05 9:17
bugDanny14-Sep-05 9:17 
AnswerRe: Keep the program evaluating... even when minimized Pin
-Dy14-Sep-05 9:27
-Dy14-Sep-05 9: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.