Hi,
> The problem is, that I have written an
> `void md5crypt(char * src, char * dest) ` function in C.
> I would like this function to be available in lite, too. What can I do ? (
> I know i could implement the algorithm in Lite, but it's more complicated
> than that.)
You can write a dynamically loadable library, that can be loadad by the
lite interpreter at runtime. In lite this is called modules. Look at
the Hughes website and try to find the example modules that are there
for download (mod_graph, mod_proc and mod_snmp)
Bye,
Georg
-------------------------------------------------------------------------
To unsubscribe, go to http://www.Hughes.com.au/extras/email/
This archive was generated by hypermail 2b30 : Mon Mar 04 2002 - 09:04:04 EST