EWO and shared library

Find and share HowTos to various installations / configurations!
2 posts • Page 1 of 1
dojdev
Posts:1
Joined: Tue May 02, 2017 7:36 am

EWO and shared library

Post by dojdev »

My EWO uses the shared library. When the widget is started, the following message is displayed in the log:

Code: Select all

WCCOAui      (1), 2017.06.22 11:00:49.066, SYS,  WARNING,   133, Could not load shared library C:\\Siemens\\Automation\\WinCC_OA\\3.14\\bin\\widgets/windows-64/testEwo.ewo, ?? ?????? ????????? ??????.
WCCOAui      (1), 2017.06.22 11:00:49.066, SYS,  WARNING,    36/uim, The EWO "C:\\Siemens\\Automation\\WinCC_OA\\3.14\\bin\\widgets/windows-64/testEwo.ewo" is version "1", but we can only load version "4"
WCCOAui1:VarAttrElem "pixmap" isAttribute(): type not implemented:QVARIANT_VAR
WCCOAui1:VarAttrElem "pixmap" isAttribute(): type not implemented:QVARIANT_VAR
WCCOAui1:VarAttrElem "pixmap" isAttribute(): type not implemented:QVARIANT_VAR
WCCOAui1:VarAttrElem "pixmap" isAttribute(): type not implemented:QVARIANT_VAR
WCCOAui1:VarAttrElem "pixmap" isAttribute(): type not implemented:QVARIANT_VAR
WCCOAui1:VarAttrElem "pixmap" isAttribute(): type not implemented:QVARIANT_VAR
WCCOAui1:VarAttrElem "pixmap" isAttribute(): type not implemented:QVARIANT_VAR
WCCOAui1:VarAttrElem "pixmap" isAttribute(): type not implemented:QVARIANT_VAR
WCCOAui1:VarAttrElem "pixmap" isAttribute(): type not implemented:QVARIANT_VAR
WCCOAui1:VarAttrElem "pixmap" isAttribute(): type not implemented:QVARIANT_VAR
WCCOAui1:VarAttrElem "pixmap" isAttribute(): type not implemented:QVARIANT_VAR
How can I fix this?

I use WinCC OA v3.14, 9 patch.

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: EWO and shared library

Post by mkoller »

"My EWO uses the shared library."

Which one ?

If you use an additional shared library not provided by wincc_oa, which resides in a location which is not in the PATH, then the operating system is not able to find it and therefore not all needed functions
will be found.
Simply try to put all external shared libraries (dlls) into the wincc_oa-install/bin directory should solve the problem.

2 posts • Page 1 of 1