I don't know the BSPlayer header files but i have been using Delphi some time.
The compiler tells you that you didn't declared your variable appHWND. This is a handle and i guess that it should be declared as THandle (check BSPlayer API doc).
BTW: i think you use Delphi 5 and not 15
Hope this helps
|