tintino - 2009-09-20

Given the source code in the file crypt-2.2.5-src.zip , how do i actually
implement the Crypt function in my Visual Studio 6.0 C++ app?

I'm sorry if this is a noob question.

I just want to make a dll that exports the Unix function Crypt() - to use in
VB6. ( need dll, because i need __stdcall calling convention to be able to
call it from VB6)

I just don't know what source files to add, and how to configure VS for
includes..paths .. etc..