[utf8vcl-general] [utf8vcl - General] RE: Application.Title
Status: Alpha
Brought to you by:
bluelive
From: SourceForge.net <no...@so...> - 2007-03-18 15:45:26
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4213297 By: marquardt You cannot send strings at all to other applications through messages. The few strings which are marshalled by Windows (see WM_WININICHANGE) are all ANSI. If we unconditionally convert all strings to Unicode we may run into problems. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=671785 |