Úvod > Produkty > WSP Module Player > WSP for C++

WSP for C++

Download

 

The WSP Module Player is also available as a DLL or a static library for C++ applications. Moreover, it is available free of charge for use in non-commercial projects! Add module music playing capability to your applications wihtout any effort!

API

There is no need to describe the API in a deep detail, because it's quit easy and straightforward. The player is controled through the class CWsp, which provides all the methods required for the module music playback. The second class CWspStatus2 is used in the process of querying the current player status. All the definitions as well as detailed description are in the header file "wsp.h".

The player is written in MS Visual C++, so if you use another C++ compiler, some little syntactic changes to the "wsp.h" file may be required.

How to continue?