ASE/ASI API for AutoCAD 2020

ASE/ASI API for AutoCAD 2020

miguel.aguilera
Explorer Explorer
1,275 Views
2 Replies
Message 1 of 3

ASE/ASI API for AutoCAD 2020

miguel.aguilera
Explorer
Explorer

I'm planning to migrate an AutoCAD 2016 ObjectARX application, wich uses ASE/ASI API, to AutoCAD 2020.
The problem is that I can't see neither the corresponding headers nor the aseapi23.lib and asiapi23.lib in the AutoCAD 2020 ObjectARX SDK.
Are those API's deprecated and no longer available or it's available in other location?

Accepted solutions (1)
1,276 Views
2 Replies
Replies (2)
Message 2 of 3

moogalm
Autodesk Support
Autodesk Support
Accepted solution

These API's are deprecated long ago, the current technology available for manipulating the entity links/data
sources etc is CAO API. This API is an ActiveX Automation API, hence can be
used from VLISP, VB or VC++. Please look in the help file  for
more on the CAO API.
And for database access you can use any of the industry standard database
connectivity API's.

 

 

0 Likes
Message 3 of 3

miguel.aguilera
Explorer
Explorer

Thank you very much for the clarifications.

0 Likes