Jump to content

Search the Community

Showing results for tags 'debug'.

  • Search By Tags

    • debug ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 5 results

  1. When i run a lisp om my computer it gives me an error. the first problem was a missing font ic-romand (i renamed another font to continue). I included the files as attatchment. The path to files should be:C:\Program Files (x86)\ProgeCAD\progeCAD 2014 Professional ENG\Program. With appload i load the...
  2. Jozi68

    Cannot debug

    When I click on Start in VS, I get a message: Visual Studio cannot debug because the debug target '"C\Program Files\Autodesk\AutoCAD 2015\acad.exe"' is not an EXE file. Any ideas anyone?
  3. I bought a new computer with windows 7, 64 BIT and autocad keeps having an issue. I insert any JPEG and as soon as I do a window pops up and says an application stopped running and gives me two options, Debug or close program. I tried re-installing and repairing autocad. It is driving me crazy! Plea...
  4. Just finished writing this tutorial with the aim to provide an overview of the various ways to debug code using the Visual LISP Editor. I've tried to incorporate many facilities of the VLIDE into the tutorial, so excuse me if it seems a tad drawn out in places. Of course, comments for improv...
  5. I'm running AutoCad Architecture 2013 on Win7 64bit. Installed VBA enabler for Acad2013 64bit version. When start the simple code below: Sub Example_GetPoint() Dim retPnt As Variant retPnt = ThisDrawing.Utility.GetPoint(, "Enter a point: ") ... ... ... ... End Sub It hangs...
×
×
  • Create New...