Re: comctl32: Fix loading string from resources (take 2)
June 2, 2006
10:25 a.m.
"Thomas Weidenmueller" <wine-patches(a)reactsoft.com> wrote:
LoadString() cannot be used to measure the length of a string resource. It will not return the length of the string if no buffer is provided, instead it will return 0! This patch fixes the broken property sheet code.
It would be appropriate to provide a test case showing correct LoadString behaviour and fix LoadString in Wine if it confirms the statement above since Wine clearly returns the size of the string resource if the passed buffer is NULL. -- Dmitry.
7236
Age (days ago)
7236
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov