RE: unresolved symbols when linking with vs2005

2009-05-27 Thread gary marlow
My bad. Had to add the library names in the additional dependency box of the link properties > Date: Mon, 25 May 2009 23:21:44 +0200 > Subject: Re: unresolved symbols when linking with vs2005 > From: g...@hobbelt.com > To: openssl-users@openssl.org > > Answer below... &

Re: unresolved symbols when linking with vs2005

2009-05-25 Thread Ger Hobbelt
Answer below... On Mon, May 25, 2009 at 10:38 PM, gary marlow wrote: > perl util/copy.pl "out32\ssleay32.lib" "C:\tmpopenssl\lib" > Copying: out32/ssleay32.lib to C:/tmpopenssl/lib/ssleay32.lib > perl util/copy.pl "out32\libeay32.lib" "C:\tmpopenssl\lib" > Copying: out32/libeay32.lib to C:/tmpope

unresolved symbols when linking with vs2005

2009-05-25 Thread gary marlow
Hello, I have built openssl 098k with visual studio 2005 using the following script (batch file) perl.exe Configure VC-WIN32 --prefix=C:\tmpopenssl no-idea no-mdc2 no-rc5 no-asm no-shared ms\do_ms nmake -f ms\nt.mak nmake -f ms\nt.mak install openssl builds with no problem reporti