[Ecls-list] Help building dll on windows

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Fri Jul 11 17:15:30 UTC 2008


On Fri, Jul 11, 2008 at 6:36 PM, Hugo Duncan <hugo_duncan at yahoo.com> wrote:
> Looking better :-)  I can build the dll, but the init function now seems to
> be generated as init_lib_BASENAME, while the si_load_binary code is looking
> for init_fas_CODE or init_fas_BASENAME.  Also the init function doesn't seem
> to be exported.

Are you trying to load the DLL? This is not allowed. If you want a
loadable module, use make-build with type :fasl FASL files are binary
files that ECL can load. DLLs are inteded to be linked against your
program, not loaded with si_load_binary

Juanjo

-- 
Facultad de Fisicas, Universidad Complutense,
Ciudad Universitaria s/n Madrid 28040 (Spain)
http://juanjose.garciaripoll.googlepages.com




More information about the ecl-devel mailing list