Okay, I downloaded the Windows source to rtgen, rtsort, and rcrack here: http://www.antsight.com/zsl/rainbowcrack/


Now, I tried to build it with Dev-C++ (with OpenSSL installed), and got all kinds of undefined errors. Has anyone else tried compiling the source?

Also, how do I go about actually compiling the project as 3 executables and the DLL that are included in the binary? What I did was add all of the src to one project and click "Rebuild All" and "Compile and Run" to see if it would work....and it didn't.

Am I supposed to seperate these somehow into 4 different projects? Are these supposed to be done with VC++ or something instead?


A_T