Lazarus Pascal beep command -


i'm running lazarus on windows. make program "beep". appears can in pascal using:

windows.beep(300,500); 

but not in lazarus! there command can use?

update:

sysutils.beep() 

this works, i'd set frequency , duration of sound

afaik functionality worked ages. (dev pascal on ten years old).

what different lazarus not automatically add windows uses clause, delphi does.


Comments

Popular posts from this blog

Linux vanilla kernel on QEMU and networking with eth0 -

rdbms - what exactly the undo information lives in oracle? -

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -