Thread
:
Problem with SDK and BSP_LoadAudio
View Single Post
#
4
(
permalink
)
22nd June 2005
bst
BS.Developer
BS.Player Power User
Join Date: Jun 2002
Posts: 181
Rep Power:
10
Can't find any error in this BSP_Loadaudio, but if you are writing plugin (DLL) there is no need for WM_COPYDATA, you can call this function like this:
SendMessage(plgInfo->hwndParent,WM_BSP_CMD,BSP_LoadAudio,(LPARAM)"mp3f ile.mp3");
bst
View Public Profile
Send a private message to bst
Find all posts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20