[utf8vcl-general] [utf8vcl - General] RE: Access Violation, Turbo Delphi
Status: Alpha
Brought to you by:
bluelive
From: SourceForge.net <no...@so...> - 2007-08-28 08:19:45
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4488270 By: nobody I am a little surprised... Do you allocate new memory per each message? And for each message, do you recreate the procedure? Is this a little (or a huge) waste of resources? Why, instead of this, not to use a simple map between a handle of a window and its original procedure (with removing of this entry in the map once the window is destroyed, by intercepting, say WM_DESTROY)? Do I miss anything here? avi@sintec ______________________________________________________________________ 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 |