Jump to content

Lisps Suddenly not working?


webster

Recommended Posts

I have a couple of lisps that were working 100% perfectly yesterday.

The Lisp's get block name data & count within certain polyline boundaries and then export the breakdown of data into a spreadsheet.

 

Without starting to looking at  code in detail, is there something obvious that could cause this if the LISP codes are unchanged and there have been no software updates?

 

Weird.

Link to comment
Share on other sites

Are you exporting to a csv or direct to Excel. If CSV exists and is read only can cause a problem.

 

Post any Error message on command line.

 

Sent my crystal error ball out to be polished.

Edited by BIGAL
Link to comment
Share on other sites

0. As BIGAL said, if it is not assumed that the file already exists

 

1. In the case of a routine written by directly controlling .xlsx rather than exporting to a .csv file,

Excel cannot be used = the cell contents are being modified, or a message box is displayed. And so on, it doesn't work.

 

2. If Lisp was not used continuously, but was only running well yesterday, variables that did not handle local variables may have had an effect.

 

3. If it only works on certain drawings, it could be if you hardcoded the conditions.

 

4. The code uses visual lisp features, but (vl-load-com) is missing

 

5. When system variables such as LISPSYS are changed

 

6. When saving in VSCODE, unlike when saving in Notepad, characters may be corrupted due to incorrect language settings.

 

7. Try on a PC that does not have Excel installed.

 

8. In the case of alternative CAD, VARIANT VALUE and SAFEARRAY are specified differently depending on the version.

In the case of zwcad, the type restrictions in lisp syntax are more flexible than autocad (In other words, made it roughly and only implemented it...)

but I don't know if this is the case for bricscad as well.

 

9. If you want to process too many drawings at once using script or odbx or something, compared to the PC specifications,

When release is not performed properly after execution.

In this case, it is okay if a list is output when the (gc) command is entered. If it is not normal, nil is returned.

 

I wrote it roughly as it came to mind, so there may be mistakes.

 

 

The best thing to do is upload your code and review it.

Edited by exceed
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...