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

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 openssl\.h #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

RE: ERROR LINK2019

2010-04-14 Thread 芦翔
. 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 芦翔, I also used mixed C / C++ Project and did not used

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 芦翔
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 has a corresponding LIB file which is statically

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 errors.

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

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 the whole

RE: ERROR LINK2019

2010-04-13 Thread 芦翔
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, I am trying to add the security flavor to an application. To achieve

RE: ERROR LINK2019

2010-04-13 Thread 芦翔
. 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 flavor to an application. To achieve this objective, I

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 LINK2019