Message 1 of 11
Delphi toolbar OnClose

Not applicable
08-19-2000
01:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello.
I have created a Delphi toolbar that gets loaded in AutoCAD address
space via GetInterfaceObject. The toolbar is working without problem
with AutoCAD 14.01. I am running tests with AutoCAD 2000 and am getting
(among a lot other) an error after the OnClose and before the OnDestroy
handlers. I am using Delphi 4.
AutoCAD disapears and shows the following error: "ERROR FATAL: Unhandled
Access Violation Reading Oxffffffff Exception at 53b31ch".
From my point of view, this is a "dangled" pointer in AutoCAD 2000.
I am getting angry with AutoCAD 2000, the object model was changed for
good, but there are other changes that are not documented and that are
pointless. Hope to be patient enough.
Thanks for any help, Pablo.
I have created a Delphi toolbar that gets loaded in AutoCAD address
space via GetInterfaceObject. The toolbar is working without problem
with AutoCAD 14.01. I am running tests with AutoCAD 2000 and am getting
(among a lot other) an error after the OnClose and before the OnDestroy
handlers. I am using Delphi 4.
AutoCAD disapears and shows the following error: "ERROR FATAL: Unhandled
Access Violation Reading Oxffffffff Exception at 53b31ch".
From my point of view, this is a "dangled" pointer in AutoCAD 2000.
I am getting angry with AutoCAD 2000, the object model was changed for
good, but there are other changes that are not documented and that are
pointless. Hope to be patient enough.
Thanks for any help, Pablo.