Full manual for Qt development

Find and share HowTos to various installations / configurations!
3 posts • Page 1 of 1
v.yarymov
Posts:15
Joined: Fri Jul 27, 2018 3:15 pm

Full manual for Qt development

Post by v.yarymov »

Hello!
Tell me please, how work with Qt and EWO Widgets.
I read documentation, do all like a sample (_TEMPLATE_ project). But I feel self a stupid, because all not working!
I'm use Qt Creator 4.6.2 (Qt 5.10.1) and WinCCOA 3.16.
I'll glad to see full instructions for build and launch EWO + Qt.
Thanks.

adaneau
Posts:310
Joined: Tue Feb 21, 2012 9:49 am

Re: Full manual for Qt development

Post by adaneau »

Hi,

First of all WinCC OA uses 5.9.2 :) . Personally I am using Qt Creator 4.4.1

Second of all, you need also a compiler on your machine. This is my installation order:

1) Install visual studio and configure it for API compilation of 3,16 ( I am using VS 2015 for x64 compilation)
2) Install QT creator community 4.4.1 . Qt will detect that you have visual studio installed and set it up properly for build.
3) Run cmd to create EWO example
4) Open in QT and check configuration (good compiler and x64)
5) Build it
6) copy to your project bin\\widgets\\windows-64 and change .dll to .ewo
7) Run GEDI and play with it

BR
Alex

v.yarymov
Posts:15
Joined: Fri Jul 27, 2018 3:15 pm

Re: Full manual for Qt development

Post by v.yarymov »

Thank you very much!
It is really simple and work!

3 posts • Page 1 of 1