Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ADS Programming explanation

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
252 Views, 2 Replies

ADS Programming explanation

I am fairly new to all this language talk. I can't seem to find out exactly what constitutes an ADS program and how to use it in a lisp program. Any help would be appreciated.

Thanx
2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: Anonymous

KCCINC wrote: > I am fairly new to all this language talk. I can't seem to find out exactly what constitutes an ADS program and how to use it in a lisp program. Any help would be appreciated. > > Thanx Well, I wouldn't recommend learning ADS as it went out with R14. You can define functions from ObjectARX (ADS's replacement) that you can call from lisp. First thing you're going to need is Visual C++ 6.0 for AutoCAD 2000-2002 or Visual C++ .NET 7.0 for 2004-2005. If you don't have either then you've got some significant leg work to do because neither are currently available versions. You'll need to purchase the current version and downgrade it (not sure if you can still downgrade to 6.0 though). Download and install the ObjectARX SDK. In the Developer's help file look up 'Chapter 3 -- ObjectARX Application Basics' -> 'Running ObjectARX Applications from AutoLISP' I recommend you install the ObjectARX wizard in the ..\utils\ObjARXWiz folder. The ObjectARX wizard can help you create and arx project and simplify the task of adding the lisp functions via acedDefun(). -- Best regards, Byron Blattel CADwerx--Applications for AutoCAD Autodesk Registered Developer Contact Info @ http://www.cadwerx.net Custom Programming Services - ObjectARX/C++/MFC/ASP/STL/ATL/ISAPI...
Message 3 of 3
Anonymous
in reply to: Anonymous

Thanx Byron, I will give it a shot.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

AutoCAD Inside the Factory


Autodesk Design & Make Report