Recent Posts

Pages: [1] 2 3 ... 10
1
Runtime/AutoLISP / ZwCAD crash with dcl-Grid-SetCellStyle 32 and 33
« Last post by Joseph on September 20, 2023, 10:51:40 PM »
I have a custom layer properties grid.
Code: [Select]
(dcl-Grid-SetCellStyle myGrig row col 32) ;LineWeight cell style
(dcl-Grid-SetCellStyle myGrig row col 33) ;LineType cell style
When I click on a cell with cell style 32 and 33 the ZwCAD 2022 and also 2023 crashes. (BricsCAD and AutoCAD does not crash)
It was tested with OpenDCL 9.2.1.2 and 9.1.5.2
2
Runtime/AutoLISP / Re: ZwCAD slow ResultBuffer after OpenDCL ZRX load
« Last post by Joseph on September 15, 2023, 10:54:30 PM »
I made some tests, loading ZRX files from the ZwCAD installation folder and the performance remains fast.
After loading the OpenDCL ZRX the performance became slow.
Maybe the OpenDCL ZRX has a bug.
3
Runtime/AutoLISP / ZwCAD slow ResultBuffer after OpenDCL ZRX load
« Last post by Joseph on September 15, 2023, 01:11:35 AM »
In ZwCAD there is a strange behaviour with resultbuffer if the OpenDCL ZRX loaded.
Here is a simple dot net sample code:

Code: [Select]
[LispFunction("GetMyString")]
public static string GetMyString(ResultBuffer resBufIn)
{
    return "MyString";
}

Lets call this function 10.000 times:

(repeat 10000 (GetMyString))

It the OpenDCL ZRX is NOT loaded the performance is like 0.25 seconds.
It the OpenDCL ZRX is LOADED the performance is like 2.00 seconds.
The performance results are the same for ZwCAD 2022, 2023 and 2024.

OpenDCL or ZwCAD bug?

Update:
Maybe a ZwCAD bug.
If I load additional VLS files with lot of lisp codes the performance becomes slower.
4
Runtime/AutoLISP / Re: Runtime for BricsCAD V24 beta
« Last post by DW on September 13, 2023, 02:52:17 AM »
Appreciate your work... thanks for the update Owen  :)
5
Runtime/AutoLISP / Re: Runtime for BricsCAD V24 beta
« Last post by Mike Dennis on September 12, 2023, 04:57:29 PM »
You guys are great!! Thank you very much!!
6
Runtime/AutoLISP / Re: Can OpenDCL support GstarCAD from China?
« Last post by sysuwzx on September 06, 2023, 09:41:49 PM »
Thank you! It works!
7
Runtime/AutoLISP / Re: Runtime for BricsCAD V24 beta
« Last post by Mike Dennis on September 05, 2023, 01:08:17 PM »

Hmm... the lastest 9.2.1.1 runtime does not work with the latest BricsCAD beta, 24.1.03-1 released on 9.4.23

Mike
8
Runtime/AutoLISP / Re: Can OpenDCL support GstarCAD from China?
« Last post by owenwengerd on August 14, 2023, 07:26:00 PM »
Please check the latest development build. That one should include the GstarCAD 2023 runtime module as well.
9
Runtime/AutoLISP / Re: Can OpenDCL support GstarCAD from China?
« Last post by sysuwzx on August 14, 2023, 06:10:32 PM »
Thanks~ the latest file is "OpenDCL.x64 .2019.grx", can it be update to the latest version (GstartCAD 2023). I can do the test
10
Runtime/AutoLISP / Re: Can OpenDCL support GstarCAD from China?
« Last post by owenwengerd on August 11, 2023, 05:52:41 PM »
The OpenDCL Runtime includes runtime modules for GStarCAD, however I don't have the ability to test it, and I have no idea whether it works in recent versions.
Pages: [1] 2 3 ... 10