On Sat, 13 May 2006 11:22:12 + "Aleksej Struk" <[EMAIL PROTECTED]> babbled:
> Hi Raster,
>
> Please find two files attached : e_mod_main.c and e_mod_main.h
> To see the peace of code where E_CONFIG_SUB is used, please refer to
> function _lang_load_config.
>
> As I said in IRC, E_CONFIG_SUB
Hi Raster,
Please find two files attached : e_mod_main.c and e_mod_main.h
To see the peace of code where E_CONFIG_SUB is used, please refer to
function _lang_load_config.
As I said in IRC, E_CONFIG_SUB works if the config file is already
exist. Otherwise eet crashes.
BTW. If u would require all
Hi everybody,
Currently I'm trying to create a new module for E. Doing this I faced
with the following problem. I have the following module header:
typedef _Extra Extra;
typedef _Config Config;
struct _Extra
{
int a;
char *b;
};
stuct _Config
{
int a;
Extra *e;
};
I need to store