Re: Microsoft Visual C++

2008-10-14 Thread So Gerald
As I know,Microsoft Visual C++ Express do not support multithread programs
correctly and OpenSSL needs to work at multithread mode. So you should use
the other version of compiler instead.

2008/10/11 Michael Luich [EMAIL PROTECTED]

 On Fri, Oct 10, 2008 at 9:25 PM, Thomas J. Hruska
 [EMAIL PROTECTED] wrote:
   Michael Luich wrote:
 
  Hello,
 I'm trying to compile in Microsoft Visual C++ Express and I'm getting
  linker errors like:
 
  error LNK2019: unresolved external symbol _BIO_gets referenced in
 function
  char * __cdecl sr_encrypt(char *,struct _iobuf *) (?sr_encrypt@
  @YAPADPADPAU_iobuf@@@Z)
 
  I got the header files all setup, but I can't get the libs working. I
  followed the help and copied the lib files to C:\Program Files\Microsoft
  Visual Studio 9.0\VC\lib .
 
  Anybody know what i'm missing?
 
  Mike Luich
 
  You have to add the .lib files to your project's Linker properties.
 
  --
  Thomas Hruska
  Shining Light Productions
 
  Home of BMP2AVI, Nuclear Vision, ProtoNova, and Win32 OpenSSL.
  http://www.slproweb.com/
 
 
  __
  OpenSSL Project http://www.openssl.org
  User Support Mailing Listopenssl-users@openssl.org
  Automated List Manager   [EMAIL PROTECTED]
 


 I've tried to do that but It doesn't seem to be working. Any idea on
 how I do that?

 Mike Luich
 --
 you can't put your finger there - OOH! PUT YOUR FINGER THERE!  -
 Princeton, Avenue Q
 (http://www.avenueq.com/)
  __
 OpenSSL Project http://www.openssl.org
 User Support Mailing Listopenssl-users@openssl.org
 Automated List Manager   [EMAIL PROTECTED]



Re: Microsoft Visual C++

2008-10-14 Thread Josue Andrade Gomes
Do you have any references about this VC++ Express problem with
multithreaded programs?

I'm using it and I'm interested.

--

On Tue, Oct 14, 2008 at 11:33 AM, So Gerald [EMAIL PROTECTED] wrote:
 As I know,Microsoft Visual C++ Express do not support multithread programs
 correctly and OpenSSL needs to work at multithread mode. So you should use
 the other version of compiler instead.

 2008/10/11 Michael Luich [EMAIL PROTECTED]

 On Fri, Oct 10, 2008 at 9:25 PM, Thomas J. Hruska
 [EMAIL PROTECTED] wrote:
  Michael Luich wrote:
 
  Hello,
 I'm trying to compile in Microsoft Visual C++ Express and I'm
  getting
  linker errors like:
 
  error LNK2019: unresolved external symbol _BIO_gets referenced in
  function
  char * __cdecl sr_encrypt(char *,struct _iobuf *) (?sr_encrypt@
  @YAPADPADPAU_iobuf@@@Z)
 
  I got the header files all setup, but I can't get the libs working. I
  followed the help and copied the lib files to C:\Program
  Files\Microsoft
  Visual Studio 9.0\VC\lib .
 
  Anybody know what i'm missing?
 
  Mike Luich
 
  You have to add the .lib files to your project's Linker properties.
 
  --
  Thomas Hruska
  Shining Light Productions
 
  Home of BMP2AVI, Nuclear Vision, ProtoNova, and Win32 OpenSSL.
  http://www.slproweb.com/
 
 
  __
  OpenSSL Project http://www.openssl.org
  User Support Mailing Listopenssl-users@openssl.org
  Automated List Manager   [EMAIL PROTECTED]
 


 I've tried to do that but It doesn't seem to be working. Any idea on
 how I do that?

 Mike Luich
 --
 you can't put your finger there - OOH! PUT YOUR FINGER THERE!  -
 Princeton, Avenue Q
 (http://www.avenueq.com/)
 __
 OpenSSL Project http://www.openssl.org
 User Support Mailing Listopenssl-users@openssl.org
 Automated List Manager   [EMAIL PROTECTED]


__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]


Re: Microsoft Visual C++

2008-10-14 Thread Michael Luich
A

phew at least it's not me. bloomin M$..

Thanks

Mike Luich

On Tue, Oct 14, 2008 at 10:33 AM, So Gerald [EMAIL PROTECTED] wrote:

 As I know,Microsoft Visual C++ Express do not support multithread programs
 correctly and OpenSSL needs to work at multithread mode. So you should use
 the other version of compiler instead.

 2008/10/11 Michael Luich [EMAIL PROTECTED]

  On Fri, Oct 10, 2008 at 9:25 PM, Thomas J. Hruska
 [EMAIL PROTECTED] wrote:
   Michael Luich wrote:
 
  Hello,
 I'm trying to compile in Microsoft Visual C++ Express and I'm
 getting
  linker errors like:
 
  error LNK2019: unresolved external symbol _BIO_gets referenced in
 function
  char * __cdecl sr_encrypt(char *,struct _iobuf *) (?sr_encrypt@
  @YAPADPADPAU_iobuf@@@Z)
 
  I got the header files all setup, but I can't get the libs working. I
  followed the help and copied the lib files to C:\Program
 Files\Microsoft
  Visual Studio 9.0\VC\lib .
 
  Anybody know what i'm missing?
 
  Mike Luich
 
  You have to add the .lib files to your project's Linker properties.
 
  --
  Thomas Hruska
  Shining Light Productions
 
  Home of BMP2AVI, Nuclear Vision, ProtoNova, and Win32 OpenSSL.
  http://www.slproweb.com/
 
 
  __
  OpenSSL Project http://www.openssl.org
  User Support Mailing Listopenssl-users@openssl.org
  Automated List Manager   [EMAIL PROTECTED]
 


 I've tried to do that but It doesn't seem to be working. Any idea on
 how I do that?

 Mike Luich
 --
 you can't put your finger there - OOH! PUT YOUR FINGER THERE!  -
 Princeton, Avenue Q
 (http://www.avenueq.com/)
  __
 OpenSSL Project http://www.openssl.org
 User Support Mailing Listopenssl-users@openssl.org
 Automated List Manager   [EMAIL PROTECTED]





Re: Microsoft Visual C++

2008-10-13 Thread Dan_Mitton
Mike,

I believe you also need to add the libraries to your link statement 
configuration.

Dan



Please respond to openssl-users@openssl.org
Sent by:[EMAIL PROTECTED]
To: openssl-users@openssl.org
cc:  (bcc: Dan Mitton/YD/RWDOE)
Subject:Microsoft Visual C++
LSN: Not Relevant
User Filed as: Not a Record

Hello,
I'm trying to compile in Microsoft Visual C++ Express and I'm getting 
linker errors like: 

error LNK2019: unresolved external symbol _BIO_gets referenced in function 
char * __cdecl sr_encrypt(char *,struct _iobuf *) 
(?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)

I got the header files all setup, but I can't get the libs working. I 
followed the help and copied the lib files to C:\Program Files\Microsoft 
Visual Studio 9.0\VC\lib .

Anybody know what i'm missing?

Mike Luich

1-- Build started: Project: sr_trillian_plugin, Configuration: Debug 
Win32 --
1Compiling...
1stdafx.cpp
1Compiling...
1sr_trillian_plugin.cpp
1c:\users\mluich\documents\visual studio 
2008\projects\sr_trillian_plugin\sr_trillian_plugin\sr_trillian_plugin.cpp(194) 
: warning C4129: '%' : unrecognized character escape sequence
1c:\users\mluich\documents\visual studio 
2008\projects\sr_trillian_plugin\sr_trillian_plugin\sr_trillian_plugin.cpp(247) 
: warning C4129: '%' : unrecognized character escape sequence
1Compiling...
1dllmain.cpp
1Linking...
1   Creating library C:\Users\mluich\Documents\Visual Studio 
2008\Projects\sr_trillian_plugin\Debug\sr_trillian_plugin.lib and object 
C:\Users\mluich\Documents\Visual Studio 
2008\Projects\sr_trillian_plugin\Debug\sr_trillian_plugin.exp
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol 
_BIO_gets referenced in function char * __cdecl sr_encrypt(char *,struct 
_iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol 
_BIO_ctrl referenced in function char * __cdecl sr_encrypt(char *,struct 
_iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol 
_BIO_ctrl_pending referenced in function char * __cdecl sr_encrypt(char 
*,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol 
_SMIME_write_PKCS7 referenced in function char * __cdecl sr_encrypt(char 
*,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol 
_PKCS7_encrypt referenced in function char * __cdecl sr_encrypt(char 
*,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol 
_sk_push referenced in function char * __cdecl sr_encrypt(char *,struct 
_iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol 
_PEM_read_X509 referenced in function char * __cdecl sr_encrypt(char 
*,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol 
_BIO_new referenced in function char * __cdecl sr_encrypt(char *,struct 
_iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol 
_BIO_s_mem referenced in function char * __cdecl sr_encrypt(char *,struct 
_iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol 
_BIO_new_mem_buf referenced in function char * __cdecl sr_encrypt(char 
*,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol 
_RAND_load_file referenced in function char * __cdecl sr_encrypt(char 
*,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol 
_ERR_load_crypto_strings referenced in function char * __cdecl 
sr_encrypt(char *,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol 
_OPENSSL_add_all_algorithms_noconf referenced in function char * __cdecl 
sr_encrypt(char *,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol 
_sk_new_null referenced in function char * __cdecl sr_encrypt(char 
*,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol 
_EVP_des_ede3_cbc referenced in function char * __cdecl sr_encrypt(char 
*,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol 
_ERR_error_string referenced in function char * __cdecl sr_decrypt(char 
*,char *) (?sr_decrypt@@[EMAIL PROTECTED])
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol 
_ERR_get_error referenced in function char * __cdecl sr_decrypt(char 
*,char *) (?sr_decrypt@@[EMAIL PROTECTED])
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol

Re: Microsoft Visual C++

2008-10-13 Thread Michael Luich
On Fri, Oct 10, 2008 at 9:25 PM, Thomas J. Hruska
[EMAIL PROTECTED] wrote:
 Michael Luich wrote:

 Hello,
I'm trying to compile in Microsoft Visual C++ Express and I'm getting
 linker errors like:

 error LNK2019: unresolved external symbol _BIO_gets referenced in function
 char * __cdecl sr_encrypt(char *,struct _iobuf *) (?sr_encrypt@
 @YAPADPADPAU_iobuf@@@Z)

 I got the header files all setup, but I can't get the libs working. I
 followed the help and copied the lib files to C:\Program Files\Microsoft
 Visual Studio 9.0\VC\lib .

 Anybody know what i'm missing?

 Mike Luich

 You have to add the .lib files to your project's Linker properties.

 --
 Thomas Hruska
 Shining Light Productions

 Home of BMP2AVI, Nuclear Vision, ProtoNova, and Win32 OpenSSL.
 http://www.slproweb.com/


 __
 OpenSSL Project http://www.openssl.org
 User Support Mailing Listopenssl-users@openssl.org
 Automated List Manager   [EMAIL PROTECTED]



I've tried to do that but It doesn't seem to be working. Any idea on
how I do that?

Mike Luich
-- 
you can't put your finger there - OOH! PUT YOUR FINGER THERE!  -
Princeton, Avenue Q
(http://www.avenueq.com/)
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]


Re: Microsoft Visual C++

2008-10-11 Thread Michael Luich
OK So I figured it out. After following the help files instructions on where
to copy the files, under the project properties - configuration properties
- linker - input - additional dependencies  add libeay32MD.lib
ssleay32MD.lib Note the MD matches the build type under properties -
configuration properties - C/C++ - code generation

Mike Luich

On Fri, Oct 10, 2008 at 9:25 PM, Thomas J. Hruska 
[EMAIL PROTECTED] wrote:

 Michael Luich wrote:

 Hello,
I'm trying to compile in Microsoft Visual C++ Express and I'm getting
 linker errors like:

 error LNK2019: unresolved external symbol _BIO_gets referenced in function
 char * __cdecl sr_encrypt(char *,struct _iobuf *) (?sr_encrypt@
 @YAPADPADPAU_iobuf@@@Z)

 I got the header files all setup, but I can't get the libs working. I
 followed the help and copied the lib files to C:\Program Files\Microsoft
 Visual Studio 9.0\VC\lib .

 Anybody know what i'm missing?

 Mike Luich


 You have to add the .lib files to your project's Linker properties.

 --
 Thomas Hruska
 Shining Light Productions

 Home of BMP2AVI, Nuclear Vision, ProtoNova, and Win32 OpenSSL.
 http://www.slproweb.com/


 __
 OpenSSL Project http://www.openssl.org
 User Support Mailing Listopenssl-users@openssl.org
 Automated List Manager   [EMAIL PROTECTED]



Microsoft Visual C++

2008-10-10 Thread Michael Luich
Hello,
I'm trying to compile in Microsoft Visual C++ Express and I'm getting
linker errors like:

error LNK2019: unresolved external symbol _BIO_gets referenced in function
char * __cdecl sr_encrypt(char *,struct _iobuf *) (?sr_encrypt@
@YAPADPADPAU_iobuf@@@Z)

I got the header files all setup, but I can't get the libs working. I
followed the help and copied the lib files to C:\Program Files\Microsoft
Visual Studio 9.0\VC\lib .

Anybody know what i'm missing?

Mike Luich

1-- Build started: Project: sr_trillian_plugin, Configuration: Debug
Win32 --
1Compiling...
1stdafx.cpp
1Compiling...
1sr_trillian_plugin.cpp
1c:\users\mluich\documents\visual studio
2008\projects\sr_trillian_plugin\sr_trillian_plugin\sr_trillian_plugin.cpp(194)
: warning C4129: '%' : unrecognized character escape sequence
1c:\users\mluich\documents\visual studio
2008\projects\sr_trillian_plugin\sr_trillian_plugin\sr_trillian_plugin.cpp(247)
: warning C4129: '%' : unrecognized character escape sequence
1Compiling...
1dllmain.cpp
1Linking...
1   Creating library C:\Users\mluich\Documents\Visual Studio
2008\Projects\sr_trillian_plugin\Debug\sr_trillian_plugin.lib and object
C:\Users\mluich\Documents\Visual Studio
2008\Projects\sr_trillian_plugin\Debug\sr_trillian_plugin.exp
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_BIO_gets referenced in function char * __cdecl sr_encrypt(char *,struct
_iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_BIO_ctrl referenced in function char * __cdecl sr_encrypt(char *,struct
_iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_BIO_ctrl_pending referenced in function char * __cdecl sr_encrypt(char
*,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_SMIME_write_PKCS7 referenced in function char * __cdecl sr_encrypt(char
*,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_PKCS7_encrypt referenced in function char * __cdecl sr_encrypt(char
*,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_sk_push referenced in function char * __cdecl sr_encrypt(char *,struct
_iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_PEM_read_X509 referenced in function char * __cdecl sr_encrypt(char
*,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_BIO_new referenced in function char * __cdecl sr_encrypt(char *,struct
_iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_BIO_s_mem referenced in function char * __cdecl sr_encrypt(char *,struct
_iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_BIO_new_mem_buf referenced in function char * __cdecl sr_encrypt(char
*,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_RAND_load_file referenced in function char * __cdecl sr_encrypt(char
*,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_ERR_load_crypto_strings referenced in function char * __cdecl
sr_encrypt(char *,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_OPENSSL_add_all_algorithms_noconf referenced in function char * __cdecl
sr_encrypt(char *,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_sk_new_null referenced in function char * __cdecl sr_encrypt(char *,struct
_iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_EVP_des_ede3_cbc referenced in function char * __cdecl sr_encrypt(char
*,struct _iobuf *) (?sr_encrypt@@YAPADPADPAU_iobuf@@@Z)
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_ERR_error_string referenced in function char * __cdecl sr_decrypt(char
*,char *) (?sr_decrypt@@[EMAIL PROTECTED])
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_ERR_get_error referenced in function char * __cdecl sr_decrypt(char *,char
*) (?sr_decrypt@@[EMAIL PROTECTED])
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_PKCS7_decrypt referenced in function char * __cdecl sr_decrypt(char *,char
*) (?sr_decrypt@@[EMAIL PROTECTED])
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_ERR_print_errors_fp referenced in function char * __cdecl sr_decrypt(char
*,char *) (?sr_decrypt@@[EMAIL PROTECTED])
1sr_trillian_plugin.obj : error LNK2019: unresolved external symbol
_SMIME_read_PKCS7

Re: Microsoft Visual C++

2008-10-10 Thread Thomas J. Hruska

Michael Luich wrote:

Hello,
I'm trying to compile in Microsoft Visual C++ Express and I'm getting
linker errors like:

error LNK2019: unresolved external symbol _BIO_gets referenced in function
char * __cdecl sr_encrypt(char *,struct _iobuf *) (?sr_encrypt@
@YAPADPADPAU_iobuf@@@Z)

I got the header files all setup, but I can't get the libs working. I
followed the help and copied the lib files to C:\Program Files\Microsoft
Visual Studio 9.0\VC\lib .

Anybody know what i'm missing?

Mike Luich


You have to add the .lib files to your project's Linker properties.

--
Thomas Hruska
Shining Light Productions

Home of BMP2AVI, Nuclear Vision, ProtoNova, and Win32 OpenSSL.
http://www.slproweb.com/


__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]