Correct way of including a module in an application
Björn Bylander
bjorn@REDACTED
Fri Sep 20 09:47:54 CEST 2002
Hello,
I'm currently writing an OTP application which makes use of
http://www.erlang.org/contrib/ucs-0.1.tgz.
What would be the correct way of integrating this module into my
application?
I've created a boot file which primLoads ucs but that doesn't actually
load the module. Should I put code:load_file(ucs) somewhere in my
application or is there some other more "correct" way of doing this?
Thanks in advance,
Björn
More information about the erlang-questions
mailing list