Kim,
You can compile old C code with VC 7.0, but is results in what is called "Unmanaged
code" and is not the most desirable. You are correct that there are not C style
pointers or #defines either, you need to replace the thing that you were pointing to
with an object and objects are referenced by pointers. It takes a while to retrain
your brain from C pointers to objects, but believe me it is worth it !
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]