Locale i18n problem

Hello everyone, I'm new to this forum and i hope to be around for a while.

I'm having trouble with std::messages<char>::open taking the 3rd directory argument. I'm using vs2015 and it seems to be getting the definition from xlocmes which only defines open with two arguments(catalog and locale). If someone could point me in the right direction that would be greatly appreciated. Thanks
See:

http://www.cplusplus.com/reference/locale/messages/?kw=messages

Either you need to overwrite do_open() or you have library that does it for you.

See boost:

http://www.boost.org/doc/libs/1_59_0/libs/locale/doc/html/index.html
I missed the detailed description which states the developer must implement them from the interface. I get it now thank you.
Topic archived. No new replies allowed.