Hi Paul,
Let me explain a little more.
We already have some translated strings in the UI, in Embedded Wizard. It is working perfectly. Now we would like to access some of those strings inside our code, in C++, so that we can use them in a generated PDF file.
There is this function in EW api we could use:
EwGetVariantOfString
It builds nicely. But, when we call it, we get "EMWI ERROR: code: 395"
Because the functions are not thread safe, and we are not in the same thread as the UI.
So, how can we access the generated strings from other levels of code, in different threads?
Best regards,
Gunseli