Re: I'm having the issue to build x64-bit DLL flavor of OpenSSL 1.0.1g with VS2010

2014-05-14 Thread mikmela
Thank you Steven! Steven Kneizys wrote > Also, perl's before 5.8 (i think) do not have Unicode and handle bytes a > bit differently, I would recommend an upgrade there. > > Steve... I installed latest perl and that was it!!! Thanks to everyone who triied to help as well! -- View this message

Re: I'm having the issue to build x64-bit DLL flavor of OpenSSL 1.0.1g with VS2010

2014-05-13 Thread mikmela
Not sure what I'm doing wrong: Unzip tar with 1.0.1g and in Visual Studio x64 Win64 Command Prompt (2010) : 1. perl Configure VC-WIN64A no-asm 2. ms\do_win64a>txt.txt 2>&1 The next thing it fails the masm compilation C:\Users\mmelamud\Downloads\openssl-1.0.1g.tar\openssl-1.0.1g-x64\openssl-1.0.1g\

Re: I'm having the issue to build x64-bit DLL flavor of OpenSSL 1.0.1g with VS2010

2014-05-09 Thread mikmela
Just to give a bit more details - I used pretty much default configuration: 1. perl Configure VC-WIN64A no-asm Configuring for VC-WIN64A no-asm [option] OPENSSL_NO_ASM no-ec_nistp_64_gcc_128 [default] OPENSSL_NO_EC_NISTP_64_GCC_128 (skip dir) no-gmp [default] OPEN

I'm having the issue to build x64-bit DLL flavor of OpenSSL 1.0.1g with VS2010

2014-05-09 Thread mikmela
I'm having the issue to build x64-bit DLL flavor of OpenSSL 1.0.1g with VS2010. The last step when it tries to compile some asm code using ml64 I'm getting the following.. ml64 /c ms\uptable.asm Microsoft (R) Macro Assembler (x64) Version 10.00.40219.01 Copyright (C) Microsoft Corporatio