Hi, But dont you think that the structure is not really required till the window has been created successfully? Regards Santosh Siddheshwar
-----Original Message----- From: Alexandre Julliard [SMTP:julliard@winehq.org] Sent: Thursday, April 15, 2004 9:00 AM To: Dmitry Timoshkov Cc: Santosh Siddheshwar; Robert Shearman; wine-devel@winehq.org Subject: Re: Handling dialog messages for non-template based dialogs
"Dmitry Timoshkov" dmitry@baikal.ru writes:
Yes, if Alexandre has no objections. Be patient, that may take some
time.
Actually, I do have an objection... I think you should be allocating the structure as soon as it is needed, WM_CREATE is not the first message that the window will receive.
-- Alexandre Julliard julliard@winehq.org
********************************************************************* Disclaimer: The information in this e-mail and any attachments is confidential / privileged. It is intended solely for the addressee or addressees. If you are not the addressee indicated in this message, you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer does not consent to Internet email for messages of this kind. *********************************************************************
Santosh Siddheshwar santosh.s@sonata-software.com writes:
But dont you think that the structure is not really required till the window has been created successfully?
Well, I don't think so, but the only way to know for sure is to write a test program under Windows to determine the exact behavior.