Results 1 to 5 of 5

Thread: DLL to ARX

  1. #1
    I could stop if I wanted to
    Join Date
    2003-03
    Location
    Alberta
    Posts
    260
    Login to Give a bone
    0

    Question DLL to ARX

    I have been experimenting with creating applications in Visual Studio. I can create a DLL and load that into AutoCAD and everything work But how can I create an ARX file rather then a DLL?

  2. #2
    Member
    Join Date
    2003-10
    Posts
    43
    Login to Give a bone
    0

    Default Re: DLL to ARX

    What programming language are you using?
    Dan

  3. #3
    Member Alexander Rivilis's Avatar
    Join Date
    2005-04
    Location
    Ukraine, Kiev
    Posts
    10
    Login to Give a bone
    0

    Default Re: DLL to ARX

    Quote Originally Posted by bweir
    I have been experimenting with creating applications in Visual Studio. I can create a DLL and load that into AutoCAD and everything work But how can I create an ARX file rather then a DLL?
    In order to create arx-file you need download ObjectARX SDK (http://www.objectarx.com), install it, install ObjectARX Wizard and create new project with it. After that read ObjectARX Developer Guide (part of ObjectARX SDK) and you will be ready to create arx-file, that is a sort of dll-file.

  4. #4
    I could stop if I wanted to
    Join Date
    2003-03
    Location
    Alberta
    Posts
    260
    Login to Give a bone
    0

    Default Re: DLL to ARX

    Thanks, I got the SDK. To migrate my souce, do I have to do anything special? (VB.Net, C#.Net)

  5. #5
    Member
    Join Date
    2001-04
    Posts
    32
    Login to Give a bone
    0

    Default Re: DLL to ARX

    Basically re-write it. Arx requires unmanged c++ using the arx libraries.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •