Results 1 to 4 of 4

Thread: Where to start/What to install

  1. #1
    Woo! Hoo! my 1st post
    Join Date
    2016-04
    Posts
    1
    Login to Give a bone
    0

    Default Where to start/What to install

    All,

    Please bear with me; I am an ultra-new to programming and even AutoCAD in general (recent college grad). I have done research, and have concluded that VB .NET or C++ is the language I need to learn to program in AutoCAD because of the functionality over AutoLisp or VisualLisp. That being said, my company is running AutoCAD Civil 3D 2011 and isn't looking to upgrade soon. What do I need to install in order to start my journey into the programming world? Here is what I have come up with through research:

    AutoCAD ObjectARX SDK 2011 (this year/release should always be consistent with the year of AutoCAD I am using correct)
    Visual Studio Express 2008 (this enables compatibility with the objectARX SDK above, or could I install the most recent Visual Studio because it is backwards compatible?)
    AutoCAD DotNET Wizards 2010-2012 (this will simplify my use of the ObjectARX SDK through Visual Studio)

    Let me know if I am way off or if I am on the right track,

    Thanks in advance

  2. #2
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,100
    Login to Give a bone
    0

    Default Re: Where to start/What to install

    This sounds about right, but I don't program too often in .NET.
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  3. #3
    AUGI Addict
    Join Date
    2015-12
    Posts
    2,095
    Login to Give a bone
    0

    Default Re: Where to start/What to install

    Looks right here, too, although I'd recommend learning C# over VB.NET, and either of those over C++ (you *really* need to be on the ball for that).

    Since you are new to programming I'd skip the AutoCAD and especially the Civil3D customization for now. Learn the basics in C# or VB.NET without regard to AutoCAD so when you start looking at the API you understand what a method is, why certain properties are public and others not, and so on.

  4. #4
    Member
    Join Date
    2015-10
    Posts
    4
    Login to Give a bone
    0

    Default Re: Where to start/What to install

    If you are going to go with the .NET route and not C++ then skip Visual Studio Express 2008 and instead download Visual Studio 2015 Community Edition. It is basically the professional version. You can set your framework version to match up with what is needed for AutoCAD 2011 and it will still work correctly as long as you use the correct Autocad SDK. If you are going to program with C++ then you will need the correct version of Visual Studio which you have already figured out.

Similar Threads

  1. script pro install at start up
    By randyspear in forum AutoLISP
    Replies: 1
    Last Post: 2011-03-09, 05:17 PM
  2. 2011: ACA 2010 - Install express tools after install
    By shane.249457 in forum ACA General
    Replies: 3
    Last Post: 2010-07-14, 03:15 PM
  3. Bad install?
    By zride91 in forum AMEP General
    Replies: 8
    Last Post: 2010-03-15, 06:21 PM
  4. Fresh install or Install over?
    By Danny_Sim in forum Revit Architecture - General
    Replies: 6
    Last Post: 2005-01-26, 03:27 PM
  5. 6.1 Install
    By PeterJ in forum Revit Architecture - General
    Replies: 34
    Last Post: 2004-03-22, 09:19 PM

Posting Permissions

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