Search found 4 matches

by baguette
Tue Jan 03, 2012 8:40 am
Forum: Bug Reports (MMW4)
Topic: Winamp API and Unicode characters [#8719]
Replies: 14
Views: 10309

Re: Winamp API and Unicode characters [#8719]

Any updates on this?
by baguette
Fri Nov 18, 2011 6:20 am
Forum: Bug Reports (MMW4)
Topic: Winamp API and Unicode characters [#8719]
Replies: 14
Views: 10309

Re: Winamp API and Unicode characters

I think these are the relevant messages:

IPC_ENQUEUEFILEW
IPC_GETPLAYLISTFILEW
IPC_GETPLAYLISTTITLEW
IPC_CHANGECURRENTFILEW
IPC_GET_BASIC_FILE_INFOW
IPC_PLAYING_FILEW
IPC_GET_EXTENDED_FILE_INFOW

They're all defined in wa_ipc.h
by baguette
Wed Nov 16, 2011 7:48 pm
Forum: Bug Reports (MMW4)
Topic: Winamp API and Unicode characters [#8719]
Replies: 14
Views: 10309

Re: Winamp API and Unicode characters

The unicode messages (IPC_*W) should be quite easy to add - just duplicate your existing code minus the string conversion (I'm assuming MM uses unicode internally).
by baguette
Wed Nov 16, 2011 7:22 am
Forum: Bug Reports (MMW4)
Topic: Winamp API and Unicode characters [#8719]
Replies: 14
Views: 10309

Re: Winamp API and Unicode characters

Yes, it looks like the unicode version of the Winamp API (IPC_GETPLAYLISTFILEW, IPC_GET_EXTENDED_FILE_INFOW, IPC_ENQUEUEFILEW etc.) isn't implemented.
I reckon this will cause problems with lots of newer Winamp plugins.