OPC DA Client Example with Qt
-
Hi
I could not find a Qt sample either.
Did you see
http://sourceforge.net/projects/opcclient/ -
Well , why do you need it to be converted ?
You could use it for getting data and then Qt for GUI.But if you mean to integrate with normal
Qt database features then yes, Huuuuge work.
But if its easy to use as normal c++, it could work with mixed.It seems to be a Visual Studio project.
You can use this compiler with Qt. So it would be
possible to get it running.I have never tried this implementation so it might be bad or incomplete.
Also its DA specification version 2.05A which is 2002 it seems to it also
depends on your server side if u can even use it. -
@zeroptr
Hi
Well it might use ATL
which i dont think mingw likes.You might have luck, looking in example
Then create qt project with those files.
Then add all files from toolkit src files to that project and compile.
(not the server files)
But it will not Just work. there will be errors.