Recent

Author Topic: CAD program written in Lazarus / FPC  (Read 188654 times)

RastaManKing

  • New Member
  • *
  • Posts: 14
Re: CAD program written in Lazarus / FPC
« Reply #210 on: December 03, 2018, 08:20:15 pm »
Hi all!
New release https://github.com/zamtmn/zcad/releases/tag/0.9.8.4
pretty great project! some people say pascal is dead, but here you are making advanced programs, multiplatform, and native, what a great language!
long live pascal!

zamtmn

  • Hero Member
  • *****
  • Posts: 594
Re: CAD program written in Lazarus / FPC
« Reply #211 on: December 03, 2018, 09:29:38 pm »
What is DXF and DWG version supports?
dxf2000. I can add newer versions of dxf. But without the implementation of new primitives and opportunities, it is only a formality
I refused dwg support, it takes too much strength and can be read only

pretty great project!
Thanks!

zamtmn

  • Hero Member
  • *****
  • Posts: 594
Re: CAD program written in Lazarus / FPC
« Reply #212 on: October 03, 2019, 08:32:11 pm »
Hi all!
After a long break, continued development.
New GUI elements - tool palettes. Configured as xml files, can be as ListView and as TreeView with preview and filtering.
Any command can be bind to elements
« Last Edit: October 03, 2019, 08:34:12 pm by zamtmn »

schuler

  • Full Member
  • ***
  • Posts: 223
Re: CAD program written in Lazarus / FPC
« Reply #213 on: October 08, 2019, 12:54:49 pm »
Cool! A star for the repo!

benohb

  • Full Member
  • ***
  • Posts: 213
Re: CAD program written in Lazarus / FPC
« Reply #214 on: October 11, 2019, 05:03:12 am »
Good  :)

JanRoza

  • Hero Member
  • *****
  • Posts: 672
    • http://www.silentwings.nl
Re: CAD program written in Lazarus / FPC
« Reply #215 on: October 11, 2019, 12:39:42 pm »
Would it be possible to include compiled program on Github as well? Not everyone wants to install all the needed packages in Lazarus just to give zcad a try. It looks impressive looking at the screenshots.
OS: Windows 10 (64 bit) / Linux Mint (64 bit)
       Lazarus 3.2 FPC 3.2.2
       CodeTyphon 8.40 FPC 3.3.1

zamtmn

  • Hero Member
  • *****
  • Posts: 594
Re: CAD program written in Lazarus / FPC
« Reply #216 on: October 11, 2019, 03:17:23 pm »
JanRoza
 Include executable in the repository is wrong. Sometimes I publish "releases", but not often. Soon there will be next "release" when I finish a fully customizable context menu.

 Perhaps there are services that automatically build sources for FPC like Travis?

benohb, schuler
Thanks!

JanRoza

  • Hero Member
  • *****
  • Posts: 672
    • http://www.silentwings.nl
Re: CAD program written in Lazarus / FPC
« Reply #217 on: October 11, 2019, 05:32:00 pm »
I understand, I'll wait till your next release then.
OS: Windows 10 (64 bit) / Linux Mint (64 bit)
       Lazarus 3.2 FPC 3.2.2
       CodeTyphon 8.40 FPC 3.3.1

zamtmn

  • Hero Member
  • *****
  • Posts: 594
Re: CAD program written in Lazarus / FPC
« Reply #218 on: February 17, 2020, 10:38:58 pm »
Hi all!
New release 0.9.8.5 https://github.com/zamtmn/zcad/releases/tag/0.9.8.5 There is nothing new, just fixes and improvements

jcarlos77

  • Newbie
  • Posts: 5
Re: CAD program written in Lazarus / FPC
« Reply #219 on: March 13, 2020, 07:07:17 pm »

Hello Zamtmn...

I 've tried to compile zcad a time ago... but without success...

The rtl_generics package doesn't shows the Install option on the package dialog...

Do you have any idea of why?

I'm using Lazarus 2.0.6, with fpc 3.0.4

Sorry  if it's an easy answer question...  I don't have very much experience...
Just restarting with Pascal, but my plans are long-term...

And I would like to contribute with zcad, and use it for my daily work.

Thanks in advance.

zamtmn

  • Hero Member
  • *****
  • Posts: 594
Re: CAD program written in Lazarus / FPC
« Reply #220 on: March 13, 2020, 09:17:18 pm »
Hi jcarlos77!

As far as I remember, this package can just be compiled ("compile" button in Package window) without installation.

You will also have problems with the zmacros package. When you open this package in LazarusIDE 2.0.6 its dependencies are lost, but this does not happen with trunk IDE. If this happens, you will need to add the following dependencies: FCL, IDEIntf, CodeTools

I apologize for such a complicated procedure for sources building, but I always lack something in the latest release((

jcarlos77

  • Newbie
  • Posts: 5
Re: CAD program written in Lazarus / FPC
« Reply #221 on: March 13, 2020, 10:42:37 pm »
Zamtmn...

Thank you for your fast response.
I will read the packages documentation before to proceed again.

Will give you feedback.

zamtmn

  • Hero Member
  • *****
  • Posts: 594
Re: CAD program written in Lazarus / FPC
« Reply #222 on: March 15, 2020, 10:39:12 pm »
I try build with Lazarus 2.0.6 and FPC 3.0.4. There are strange problems with my zmacros package(( - cannot build

Better use Lazarus and FPC from the trunk. If you don 't want to mess with the installation yourself, try fpcupdeluxe
I will support and use stable versions Lazarus and FPC immediately after FPC 3.2 is released

zamtmn

  • Hero Member
  • *****
  • Posts: 594
Re: CAD program written in Lazarus / FPC
« Reply #223 on: July 27, 2020, 09:27:53 pm »
Hi All!
Now zcad works with stable release Lazarus 2.0.10 and FPC 3.2
In the future I will maintain compatibility with stable releases

VTwin

  • Hero Member
  • *****
  • Posts: 1215
  • Former Turbo Pascal 3 user
Re: CAD program written in Lazarus / FPC
« Reply #224 on: July 27, 2020, 11:54:46 pm »
Excellent, although I have not tried to compile zcad. Do you have any comments on how it compares to qcad?  I have used qcad very briefly.

If you are trying to compete, posting binaries is likely critical.
« Last Edit: July 28, 2020, 12:07:13 am by VTwin »
“Talk is cheap. Show me the code.” -Linus Torvalds

Free Pascal Compiler 3.2.2
macOS 12.1: Lazarus 2.2.6 (64 bit Cocoa M1)
Ubuntu 18.04.3: Lazarus 2.2.6 (64 bit on VBox)
Windows 7 Pro SP1: Lazarus 2.2.6 (64 bit on VBox)

 

TinyPortal © 2005-2018