Author Topic: Vlide can display "Stack of Call/s" inside autolisp?  (Read 912 times)

0 Members and 1 Guest are viewing this topic.

d2010

  • Bull Frog
  • Posts: 326
Vlide can display "Stack of Call/s" inside autolisp?
« on: August 20, 2022, 03:10:43 PM »
Hello
The Autocad.R14 was very powerful,in years 1995-2000, I think AutoLISP,  can display "Stack of Calls:", after the crash inside *error*.
The Vlide.dll inside AutoCad2010 ,, do not display "Stack of Call/s", maybe
the "S-of-C" is considered to obsolete -or too old for future language.

Code: [Select]
After many year/s C# display "Stack of Call/s"
Unhandled Exception: System.MissingMethodException: Method not found:
em.Windows.Input.CommandBinding..ctor(System.Windows.Input.ICommand, S
ows.Input.ExecutedRoutedEventHandler)'.
   at HelixToolki.HelixViewport3D..ctor()
   at Graph3D_implementation______.Graph3DWindow.InitMainGraphControl(
   at GraphBase.GMainWindow..ctor()
   at Graph3D_implementation______.Graph3DWindow..ctor()
   at Graph3D_implementation______.Graph3D_implementation______.InitAp
   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext execution
ontextCallback callback, Object state, Boolean ignoreSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext execution
ontextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()
:rip: Now NetLoad.arx can display "Stack of Call/s?"
:rip: The "Stack of Call/s" is good enough for future new programming languages?
  (e.g Julia, Kotlin, php, or Java)

Ps= The subject" Stack of Call/s": at means "Top of Call/s"
« Last Edit: August 20, 2022, 03:18:23 PM by d2010 »