You may unsubscribe yourself from wine-devel via: https://gitlab.winehq.org/wine/wine/-/wikis/Forums#developer-mailing-lists On Thu, Jul 23, 2026 at 4:00 PM Senthil Lewituz via Wine-Devel < wine-devel@list.winehq.org> wrote:
Please unsubscribe
Get Outlook for iOS <https://aka.ms/o0ukef> ------------------------------ *From:* Eric Pouech via Wine-Devel <wine-devel@list.winehq.org> *Sent:* Thursday, 23 July 2026 19:34:37 *To:* wine-devel@list.winehq.org <wine-devel@list.winehq.org> *Cc:* Barath Rk <barathrk11@gmail.com>; Elizabeth Figura < zfigura@codeweavers.com>; Eric Pouech <eric.pouech@orange.fr> *Subject:* Re: On implementing the 'beep' escape code in conhost
Le 23/07/2026 à 17:06, Elizabeth Figura via Wine-Devel a écrit :
On Wednesday, 22 July 2026 03:15:12 CDT Eric Pouech via Wine-Devel wrote:
Le 22/07/2026 à 03:31, Barath Rk via Wine-Devel a écrit :
Hmm alright. Thanks for the detailed response
MessageBeep shall be used
Isn't MessageBeep a higher level API?
higher than what?
(it's supposed to be called from conhost.exe, so I don't see too much trouble here)
and I tried to avoid calling kernel32.Beep from conhost (it would require calling some MM apis from kernel32, which doesn't seem great either)
-Eric