slang-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [slang-users] Help on making modules required ....


Ben Duncan <ben@xxxxxxxxxxxxxxxxxx> wrote:
>Also, do the modules need to do SLang_init_slang, or is that with C programs
>that call and use the interpreter only?

SLang_init_slang should be called one time to initialize the
interpreter.  If you do not use the interpreter, then do not call it.

An interpreter module, i.e., the thing that gets loaded via the import
intrinsic, should never call SLang_init_slang.

Good luck,
--John

_______________________________________________
To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]