ObjectARX
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

write a C++ program and do an ARX

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

write a C++ program and do an ARX

Can anyone help me to anderstand how can I write e C++ program and do an

arx.

I use autolisp from 12 year and I have many routine very helpfull for my job

but I will do something mor complex.

Are theese steps correct?

1- I write the C++ code with an compiler (wich is better?)

2- I compile an arx (is any compiler helpfull?)

3- I load my new function in autocad (how can I call this new function by

autolisp?)


Thank you

Davide


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

Davide,

To write an arx application, you must have microsoft visual C++ version 6.
The standard edition will work fine. Once you get the compiler, go to
autodesk's web site and download the ObjectARX API for the version of
AutoCAD you are trying to program. There are help files and tutorials in
there that should get you started.

Hope this helps.

Jon Rizzo
Langan Engineering and Environmental Services, Inc.


"davide vianello" wrote in message
news:f0b3ef6.-1@WebX.maYIadrTaRb...
> Can anyone help me to anderstand how can I write e C++ program and do an
>
> arx.
>
> I use autolisp from 12 year and I have many routine very helpfull for my
job
>
> but I will do something mor complex.
>
> Are theese steps correct?
>
> 1- I write the C++ code with an compiler (wich is better?)
>
> 2- I compile an arx (is any compiler helpfull?)
>
> 3- I load my new function in autocad (how can I call this new function by
>
> autolisp?)
>
>
>
> Thank you
>
> Davide
>
>
>
Message 3 of 3
Anonymous
in reply to: Anonymous

"Jon Rizzo" wrote in message
news:357D655686379836B21D9ABF6C6A7C66@in.WebX.maYIadrTaRb...
>
> Davide,
>
> To write an arx application, you must have microsoft visual C++ version 6.
> The standard edition will work fine. Once you get the compiler, go to
> autodesk's web site and download the ObjectARX API for the version of
> AutoCAD you are trying to program. There are help files and tutorials in
> there that should get you started.
>
> Hope this helps.
>
> Jon Rizzo
> Langan Engineering and Environmental Services, Inc.

And there's a Wizard that will build a skeleton of your application. And it
brings a new tollbar into your VC. With this toolbar you will be able to add
new commands to your application with just one click. All you need is write
your code in functions.

Good luck!


> "davide vianello" wrote in message
> news:f0b3ef6.-1@WebX.maYIadrTaRb...
> > Can anyone help me to anderstand how can I write e C++ program and do an
> >
> > arx.
> >
> > I use autolisp from 12 year and I have many routine very helpfull for my
> job
> >
> > but I will do something mor complex.
> >
> > Are theese steps correct?
> >
> > 1- I write the C++ code with an compiler (wich is better?)
> >
> > 2- I compile an arx (is any compiler helpfull?)
> >
> > 3- I load my new function in autocad (how can I call this new function
by
> >
> > autolisp?)
> >
> >
> >
> > Thank you
> >
> > Davide
> >
> >
> >
>
>

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

Post to forums  

Autodesk Design & Make Report

”Boost