>
> I believe Thomas offers both - if I recall correctly. Try out
> http://www.slproweb.com/download/Win64OpenSSL-0_9_8k.exe.
> Take a look at the ...\OpenSSL\lib\VC\static folder.
Thanks Jeffrey,
That did the trick. I had downloaded the "light" libraries by accident.
That's why I couldn't fin
On Wed, Oct 7, 2009 at 11:22 AM, Younie, Bradford
wrote:
>> Hi Bradford,
>>
>> I've found it easier to use Shining Light's prebuilt OpenSSL gear.
>> Thomas provides both x86 and x64 binaries. See
>> http://www.slproweb.com/products/Win32OpenSSL.html.
>>
>
> Thanks Jeff,
>
> I noticed that Shining
> Hi Bradford,
>
> I've found it easier to use Shining Light's prebuilt OpenSSL gear.
> Thomas provides both x86 and x64 binaries. See
> http://www.slproweb.com/products/Win32OpenSSL.html.
>
Thanks Jeff,
I noticed that Shining Light only gives you the DLL's, but I need the
.lib files for my pr
Hi Bradford,
> tmp32dll\uplink.obj : fatal error LNK1112: module machine type 'X86'
> conflicts with target machine type 'x64'
MachineType is a field in both the object file and PE file. uplink.obj
was built for x86, but your target is an x64 executable.
I've found it easier to use Shining Light'
I followed the instructions detailed in INSTALL.W64. Here's what I did:
perl Configure VC-WIN64A
ms\do_win64a
nmake -f ms\ntdll.mak
The nmake command failed with:
Building OpenSSL
link /nologo /subsystem:console /opt:ref /dll
/out:out32dll\libeay32.dll /def:ms/LIBEAY32.def
@C:\DOCUME~