Search found 8 matches

by ezm
Wed Apr 24, 2019 2:49 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: How to distribute a c++ plugin
Replies: 4
Views: 7534

Re: How to distribute a c++ plugin

Thanks Andrew.

But when my plugin contains QSharedPointer, when I load the dll it says The specified procedure could not be found.
I am using Qt 5.5.1 with MSVC 2013. QCAD version 3.22.0
QCAD plugin error.PNG
QCAD plugin error.PNG (53.41 KiB) Viewed 7404 times
by ezm
Wed Mar 27, 2019 4:10 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: How to distribute a c++ plugin
Replies: 4
Views: 7534

How to distribute a c++ plugin

Hi Andrew,

I have developed a c++ plugin in QCAD community edition. Can you let me know how to distribute the plugin?

Thanks
by ezm
Mon Mar 11, 2019 4:20 pm
Forum: QCAD 'How Do I' Questions
Topic: How to delete original entity after moving in c++
Replies: 4
Views: 4453

Re: How to delete original entity after moving in c++

Hi,

Is there any solution/update regarding the above issue.

Thanks,
ezm
by ezm
Wed Mar 06, 2019 3:20 pm
Forum: QCAD 'How Do I' Questions
Topic: How to delete original entity after moving in c++
Replies: 4
Views: 4453

How to delete original entity after moving in c++

Hi, I am trying to create and entity and move it using moveReferencePoint funtion. The entity moves but i see the original one as well. How do we delete or keep copies =1 using c++ ? QSharedPointer<RCircleEntity> myCircle; void function1() { myCircle = QSharedPointer<RCircleEntity>(new RCircleEntity...
by ezm
Mon Nov 19, 2018 5:23 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Faster way to plot objects on Document Interface
Replies: 4
Views: 10078

Re: Faster way to plot objects on Document Interface

Thank you Andrew! I changed the undoable to "false" and it already improved the plotting. Can you guide me into creating a preview ? I tried to follow this example but nothing shows up on the screen. Only difference is I am doing this from C++. https://github.com/qcad/qcad/blob/master/scripts/Draw/H...
by ezm
Wed Nov 14, 2018 7:30 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Faster way to plot objects on Document Interface
Replies: 4
Views: 10078

Faster way to plot objects on Document Interface

Hello Andrew, I am working on a QCAD application that gets (x,y) values from laser and plots them on the Document Interface. I get values from laser every 100ms. Each time a get a value, I delete and redraw 1 polyline + 3 circles and draw 1 point to the document. This works fine for a couple of minu...

Go to advanced search