1. Delphi component
2. DLL version
3. Troubleshooting

*======*
| NOTE |
*------*=====================================================*
| You can install MP3Tag in the same way as described below. |
*============================================================*

1. Delphi component
In the .\component\ directory locate the component that fits your delphi version. (i.e. D3 = Delphi 3)

Now copy the contents of this folder to your directory where you normally store new components.

Now load Delphi. Choose from the menu "Component->Install component"
Now browse for the MP3Remote.DCU file. Please note that you have to select the .DCU type from the file types dropdown.

Now just click on OK and rebuild the package.

MP3Remote should now be added to your component palette under the "MBS" page.
 

2. DLL version

Copy the DLL to your Windows System directory. This will ensure that your application will find the DLL file.
Now simply use the interface declarations to access the DLL commands.


3. Troubleshooting

3.1 The compiler complains "MP3Remote.pas" or "MP3Remote.dcu" not found?
You need to add the path to the MP3Remote.dcu file into your lib path.
(Under "Tools->Enviroment Options")

3.2 None of the functions works!?
You first need to find a valid Winamp window handle before the component will work.
See the "FindWinamp" function.

