On Sat, 13 May 2006 11:22:12 +0000 "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 works if the config file is already > exist. Otherwise eet crashes. > > BTW. If u would require all the module code, in order to do testings, > then please let me know :) umm.. bk_next and bk_prev are not pointers.. they are literal structs. that's why its not working. SUB expects a SUB struct POINTED to. otherwise you can just declare the struct values directly as bk_next.key, bk_next.params etc. etc. (instead of just the plain struct member - have it parent.child). > Waiting for comments. > > aleksej > > -- > Aleksej Struk > Master Degree Student > Free University of Bozen-Bolzano > Faculty of Computer Science > phone: +39-0471-061749 > cell phone: +39-3204627049 > [EMAIL PROTECTED] [EMAIL PROTECTED] - http://www. > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] 裸好多 Tokyo, Japan (東京 日本) ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
