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 >

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.

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

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: unre

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

Re: Microsoft Visual C++

2008-10-11 Thread Michael Luich
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++ Expres

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@ @YAPADPADP

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