Mega Code Archive

 
Categories / Delphi / System
 

Cause the system to beep without using any windows resources

Title: cause the system to beep without using any windows resources? This is very useful if you try to debug something without using ANY windows resources. This will cause the system to beep. Dieser Code ist n tzlich, um etwas zu debuggen, ohne Windows Ressourcen zu verbrauchen. Dieser Code gibt einen Beep-Ton aus: asm mov al,7 int 29h end (Doesn't work unter NT, Win2K) (Funktioniert nicht unter Windows NT/2000)