See the top rated post in this thread. Click here

Results 1 to 10 of 27

Thread: DotNet Visual Lisp

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Member
    Join Date
    2003-10
    Posts
    43
    Login to Give a bone
    0

    Default DotNet Visual Lisp

    I would like to see the DotNet support interaction with Visual Lisp. It would make the transition a go little easier for us lispers

    Daniel

  2. #2
    Member scottden6734's Avatar
    Join Date
    2000-12
    Location
    Terrell, TX
    Posts
    2
    Login to Give a bone
    0

    Default Re: DotNet Visual Lisp

    I think I would rather see autocad support .NET fully. Maybe even VBA.NET?

  3. #3
    100 Club
    Join Date
    2000-11
    Location
    Adelaide, South Australia
    Posts
    116
    Login to Give a bone
    0

    Default Re: DotNet Visual Lisp

    Quote Originally Posted by scottden
    I think I would rather see autocad support .NET fully. Maybe even VBA.NET?
    Visual Studio Tools for Applications is the .NET equivalent of VBA and provides both VB & C# syntax. Personally I think if lispers want to use the .NET API they should learn VB or C#. I think Autodesk should focus effort on improving the .NET API and developing comprehensive documentation independent of the ObjectARX documentation.

    Regards - Nathan

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

    Default Re: DotNet Visual Lisp

    Let me clarify, I think the .NET API should be able to interact with visual lisp the way ObjectARX can. I.e. like acedDefun() calls. If I can build one function at a time using C#, it would make porting lisp applications much easier.

  5. #5
    Certifiable AUGI Addict
    Join Date
    2015-11
    Location
    Jo'burg SA
    Posts
    4,512
    Login to Give a bone
    0

    Default Re: DotNet Visual Lisp

    Should be no reason anymore for not having this. .NET is even already available in CommonLisp (although the extension won't work as-is in AutoLisp). See this (http://www.weitz.de/rdnzl/).

    Unfortunately AutoLisp is quite far removed from CommonLisp after 20+ years of seperate development. Not to mention that ADesk only used a portion of LISP to begin with when they created their ALisp interpreter.

    But as can shown by this extension, it should not be that difficult to implement even in ALisp / VLisp. Basically just a form of interface to the .NET libraries. Very much the same as the VLisp's vlax mehods which interface with the COM / ActiveX libraries.

  6. #6
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,719
    Login to Give a bone
    0

    Default Re: DotNet Visual Lisp

    Quote Originally Posted by irneb View Post
    Should be no reason anymore for not having this. .NET is even already available in CommonLisp (although the extension won't work as-is in AutoLisp). See this (http://www.weitz.de/rdnzl/).
    Admittedly, .NET & RDNZL are both a bit over my head, but I would like very much to learn (and have access to) .NET for my work. I am presently relegated to using VLIDE.

    Can you (or someone else?) clarify if RDNZL provides the capability to manipulate the SSM / .DST?

    I have been wanting to do this for a very long time using Visual LISP, and have been informed that only .NET has this capability. If RDNZL is unable, then I might try adding Visual LISP support for SSM / .DST to the API Wish List!?

    Any feedback would be greatly appreciated.
    "How we think determines what we do, and what we do determines what we get."

    Sincpac C3D ~ Autodesk Exchange Apps

    Computer Specs:
    Dell Precision 3660, Core i9-12900K 5.2GHz, 64GB DDR5 RAM, PCIe 4.0 M.2 SSD (RAID 0), 16GB NVIDIA RTX A4000

Similar Threads

  1. visual lisp editor should be like visual studio
    By Wish List System in forum AutoCAD Wish List
    Replies: 1
    Last Post: 2011-11-17, 05:33 PM
  2. Programacion en Lisp y Visual Lisp
    By ralmavar in forum AutoCAD General
    Replies: 7
    Last Post: 2009-06-15, 01:52 PM
  3. Visual LISP vs VBA
    By lxpichet in forum AutoCAD Customization
    Replies: 14
    Last Post: 2009-04-07, 10:56 PM
  4. Visual LISP: If and then?
    By mikelf in forum AutoLISP
    Replies: 4
    Last Post: 2008-04-17, 10:46 PM
  5. Replies: 2
    Last Post: 2008-02-01, 09:05 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
  •