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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.