Login Register




Kernel32.dll Beep Function filter_list
Author
Message
RE: Kernel32.dll Beep Function #4
Wow great info.But in the code
Code:
GetProcAddress( GetModuleHandle(L"kernel32.dll"), "Beep" );

I think there is an extra L, within the braces, its misprinted, it should be GetModuleHandle("kernel32.dll")

and have you compiled the asm code to get the beep sound.I think there is a functon in C sound(anynumber); that does the same job, though Beep() allows us to adjust the delay time as well.
[Image: OilyCostlyEwe.gif]

Reply





Messages In This Thread
Kernel32.dll Beep Function - by ArkPhaze - 04-05-2013, 04:32 AM
RE: Kernel32.dll Beep Function - by ray_22 - 04-12-2023, 10:39 AM
RE: Kernel32.dll Beep Function - by hacxx - 09-05-2026, 11:59 PM
Kernel32.dll Beep Function - by ArkPhaze - 04-05-2013, 04:32 AM