https://bugs.winehq.org/show_bug.cgi?id=48962
--- Comment #10 from Kyle_Katarn contact@kcsoftwares.com --- (In reply to Kyle_Katarn from comment #9)
OK but the point here to is change WCHAR buf[16] in to WCHAR buf[24] in order to accept longer strings.
Good point.... i'll che(In reply to Zebediah Figura from comment #8)
(In reply to Kyle_Katarn from comment #7)
(In reply to Zebediah Figura from comment #6)
Perhaps better would be to pass 0 as the final argument.
Final argument to what ?
As the final argument to LoadStringW(). In that case it will return a constant pointer to the resource in the third argument.
Good point indeed. I'll check !