Siegfried
This is some of the stuff you want.
Paul Lowman
Lowman Consulting Ltd.
Embedded Systems & Software
[EMAIL PROTECTED]
We had the same problem when moving to Service Pack 4 and we found the
cause of the problem.
This is a memory usage re heap allocation. You may be freeing some
memory and referenceing it again later.
On Service Pack 4 you could makea registry setting to use the old heap
allocation model. Apparently an article can be found on the Microsoft
site. The article does not reference ntdll.dll . We actually fouynd
the bug in aour code so we din't need the fix. We were freeing the same
piece of memory twice.
regards tony goodrich
> -----Original Message-----
> From: Steven Wild [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, 5 August 1999 17:12
> To: Multiple recipients of list delphi
> Subject: [DUG]: ntdll.dll
>
> Hi
>
> An NT customer has started getting a the following error message
> when loading our Delphi app:
>
> Error in ntdll.dll .......
> (possibly an accompanied by Exception details)
>
>
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
Check you are not updating a screen type component when it is not visible.
ie this does not work under NT but does work under win95
TMyLabel.visible := FALSE;
TMyLabel.Caption := 'My new caption';
Maurice Butler
Like Magic Ltd
-----Original Message-----
From: INTERNET:[EMAIL PROTECTED]
Sent: Wednesday, June 02, 1999 9:08 PM
To: Multiple recipients of list delphi
Subject: [DUG]: ntdll.dll
Hi all
I have an app running under NT 4.0 sp 4 which went belly up last night with
the following:
EAccessViolation @ etc
... in ntdll.dll
Anyone know what ntdll.dll does ? Any suggestions ?
Thanks for any help
Paul Lowman
software/hardware developer
Lowman Consulting
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
We had this some time ago. It turned out to be an issue
with the registry component in Delphi. We have since switched to a
different one and everything works fine.
Your mileage may vary...
----- Original Message -----
Sent: Thursday, 3 June 1999 13:09
Subject: [DUG]: ntdll.dll
Hi all
I have an app running under NT 4.0 sp 4 which went belly up last night
with the following:
EAccessViolation @ etc
... in ntdll.dll
Anyone know what ntdll.dll does ? Any suggestions ?
Thanks for any help
Paul Lowman software/hardware developer Lowman
Consulting
|