PDA

View Full Version : Winamp 2.64 Message Reader is broken/bugged


cao
12th June 2000, 02:15
Ok, nullsoft dev team, it appears that winamp's message interperter is broken. These are some of the things I have noticed when sending message to winamp through my external program.

SendMessage(hwndWinamp,WM_COMMAND,40047,0);
Will Not Stop Winamp 2.64! However, works fine on 2.6/2.61

SendMessage(hwndWinamp,WM_USER,0,100);
Will not start playblack on 2.64 (untested on others by me)

SendMessage(hwndWinamp,WM_USER,position,121);
Appears to take the current position, and copy it to the specified position in the data field. However, it 2.6/2.61, it will properly set the position.

These are just a few things I have noticed, duno about the rest, but i just thought I would put it in here for you guys to look at, back to 2.6 for me.
--cao