Создание Эльфов : Эльфостроение : Форум |
Страница 71 из 211: « 1 ... 67 68 69 70 [71] 72 73 74 75 ... 211 » |
arban: |
20.11.08, 16:08 |
Extremist, Код: int batc; BATT batch; GetBattaryState((int const*)SYNC ,&batch); batc=batch.<...>; <...> за замени на то что надо из структуры: Код: typedef struct { char ChargingState; char ChargingMethod; int BatteryVoltage; int ChargerVoltage; int ChargerCurrent; int CurrentToBattery; int BatteryTemperature; int SystemTemperature; int RemainingCapacity; char RemainingCapacityInPercent; int PowerDissipation; int NrOfChargingCycles; int NrOfSecondsOnSafetyTimer; char SuspensionCause; }BATT; |
Extremist: |
20.11.08, 16:24 |
UltraShot, arban, с этим я разобрался. интересует вот что - есть разрядка, есть зарядка а еще есть optimized ззарядка. втыкаешь шнур от зарядника (про к750 это) - bat.ChargingState==2 optimized charging от компа по юсб дает странные разные значения. а на выдергивание шнура никакого ивента ваще не генерится. вот. хочу сделать индикатор зарядки-разрядки, а то шнур хреново контачит, иногда лежит и не заряжает, а стандартное все прибил, юзаю свой эльф. Добавлено 21.11.08 11:12 вот еще косячина!! делаю daySID= str2id от переменной равной L"Воскресенье" StatusIndication_SetItemText(SBY_GetStatusIndication(Find_StandbyBook()) ,11,daySID); // херня какаято нерусская вылазит. почему??? |
arban: |
21.11.08, 13:22 |
Extremist, патч на кодировку вин стоит? |
Extremist: |
21.11.08, 13:35 |
не стоит. так тож L"Воскресенье" вроде юникод? поставлю попробую. спс. |
arban: |
21.11.08, 14:38 |
Extremist, юникод - wchar_t |
eddmund: |
23.11.08, 00:00 |
seawolf999 пишет: Народ, как компилить? пытаюсь ImageTest собрать а выдает ошибку "Fatal Error[e38]: Option -y must not be defined more than once: -ynpra " seawolf999, when you use the source of ImageTest v1.0.4, you will always build the correct binary type ("Release"). I have disabled the possibility to build the wrong type ("Debug"). |
seawolf999: |
23.11.08, 01:38 |
eddmund, already done //народ, а какой код нужон чтоб текст открыть??? влез в фс, выбираю файл а че дальше писать - низнаю |
UltraShot: |
23.11.08, 10:27 |
seawolf999, исходники изучай http://perk11.info/svn/SE/ |
eddmund: |
23.11.08, 23:41 |
What is the easiest or most efficient way to convert a string into an integer? |
BigHercules: |
24.11.08, 09:00 |
eddmund писал: What is the easiest or most efficient way to convert a string into an integer? For example, you can use wcstoul or wcstol functions. PS. If you use this function, then goto Project->Options->General Options->Library Configuration and set Library:Normal [ Редактировано BigHercules в 24.11.08 09:07 ] |
Страница 71 из 211: « 1 ... 67 68 69 70 [71] 72 73 74 75 ... 211 » |
URL этой темы: https://mobilefree.justdanpo.ru/newbb_plus/viewtopic.php?topic_id=2479&start=700 © 2005-2018 supertrubka.org |