Создание Эльфов : Эльфостроение : Форум

Страница 61 из 211: « 1 ... 57 58 59 60 [61] 62 63 64 65 ... 211 »

 UltraShot:
06.10.08, 20:13
 xander150,
void *GC=get_Display_GC();
putchar(GC,x, y, sizex,sizey,imageid);
created:
http://supertrubka.org/wiki/doku.php?id=putchar

 jonico:
07.10.08, 20:37
 hi masters, how can i show a png on standby?what is nedded for use registerimage function?

 UltraShot:
07.10.08, 20:45
 jonico, http://se-team.ucoz.ru/forum/76-3525-1
translate it into english using google

 jonico:
08.10.08, 06:19
 i can't compile that code Ultra, give me error on timer and u16 in registerimage.Thanks

 UltraShot:
08.10.08, 13:03
 jonico, includes were changed (that's why errors appear). Edit code manually

 jonico:
08.10.08, 16:38
 Thanks! i'll try it.
edit:
i have this when i try to compile the example. why?
Код: 
Building configuration: main - Release 
Updating build tree... 
main.c 
Error[Pe167]: argument of type "u16 *" is incompatible with parameter of type "wchar_t *" C:\Documents and Settings\Administrador\Escritorio\Elves\HelloWorld\main.c 68 
Error[Pe167]: argument of type "u16 *" is incompatible with parameter of type "wchar_t *" C:\Documents and Settings\Administrador\Escritorio\Elves\HelloWorld\main.c 77 
Error[Pe167]: argument of type "u16 *" is incompatible with parameter of type "wchar_t *" C:\Documents and Settings\Administrador\Escritorio\Elves\HelloWorld\main.c 97 
Error[Pe167]: argument of type "u16 *" is incompatible with parameter of type "wchar_t *" C:\Documents and Settings\Administrador\Escritorio\Elves\HelloWorld\main.c 97 
Error[Pe167]: argument of type "u16 *" is incompatible with parameter of type "wchar_t *" C:\Documents and Settings\Administrador\Escritorio\Elves\HelloWorld\main.c 97 
Error[Pe304]: no instance of overloaded function "Timer_ReSet" matches the argument list C:\Documents and Settings\Administrador\Escritorio\Elves\HelloWorld\main.c 169 
            argument types are: (u16 *, int, __code __interwork __atpcs void (u16 *, void *), int) 
Error[Pe167]: argument of type "wchar_t *" is incompatible with parameter of type "u16 *" C:\Documents and Settings\Administrador\Escritorio\Elves\HelloWorld\main.c 175 
Error[Pe304]: no instance of overloaded function "Timer_Set" matches the argument list C:\Documents and Settings\Administrador\Escritorio\Elves\HelloWorld\main.c 181 
            argument types are: (int, __code __interwork __atpcs void (u16 *, void *), int) 
 
Total number of errors: 8 
Total number of warnings: 0 



[ Edited by jonico в 10.10.08 08:53 ]

 UltraShot:
10.10.08, 22:12
 jonico, you must change u16 to wchar_t, it is a standart at the moment

 elektrolinux:
12.10.08, 00:37
 Привет всем.
Подскажите пожалуйста как получить размер свободной памяти тела, а то я чето не могу разобраться пишу:
Код: 
typedef struct
{
int FullVolume;
int FreeVolume;
int SizeCluster; 
int AllClusters;
int AllFreeClusters;
int unk5; 
int unk6; 
int unk7; 
}VOLUMESIZE;
...
VOLUMESIZE vol;
GetVolumesize((wchar_t*)L"/card/",&vol);

в ответ получаю:
Код:
Error[e46]: Undefined external "GetVolumeSize(wchar_t *, VOLUMESIZE *)"
referred in main ( V:\Embedded Workbench 4.0 Evaluation\ARM\5\Release\Obj\main.r79 ) 

:-?
Зарание благодарю!

[ Редактировано elektrolinux в 12.10.08 00:44 ]

 myrzeug:
14.10.08, 19:38
 Hi dear developers
I have one question:
How to use these functions:
void * CallID_GetCallStatusDesc(int CallID);
wchar_t * CallStatusDesc_GetName(void * CallStatusDesc);

 Stonos:
15.10.08, 21:40
 Как я могу вычислить синус угла?
Я знаю, что это возможно, поскольку Калькулятор эльф может это делать.

Я пытался сделать что-то вроде:
Код:
#include <math.h>
TheSine = sin(TheAngle);


а Компоновщик говорит, что грех не определено во внешнем основного или нечто подобное.

Что я могу сделать?

Спасибо :)



English:
How can I calculate the sine of an angle?
I know that it is possible since the Calculator elf can do it.

I tried doing something like:
Код:
#include <math.h>
TheSine=sin(TheAngle);


but the linker says that sin is undefined in external main or something like that.

What can I do?

Thanks :)
Страница 61 из 211: « 1 ... 57 58 59 60 [61] 62 63 64 65 ... 211 »

URL этой темы:
https://mobilefree.justdanpo.ru/newbb_plus/viewtopic.php?topic_id=2479&start=600

© 2005-2018 supertrubka.org