Bogdan Tanasa wrote: > The problem is that I have been trying to do like this but I cannot "load" > the ecl file in eclipse from C. I posted in C include("file.ecl") and > use_module("file.ecl") without any success. I think it's something related > to the paths but I cannot figure it out. If your .ecl file does not contain a module-directive, then you must load it with compile("file.ecl") or ensure_loaded("file.ecl"). -- JoachimReceived on Wed Feb 01 2012 - 02:27:27 CET
This archive was generated by hypermail 2.2.0 : Wed Feb 15 2012 - 06:13:41 CET