You should read a book on DirectX on how to use DirectSound since this isn't
LCC specific.
DirectX (and thus DirectSound) is accessed through COM and LCC work with
COM, although it's a little more cumbersome than using a C++ (e.g. Microsoft
Visual C++) compiler.
If you look in the header files you should find dsound.h which you can
include in your C program and you can use the functions/macros to call
DirectSound methods.
Quote:> Where can I find examples how to use directx (direct sound) with LCC.