I am trying to log an integer value in C++ using the ArEventLog. However, I encounter some errors using the library in the way I use in desktop C++. I was wondering if we are able to use classes like std::ostringstream in PLC C++?
I get errors when using the statement “std::ostringstream os;” . Are there other ways to convert an integer to a string?
As for your issue: If you post your code probably someone can point you in the right direction + Automation Runtime programming is faaaaaaar from Desktop programming