Hi, When we open the administration from the tools menu, it retrieves all the packages from the ecos.db file. I am trying to find the function which reads this file.
After lot of debugging I found the following function in interp.cxx file. int result = Tcl_EvalFile(tcl_interp, CDL_TCL_CONST_CAST(char*, script.c_str())); Can anyone highlight me as to which function reads through the ecos.db file. Thanks, Puneet -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
