Author Topic: XDRX-API specific section?  (Read 4699 times)

0 Members and 1 Guest are viewing this topic.

Hugo

  • Bull Frog
  • Posts: 433
Re: XDRX-API specific section?
« Reply #30 on: December 02, 2023, 01:19:23 PM »
Thanks, it worked now
WIN11 has a problem with this

Hugo

  • Bull Frog
  • Posts: 433
Re: XDRX-API specific section?
« Reply #31 on: December 02, 2023, 01:32:28 PM »
Now there is a ZWCAD error
Thanks

xdcad

  • Swamp Rat
  • Posts: 505
Re: XDRX-API specific section?
« Reply #32 on: December 02, 2023, 04:00:19 PM »
Thanks, it worked now
WIN11 has a problem with this

thanks...

1. I have not installed WIN11. Do you mean that under WIN11, the installation program prompts an error, but WIN10 is normal?

2.Don’t you use AUTOCAD? The ZWCAD version of ZRX has just been transplanted and no testing has been done yet.

3. I am very curious. The API installation program does not provide xdrx.2024.x64.zrx. Is there this program under your installation directory SYS?

4. If you get an error when loading under ZWCAD, download the attachment, overwrite the files in it to the SYS directory of the API, and test it. I just debugged it under ZWCAD on my machine. Here I am. xd-lisp-lib.vls can be loaded.

5.It is recommended that you still use AUTOCAD. After all, the API has been working under it for 20 years, and ZW has just been transplanted and needs to be tested. There is no guarantee that the problem is a ZW compatibility issue or an API problem.

Thanks again....

Please download the attachment file from https://www.theswamp.org/index.php?topic=58808.0
in this post, including the new version of ZRX, but the attachment is not provided here.
« Last Edit: December 02, 2023, 04:13:31 PM by xdcad »
The code I wrote uses XDRX-API,which can be downloaded from github.com and is updated at any time.
===================================
https://github.com/xdcad
https://sourceforge.net/projects/xdrx-api-zip/
http://bbs.xdcad.net

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8768
  • AKA Daniel
Re: XDRX-API specific section?
« Reply #33 on: December 02, 2023, 04:22:06 PM »
Just a note GstarCAD has been doing great work too, they appear to have more of the geometry classes done than ZwCAD.

FYI, I noticed ZwCAD has a bug with acedDefun / acedGetFunCode and dynamically creating lisp functions
I emailed them but got no response.

Have you tried to port to BricsCAD?
 

xdcad

  • Swamp Rat
  • Posts: 505
Re: XDRX-API specific section?
« Reply #34 on: December 02, 2023, 04:27:32 PM »
Just a note GstarCAD has been doing great work too, they appear to have more of the geometry classes done than ZwCAD.

FYI, I noticed ZwCAD has a bug with acedDefun / acedGetFunCode and dynamically creating lisp functions
I emailed them but got no response.

Have you tried to port to BricsCAD?

Thanks Daniel,
I will transplant other CADs if possible, but I haven’t had time to do it yet.

I can get in touch with the development of ZWCAD, we use WeChat
If possible, I can relay your question to them
The code I wrote uses XDRX-API,which can be downloaded from github.com and is updated at any time.
===================================
https://github.com/xdcad
https://sourceforge.net/projects/xdrx-api-zip/
http://bbs.xdcad.net

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8768
  • AKA Daniel
Re: XDRX-API specific section?
« Reply #35 on: December 02, 2023, 04:56:53 PM »
I sent ZwCAD a list of failing tests in my python wrappers.
I marked some that I felt were important, I.e., acdbConvertGelibCurveToAcDbCurve and some others

No worries though, ZRX is good enough for most things

Hugo

  • Bull Frog
  • Posts: 433
Re: XDRX-API specific section?
« Reply #36 on: December 03, 2023, 02:19:52 AM »
hallo
1. Extracting in Win11 doesn't work properly

2. We want to move away from Autocad and switch to ZWCAD.
3. yes
4. I'll test that out, thanks
5. see point 2

Hugo

  • Bull Frog
  • Posts: 433
Re: XDRX-API specific section?
« Reply #37 on: December 03, 2023, 02:31:39 AM »
Hi Daniel
We have had ZWCAD since the 2017 version
And it's getting better and better, we're happy with it.

xdcad

  • Swamp Rat
  • Posts: 505
Re: XDRX-API specific section?
« Reply #38 on: December 03, 2023, 03:52:50 AM »
hallo
1. Extracting in Win11 doesn't work properly

2. We want to move away from Autocad and switch to ZWCAD.
3. yes
4. I'll test that out, thanks
5. see point 2

Okay, if you encounter any problems under ZWCAD, please post it and I will try my best to solve it after I see it.
The code I wrote uses XDRX-API,which can be downloaded from github.com and is updated at any time.
===================================
https://github.com/xdcad
https://sourceforge.net/projects/xdrx-api-zip/
http://bbs.xdcad.net

Hugo

  • Bull Frog
  • Posts: 433
Re: XDRX-API specific section?
« Reply #39 on: December 03, 2023, 04:10:48 AM »
OK, I'll do it, thank you

Hugo

  • Bull Frog
  • Posts: 433
Re: XDRX-API specific section?
« Reply #40 on: December 03, 2023, 11:32:17 AM »
Do you also have a few examples where you can rotate the block and the attribute always remains readable
Danke

xdcad

  • Swamp Rat
  • Posts: 505
Re: XDRX-API specific section?
« Reply #41 on: December 03, 2023, 11:56:55 AM »
Do you also have a few examples where you can rotate the block and the attribute always remains readable
Danke

Do you mean that no matter how the block is rotated, the attribute text always remains horizontal?
Please upload a BLOCK DWG
The code I wrote uses XDRX-API,which can be downloaded from github.com and is updated at any time.
===================================
https://github.com/xdcad
https://sourceforge.net/projects/xdrx-api-zip/
http://bbs.xdcad.net

Hugo

  • Bull Frog
  • Posts: 433
Re: XDRX-API specific section?
« Reply #42 on: December 03, 2023, 12:56:29 PM »
anbei die dwg

xdcad

  • Swamp Rat
  • Posts: 505
The code I wrote uses XDRX-API,which can be downloaded from github.com and is updated at any time.
===================================
https://github.com/xdcad
https://sourceforge.net/projects/xdrx-api-zip/
http://bbs.xdcad.net

Hugo

  • Bull Frog
  • Posts: 433
Re: XDRX-API specific section?
« Reply #44 on: December 04, 2023, 12:15:18 AM »
Unfortunately not quite tomorrow
I get an error message