A partner is currently developing a driver to be integrated with Dataminer.
He would like to know if he is allowed to use in-house dlls in the QAction scripts, etc.
His product is a monitoring device with sometimes over 200 devices connected to it, and he want to use one of the outputs to store the data to be sent to dataminer in a dll.
Hi Yohann,
Yes you can use directly custom dlls in QActions or Automation Scripts, if they are managed code compatible with the .Net version that the QAction/AS is targeting.
If those dlls are unmanaged, then is still possible but way more difficult.