Page 2 of 2

Re: Print Preview - Button Send mail

Posted: Thu Mar 05, 2015 3:58 pm
by srvet_claudio
The ANSI/Unicode issue is easy:

Unicode to ANSI:
CHAR * hmg_WCtoMB ( WCHAR * srcW )

ANSI to Unicode:
WCHAR * hmg_MBtoWC ( CHAR * srcA )

Print Preview - Button Send mail

Posted: Thu Mar 05, 2015 4:10 pm
by Pablo César
srvet_claudio wrote:The ANSI/Unicode issue is easy:

Unicode to ANSI:
CHAR * hmg_WCtoMB ( WCHAR * srcW )

ANSI to Unicode:
WCHAR * hmg_MBtoWC ( CHAR * srcA )
This is a gift of our genious friend. Thank you.

But anyway, will need to indentify these conditions: OS version and encoding format of each enviroment where the app will be running. :?