Message 1 of 6
ActiveX and page fault in modile VBA332.dll

Not applicable
03-24-2001
08:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anyone help me with this problem !
My ActiveX session from Excel crashes when i use InsertBlock- method. On on
other machines (NT 4.0) program works but in Win 95 it doesn't. It looks
like i cannot retrieve all properties and methods of AutoCAD 14 (or 2000)
objects through ActiveX.
My program is able to open AutoCAD 14, then open a new drawing, fill in some
attribute-data in certain block, but when inserting a drawing the program
just crashes and gives an error:
"Excel...page fault in module VBA332.DLL"
I have used NukeDLL- program to see what modules are loaded when VBA is
launched and excactly same .DLL:s (and from the same directories) are loaded
when VisualBasic Editor is launched from Excel or AutoCAD 14.
My program also works inside AutoCAD with needed modifications (removing
application object from the beginning of statement like
"acs.activedocument.insertblock......"
My ActiveX session from Excel crashes when i use InsertBlock- method. On on
other machines (NT 4.0) program works but in Win 95 it doesn't. It looks
like i cannot retrieve all properties and methods of AutoCAD 14 (or 2000)
objects through ActiveX.
My program is able to open AutoCAD 14, then open a new drawing, fill in some
attribute-data in certain block, but when inserting a drawing the program
just crashes and gives an error:
"Excel...page fault in module VBA332.DLL"
I have used NukeDLL- program to see what modules are loaded when VBA is
launched and excactly same .DLL:s (and from the same directories) are loaded
when VisualBasic Editor is launched from Excel or AutoCAD 14.
My program also works inside AutoCAD with needed modifications (removing
application object from the beginning of statement like
"acs.activedocument.insertblock......"