Board index » delphi » Access Violation Delphi 7 In ntdll.dll
Orbit Mark
![]() Delphi Developer |
Orbit Mark
![]() Delphi Developer |
Access Violation Delphi 7 In ntdll.dll2003-07-08 11:54:40 AM delphi220 I am getting an access violation in ntdll.dll somewhere between the 2 following lines: Application.CreateForm(Tform, form); form.ShowModal; This only happens with 1 specific form (that I found so far). Other ShowModal commands do execute. I did not have this problem with D5 (I just upgraded). My OS is W2K Prof. Does anyone know what would cause this problem or what ntdll.dll actually does. Thanks. Mark S |
Orbit Mark
![]() Delphi Developer |
2003-07-09 05:38:09 AM
Re:Access Violation Delphi 7 In ntdll.dll
Thanks Nick,
I did take you advice. Eventually I did discover the problem. I can't explain what happened but I traced the issue to a DBLookupComboBox on the form. I deleted the existing one and replaced it with a new one and the problem went away. Thanks again. Mark S "Nick Hodges (TeamB)" <XXXX@XXXXX.COM>writes QuoteOn Mon, 7 Jul 2003 20:54:40 -0700, "Orbit Mark" |