FreeOpcUa / freeopcua

Open Source C++ OPC-UA Server and Client Library
http://freeopcua.github.io/
GNU Lesser General Public License v3.0
701 stars 335 forks source link

OpcUa::CheckStatusCode compilation error #382

Open cmdetu opened 3 years ago

cmdetu commented 3 years ago

the server example doesn't compile. Here is the error : undefined reference to OpcUa::CheckStatusCode(OpcUa::StatusCode)'

AlejandroAntonio1998 commented 2 years ago

Hi! I´m having the same problem. Could you find the solution?? Thanks!!

cmdetu commented 2 years ago

I decided to switch to the Python version

AlejandroAntonio1998 commented 2 years ago

Hi, I´ve started working with open62541 and it seems to be easier. Hope it´s useful for someone