[Ecls-list] About Embed ECL into C programs
Juan Jose Garcia-Ripoll
jjgarcia at users.sourceforge.net
Mon Nov 20 09:37:19 UTC 2006
2006/11/20, Juan Jose Garcia-Ripoll <juanjose.garciaripoll at googlemail.com>:
> (C:BUILD-PROGRAM "poker" :lisp-files ("myfile.o") :ld-flags
> '("pokerclient.lib"))
Sorry, this should be something like
(C:BUILD-PROGRAM "poker" :lisp-files ("myfile.o") :ld-flags
'("pokerclient.lib") :epilogue-code "start_poker_client()")
assuming an entry point for the client void start_poker_client(void);
Juanjo
More information about the ecl-devel
mailing list