Skip to main content
Submitted by datronica on Sat, 04/01/2017 - 07:07

Hi, i want to make an application using Qt and DMC 4133 controller, is posible to make it in Qt, Do you have any example or tutorial?

Regards

Comments 5

troym_galil on 04/06/2017 - 16:11

The gclib API is written in C and when you install it, it will come with DLLs you can use to import into other programming platforms like QT. You will need to follow the instructions for that platform in including the gclib dlls. Here is a link I found on how to import dlls into QT. Something like this might be a place to start.
https://wiki.qt.io/How_to_link_to_a_dll

If you are looking for examples with gclib, please see the examples that come with it.
http://www.galil.com/downloads/api

Check out our API example pages for how gclib is used in other languages:
http://www.galil.com/learn/api-examples

datronica on 04/14/2017 - 07:04

The procedure is the same if I cross-compile for a Beaglebone Black?

troym_galil on 04/18/2017 - 15:41

There is a build of gclib for the Raspberry Pi but not the Beaglebone black. Your only option here might be raw socket connections or serial.

datronica on 04/28/2017 - 08:35

Are there any tutorials?

regards

Darío