RE: ERROR LINK2019

2010-04-14 Thread 芦翔
14 Apr 2010 22:32:27 +0200 > From: modem-...@gmx.net > To: openssl-users@openssl.org > Subject: Re: ERROR LINK2019 > > Hi 芦翔, > > the way Windows/C is using the SSL Lib here, is a so called "Dynamic > Link Library via IMPLIB loading". This means, each DLL file ha

Re: ERROR LINK2019

2010-04-14 Thread Modem Man
Hi 芦翔, the way Windows/C is using the SSL Lib here, is a so called "Dynamic Link Library via IMPLIB loading". This means, each DLL file has a corresponding LIB file which is statically to be linked together with your source code's OBJ files to become your EXE file. But this LIB is only a so called

RE: ERROR LINK2019

2010-04-14 Thread 芦翔
an I use the compiled dll file. Suggestions will be really appreciated. Thank you. Best Regards, Xiang > Date: Wed, 14 Apr 2010 15:55:49 +0200 > From: modem-...@gmx.net > To: openssl-users@openssl.org > CC: wr...@rowe-clan.net > Subject: Re: ERROR LINK2019 > > Hi 芦翔, >

Re: ERROR LINK2019

2010-04-14 Thread Modem Man
Hi 芦翔, I also used mixed C / C++ Project and did not used the probably well known #ifdef __cplusplus extern "C" { #endif #include #ifdef __cplusplus } #endif stuff. It worked for me without this. Used VS 2005, which surely has same behaviour as VS 2008. M.M. > hi, > Thank you for your note

Re: ERROR LINK2019

2010-04-14 Thread Modem Man
Hi, 芦翔 please check, if you are using the right include path fpr the right .h files. After calling this: C:\From_Here\openssl.1.0.0\> perl Configure VC-WIN32 no-asm --prefix=c:/to_here/ssl C:\From_Here\openssl.1.0.0\> ms\do_ms you DON'T should use: -I C:\From_Here\openssl.1.0.0\include (or "Addi

RE: ERROR LINK2019

2010-04-13 Thread 芦翔
Dear William, I am sorry for the last intercepted email. I tried the way as your instruction. But the problem is still there. If there is another reason for my question. I am not sure if the openssl lib is not compiled. Thank you. Best Regards, Xiang > Subject: RE: ERROR LINK2

RE: ERROR LINK2019

2010-04-13 Thread 芦翔
by C. The functions > Date: Tue, 13 Apr 2010 17:57:27 -0500 > From: wr...@rowe-clan.net > To: openssl-users@openssl.org > CC: luxiang...@hotmail.com > Subject: Re: ERROR LINK2019 > > On 4/13/2010 4:49 PM, 芦翔 wrote: > > Dear all, > > I am trying to add the security fl

RE: ERROR LINK2019

2010-04-13 Thread 芦翔
xtern"? Thank you so much. Best Regards, Xiang > Date: Tue, 13 Apr 2010 17:57:27 -0500 > From: wr...@rowe-clan.net > To: openssl-users@openssl.org > CC: luxiang...@hotmail.com > Subject: Re: ERROR LINK2019 > > On 4/13/2010 4:49 PM, 芦翔 wrote: > > Dear all, > &g

RE: ERROR LINK2019

2010-04-13 Thread Jeremy Farrell
> From: William A. Rowe Jr. > > On 4/13/2010 4:49 PM, 芦翔 wrote: > > Dear all, > >I am trying to add the security flavor to an > application. To achieve > > this objective, I wrote the codes to establish a security > tunnel between > > the server and the client with VC2008. When I build th

Re: ERROR LINK2019

2010-04-13 Thread John R Pierce
芦翔 wrote: > Dear all, > I am trying to add the security flavor to an application. To achieve > this objective, I wrote the codes to establish a security tunnel > between the server and the client with VC2008. When I build the whole > project, there are tens of similar errors. All of them are as fol

Re: ERROR LINK2019

2010-04-13 Thread William A. Rowe Jr.
On 4/13/2010 4:49 PM, 芦翔 wrote: > Dear all, >I am trying to add the security flavor to an application. To achieve > this objective, I wrote the codes to establish a security tunnel between > the server and the client with VC2008. When I build the whole project, > there are tens of similar error

ERROR LINK2019

2010-04-13 Thread 芦翔
Dear all, I am trying to add the security flavor to an application. To achieve this objective, I wrote the codes to establish a security tunnel between the server and the client with VC2008. When I build the whole project, there are tens of similar errors. All of them are as follows: >SS