Problems with MySQL - page 2

 
ingvar_e:

Sorry about that

Found the solution. The originator of the ANSI2UNICODE and UNICODE2ANSI had made an update to the original code from 2010

http://mqlmagazine.com/mql-programming/dll-hell-mql5-edition-unicode-vs-ansi/

Look in comments!

Very simple to change with compiler directives so that the code works both in MQL4 and MQL5

Tested OK, Case closed

While trying to help you, I read this article, but not the comments !

Didn't think to StringConcatenate() which is different between mql4 and mql5. Good catch.