![]() |
|
General Talk And Support General talk and peer-to-peer support about BS.Player and other video and audio multimedia players. |
| LinkBack | Thread Tools | Search this Thread | Display Modes |
| |||
![]()
Hi guys, Sorry if this has been posted on the forum, but I haven't found anything. I'm developing an Android control app for bsplayer and I'm having trouble with BSP_OpenFile and unicode filenames. It works ok for ascii ones. Here's the code I use: int bsplayer_openFile(HWND bsp_hand, HWND bsremote_hwnd, bool fullscreen, wchar_t* filename) { COPYDATASTRUCT cds; cds.dwData = BSP_OpenFile; cds.lpData = (void *) filename; // cds.cbData = (DWORD) strlen ((char *)cds.lpData)+1; cds.cbData = (DWORD) (wcslen ((wchar_t *)cds.lpData))*sizeof(wchar_t)+2; int result = SendMessage(bsp_hand, WM_COPYDATA, (WPARAM) bsremote_hwnd, (LPARAM)&cds); } BSplayer simply doesn't reacct, so probably I'm giving it data in the wrong format. Could you help me with this? |
Tags |
bspopenfile, unicode |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Full Unicode support? | uly | Feature Requests, Feedback And Suggestions | 0 | 10th January 2007 12:05 PM |
QUERY: unicode support | kevingpo | Feature Requests, Feedback And Suggestions | 6 | 3rd December 2006 08:55 PM |
File with Unicode Char & Folder Handling | uncpotato | Bug Reports And Codecs | 0 | 24th June 2006 11:26 AM |
codes that change color of subtitles. and the unicode issue. | delikedi | General Talk And Support | 0 | 27th April 2005 08:47 AM |
subtitles under unicode or rtf format don't work | blueQ | Bug Reports And Codecs | 0 | 29th April 2004 09:37 PM |