hello,
I use a function (char* crypt(const char *PW, *Salt)) in order to encrypt data in my application.
My application works on UNIX. So I use a Standard C Library (libc.a) which contains module crypt.o.
Now my application has to work under WIN NT and I don't find the module crypt.o.
Is this function exist under NT ?
Where can I find this module ?
Please Help,
Thank much. [sig][/sig]
I use a function (char* crypt(const char *PW, *Salt)) in order to encrypt data in my application.
My application works on UNIX. So I use a Standard C Library (libc.a) which contains module crypt.o.
Now my application has to work under WIN NT and I don't find the module crypt.o.
Is this function exist under NT ?
Where can I find this module ?
Please Help,
Thank much. [sig][/sig]