Re: Print Preview - Button Send mail

Creative ideas/suggestions for HMG

Moderator: Rathinagiri

User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Print Preview - Button Send mail

Post 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 )
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Print Preview - Button Send mail

Post 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. :?
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Post Reply