Click here to Skip to main content
15,912,578 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC Splitter - messages Pin
led mike12-Jun-06 7:56
led mike12-Jun-06 7:56 
GeneralRe: MFC Splitter - messages Pin
Vaclav12-Jun-06 8:31
Vaclav12-Jun-06 8:31 
GeneralRe: MFC Splitter - messages Pin
led mike12-Jun-06 8:52
led mike12-Jun-06 8:52 
QuestionHow to create a setup package to my C++ App ( i created it wusing VS C++ 6 ) Pin
Mahhouraaaaaa12-Jun-06 7:35
Mahhouraaaaaa12-Jun-06 7:35 
AnswerRe: How to create a setup package to my C++ App ( i created it wusing VS C++ 6 ) Pin
Chris Losinger12-Jun-06 7:36
professionalChris Losinger12-Jun-06 7:36 
GeneralRe: How to create a setup package to my C++ App ( i created it wusing VS C++ 6 ) Pin
Mahhouraaaaaa12-Jun-06 7:42
Mahhouraaaaaa12-Jun-06 7:42 
AnswerRe: How to create a setup package to my C++ App ( i created it wusing VS C++ 6 ) Pin
Hamid_RT12-Jun-06 19:03
Hamid_RT12-Jun-06 19:03 
Questionntdll RtlEnterCritialSection [modified] Pin
tbrake12-Jun-06 6:28
tbrake12-Jun-06 6:28 
Hallo

After working for years my Software is ready. But it is not running on all Window machines. Especially Win2000 and WinXp cant start the software.

DrWatson tells me ntdll.dll 0x0000005 RtlEnterCritialSection

Ok some Access violation in ntdll but can i figure out what problem i realy have and what to do to fix it.



THX Timen

-- modified at 14:51 Monday 12th June, 2006


So here is the DrWatson result

<br />
*----> Statusabbild für Threadkennung 0x284 <----*<br />
<br />
eax=00000020 ebx=0013f360 ecx=7ffdf000 edx=00000020 esi=00000000 edi=0013f364<br />
eip=7c911010 esp=0013f2f0 ebp=0013f330 iopl=0         nv up ei pl nz na pe nc<br />
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000202<br />
<br />
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\WINDOWS\system32\ntdll.dll - <br />
Funktion: ntdll!RtlEnterCriticalSection<br />
        7c910ffc 0000             add     [eax],al<br />
        7c910ffe 0000             add     [eax],al<br />
        7c911000 90               nop<br />
        7c911001 90               nop<br />
        7c911002 90               nop<br />
        7c911003 90               nop<br />
        7c911004 90               nop<br />
        ntdll!RtlEnterCriticalSection:<br />
        7c911005 648b0d18000000   mov     ecx,fs:[00000018]<br />
        7c91100c 8b542404         mov     edx,[esp+0x4]<br />
FEHLER ->7c911010 837a1400      cmp dword ptr [edx+0x14],0x0 ds:0023:00000034=????????<br />
        7c911014 754f             jnz   ntdll!RtlEnterCriticalSection+0x60 (7c911065)<br />
        7c911016 f0ff4204         lock    inc dword ptr [edx+0x4]<br />
        7c91101a 7519             jnz   ntdll!RtlEnterCriticalSection+0x30 (7c911035)<br />
        7c91101c 8b4124           mov     eax,[ecx+0x24]<br />
        7c91101f 89420c           mov     [edx+0xc],eax<br />
        7c911022 c7420801000000   mov     dword ptr [edx+0x8],0x1<br />
        7c911029 33c0             xor     eax,eax<br />
        7c91102b c20400           ret     0x4<br />
        7c91102e 8da42400000000   lea     esp,[esp]<br />
        7c911035 8b4124           mov     eax,[ecx+0x24]<br />



And how to figure out witch thread is meant - or what to do against it ??

THX Timen
AnswerRe: ntdll RtlEnterCritialSection Pin
Zac Howland12-Jun-06 6:42
Zac Howland12-Jun-06 6:42 
AnswerRe: ntdll RtlEnterCritialSection Pin
James R. Twine12-Jun-06 6:56
James R. Twine12-Jun-06 6:56 
AnswerRe: ntdll RtlEnterCritialSection Pin
Stephen Hewitt12-Jun-06 14:59
Stephen Hewitt12-Jun-06 14:59 
Questionarray of char-newbie Pin
antonaras12-Jun-06 5:01
antonaras12-Jun-06 5:01 
AnswerRe: array of char-newbie Pin
Viorel.12-Jun-06 5:07
Viorel.12-Jun-06 5:07 
AnswerRe: array of char-newbie Pin
Justin Tay12-Jun-06 5:08
Justin Tay12-Jun-06 5:08 
AnswerRe: array of char-newbie Pin
toxcct12-Jun-06 5:20
toxcct12-Jun-06 5:20 
GeneralRe: array of char-newbie Pin
antonaras12-Jun-06 6:19
antonaras12-Jun-06 6:19 
GeneralRe: array of char-newbie Pin
toxcct12-Jun-06 6:24
toxcct12-Jun-06 6:24 
GeneralRe: array of char-newbie Pin
David Crow12-Jun-06 8:34
David Crow12-Jun-06 8:34 
AnswerRe: array of char-newbie Pin
Zac Howland12-Jun-06 5:29
Zac Howland12-Jun-06 5:29 
GeneralRe: array of char-newbie Pin
antonaras12-Jun-06 6:22
antonaras12-Jun-06 6:22 
GeneralRe: array of char-newbie Pin
Zac Howland12-Jun-06 6:32
Zac Howland12-Jun-06 6:32 
AnswerRe: array of char-newbie Pin
James R. Twine12-Jun-06 6:53
James R. Twine12-Jun-06 6:53 
GeneralRe: array of char-newbie Pin
jhwurmbach21-Jun-06 22:01
jhwurmbach21-Jun-06 22:01 
JokeRe: array of char-newbie Pin
James R. Twine21-Jun-06 23:48
James R. Twine21-Jun-06 23:48 
GeneralRe: array of char-newbie Pin
Nish Nishant12-Jun-06 8:50
sitebuilderNish Nishant12-Jun-06 8:50 

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.