[Solution] Re: Problem in compiling openssl 0.9.7g on Windows with MSVC workspace

2005-06-05 Thread Francois PIETTE
Simple: there was a second missing file: v3_pci.c. So the final solution is to add two files to the libeay32/x509v3 folder in the worlspace: v3_pci.c and v3_pcia.c -- [EMAIL PROTECTED] The author for the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite

Re: Problem in compiling openssl 0.9.7g on Windows with MSVC workspace

2005-06-04 Thread Francois PIETTE
Am i the only one still using MSVC workspace ? Can someone give a look at my message below ? -- [EMAIL PROTECTED] The author for the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From:

Re: Problem in compiling openssl 0.9.7g on Windows with MSVC workspace

2005-06-04 Thread Sean Covel
From the looks of it you are missing some include files. Search the source for where those symbols are defined. Get those include files into your project. BTW, why not just link to the libs? You could even link statically. Sean Francois PIETTE wrote: Am i the only one still using MSVC

Re: Problem in compiling openssl 0.9.7g on Windows with MSVC workspace

2005-06-04 Thread Francois PIETTE
From the looks of it you are missing some include files. Search the source for where those symbols are defined. Get those include files into your project. There are no missing source file. The symbols are defined by various macros. Everything is there (I can compile correctly with the

Re: Problem in compiling openssl 0.9.7g on Windows with MSVC workspace

2005-06-02 Thread Francois PIETTE
I have the exact same problem and can't fix it. Can someone give a step by step procedure to fix the problem ? Or maybe correct MSVC workspace exist somewhere ? btw: Compiling works OK when using the make file. It only fails as explained below when using MSVC workspace. -- [EMAIL PROTECTED]