Re: Error after converting C++

2000-04-17 Thread Pablo J. Royo
Check if declarations for that functions are enclosed in an #ifdef __cplusplus statement.   -Original Message-From: Tugrul Bingol <[EMAIL PROTECTED]>To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>Date: lunes 17 de abril de 2000 18:17Subject:

Error after converting C++

2000-04-17 Thread Tugrul Bingol
Hi, I wrote a C++ class using openssl, however I am getting a linking error message although I tried to solve it for hours. I have no problem with the C code, I can compile&link successfully. The followings are my command line and error message.   -