Subversion Repositories Kolibri OS

Rev

Rev 5499 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5499 Rev 5621
Line 63... Line 63...
63
 
63
 
64
void main()
64
void main()
65
{   
65
{   
66
	dword id, key;
66
	dword id, key;
67
	mem_Init();
67
	mem_Init();
68
	if (load_dll2(libio,  #libio_init,1)!=0) notify("Error: library doesn't exists - libio");
68
	if (load_dll2(libio,  #libio_init,1)!=0) notify(LIB_IO_LOAD_ERR);
69
	if (load_dll2(libimg, #libimg_init,1)!=0) notify("Error: library doesn't exists - libimg");
69
	if (load_dll2(libimg, #libimg_init,1)!=0) notify(LIB_IMG_LOAD_ERR);
Line 70... Line 70...
70
	if (load_dll2(libini, #lib_init,1)!=0) notify("Error: library doesn't exists - libini");
70
	if (load_dll2(libini, #lib_init,1)!=0) notify(LIB_INI_LOAD_ERR);
71
 
71
 
Line 72... Line 72...
72
	Libimg_LoadImage(#skin, "/sys/icons32.png");
72
	Libimg_LoadImage(#skin, "/sys/icons32.png");