Создание Эльфов : Эльфостроение : Форум |
Страница 154 из 211: « 1 ... 150 151 152 153 [154] 155 156 157 158 ... 211 » |
den_po: |
20.10.10, 17:10 |
blacklizard, i didn't see where is the problem but you have also another one: memory leak. |
blacklizard: |
20.10.10, 17:41 |
den_po, you mean I should add this line? Код: if (pCMusicServer) pCMusicServer->Release(); Could UUID be wrong? |
den_po: |
20.10.10, 18:03 |
1) yes 2) yes |
blacklizard: |
20.10.10, 18:04 |
den_po, thanks. I'll look again in the files. |
IvanOFF: |
03.11.10, 11:45 |
Подскажите (или ткните куда нужно :) ), как эльфом можно эмулировать нажатия клавиш? |
mmcorp: |
03.11.10, 15:35 |
IvanOFF, эльфом никак Добавлено 3.11.10 14:35 если только для конкретного DispObj |
jonico: |
05.11.10, 01:13 |
I'm sorry for asking this, but i can't find the solution. How is this struct on DB2010? Код: typedef struct { char dummy[0x19]; char status; char dummy_[0x1A]; char preset; char dummy2[0x27]; wchar_t pos; char dummy3[14]; BOOK_PLAYER_TRACK_DESC *dsc; char dummy5[2]; wchar_t pos2; wchar_t pos3; char dummy6[16]; int RepeatMode; int ShuffleMode; char dummy7[5]; int tracks_count; char unk_[6]; char StereoWidening; }WALKMAN; How can i know that? |
blacklizard: |
05.11.10, 07:31 |
jonico, http://perk11.info/svn/SE/CoverArt/structs.h |
jonico: |
05.11.10, 08:46 |
Oh! you're right...sorry about that. Thank you. i'm looking for: Код: char preset; int RepeatMode; int ShuffleMode; [ Редактировано jonico в 5.11.10 07:49 ] [ Редактировано jonico в 5.11.10 07:50 ] |
zylka: |
05.11.10, 13:01 |
#ifndef W810 ///!negacja // for w810 typedef struct { char dummy_[0x3A]; char preset; char dummy[69]; wchar_t tracks_count; wchar_t unk2; char RepeatMode; char ShuffleMode; }WALKMAN_BOOK2; #else typedef struct // for w800 { char dummy_[58]; char preset; char dummy[73]; int tracks_count; char RepeatMode; char ShuffleMode; }WALKMAN_BOOK2; #endif testing advplayer mod 800 & w810 Added 6.11.10 15:48 How to use the REQUEST_UI_OAF_START_APPLICATION to run java applications ? Please example code. |
Страница 154 из 211: « 1 ... 150 151 152 153 [154] 155 156 157 158 ... 211 » |
URL этой темы: https://mobilefree.justdanpo.ru/newbb_plus/viewtopic.php?topic_id=2479&start=1530 © 2005-2018 supertrubka.org |