Search the Community
Showing results for tags 'debug'.
-
Lisp error: bad argument type: stringp nil
archiprodesign posted a topic in AutoLISP, Visual LISP & DCL
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...- 4 replies
-
- stringp nil
- lisp
-
(and 3 more)
Tagged with:
-
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?
-
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...
- 12 replies
-
- crash
- application error
-
(and 1 more)
Tagged with:
-
Tutorial: Debugging Code with the Visual LISP Editor
Lee Mac posted a topic in AutoLISP, Visual LISP & DCL
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... -
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...