Need to run .lsp files in bricsys cad

Hi,
Is there any predefined settings to run .lsp files on bricsys cad?
I am running small project with .lsp files which is working on Autocad (V2023) but whenever i ran that files on bricsys cad it is not working.
anyone help me in this?

PS:
1. I tried on both A.cad and B.cad
2. debug on VLIDE as well as on BLADE

Comments

  • Can you post the lisp file? No way to determine what the problem is without having either the lisp file or more information like error messages. You don't even say what the code is trying to do.
  • martin@enco.us
    sorry, I will describe exact problem or will share lsp file.
    till then sharing you snap of code where exact I am getting error while running on BCad.
    but in autocad it is working.

  • Anthony Apostolaros
    edited January 2023
    It might help to see the lisp function that assigns a selection set to the symbol "sset," since the value in that symbol appears to be the source of the error code.
  • @Anthony Apostolaros
    I will share the piece of code that it useful to understand the problem.
    Actually I am quite new to Lisp coding so it will take time.
    but this functionality is working in Autocad