<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El mar., 20 de oct. de 2020 a la(s) 20:22, Martin (<a href="mailto:mbelmonte@belmotek.net">mbelmonte@belmotek.net</a>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
I am pleased to announce that GauchoCAD[1], which as you know is a CAD <br>
made with Gambas, is in good health, at the moment the program is <br>
capable of opening autocad DWG plans (thanks to LibreDWG[2]) that close <br>
LibreCAD[3].<br></blockquote><div>I'm not fan of your work but this time! puff You have stood out, excelled and made a great entry on the mailing list, I have reviewed your project and do not have much free time but I took the trouble to review it. lest take:</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
We are using the library with the Shell instruction, which is not the <br>
best in terms of performance.<br>
We need some help in order to do something with Extern or directly a <br>
gb.component that uses this library. Of course, if someone does this it <br>
will be useful for many other projects not just GauchoCAD.<br>
<br>
We need read/write dwg and dxf files more efficiently<br></blockquote><div><br></div><div>Yes.. <u>that being so great deserves applause</u> even if you and your dog icon don't bite and bark much taking as example this hardcoded thing in the project like <a href="https://github.com/tercoide/GauchoCAD/blob/b43a038ef4a995dbdd2007ee7f45fcea36bb3876/.src/rad/cad.module#L699">https://github.com/tercoide/GauchoCAD/blob/b43a038ef4a995dbdd2007ee7f45fcea36bb3876/.src/rad/cad.module#L699</a> so seems you dont use a standarixzed LSB distribution..  </div><div><br></div><div>i will made some proposal as PULL request later.. i use in more deep.. cos i plan to port GAMBAS to alpine linux </div><div><br></div><div><b><u>One important note:</u></b> takin in consideration that important zealots will always use AutoCAD (born in Venezuelan you know guys) .. you must make your project work in older versions of Gambas to property use in schools and some educational institutions.. in this way.. you can get into more in people rather than in busy people! use brain for that!</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Here we are an script to install LibreDWG in the system<br>
<br>
    #!/bin/bash<br>
    git clone git://<a href="http://git.sv.gnu.org/libredwg.git" rel="noreferrer" target="_blank">git.sv.gnu.org/libredwg.git</a><br>
    cd libredwg<br>
    sh autogen.sh<br>
    ./configure --enable-trace<br>
    make<br>
    sudo make install<br>
    make check<br>
    cd ..<br>
<br>
[1] <a href="https://github.com/tercoide/GauchoCAD" rel="noreferrer" target="_blank">https://github.com/tercoide/GauchoCAD</a><br>
<br>
[2] <a href="https://www.gnu.org/software/libredwg/" rel="noreferrer" target="_blank">https://www.gnu.org/software/libredwg/</a><br>
<br>
[3] <a href="https://librecad.org/" rel="noreferrer" target="_blank">https://librecad.org/</a><br>
<br>
Thanks.<br>
Martin Belmonte<br>
<br>
<br>
----[ <a href="http://gambaswiki.org/wiki/doc/netiquette" rel="noreferrer" target="_blank">http://gambaswiki.org/wiki/doc/netiquette</a> ]----<br>
</blockquote></div></div>