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..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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..