Re: [Pharo-users] [ANN] OpenSSL-Pharo works on Windows

2018-01-15 Thread Francisco Ortiz PeƱaloza
Thanks! Francisco On Mon, Jan 15, 2018 at 8:20 AM, Tudor Girba wrote: > Thanks a lot! > > Doru > > > > On Dec 20, 2017, at 8:55 AM, Pierce Ng wrote: > > > > Hi all, > > > > OpenSSL-Pharo now works on Windows. Tested on Windows 10 with a fresh > 32-bit > > Pharo 6.1 zip package downloaded from

Re: [Pharo-users] [ANN] OpenSSL-Pharo works on Windows

2018-01-15 Thread Tudor Girba
Thanks a lot! Doru > On Dec 20, 2017, at 8:55 AM, Pierce Ng wrote: > > Hi all, > > OpenSSL-Pharo now works on Windows. Tested on Windows 10 with a fresh 32-bit > Pharo 6.1 zip package downloaded from pharo.org. On Windows this library uses > libeay.dll which is bundled with the Pharo VM. > >

Re: [Pharo-users] [ANN] OpenSSL-Pharo works on Windows

2017-12-22 Thread Norbert Hartl
That is really great. SSL is really somthing important. Well done! Norbert > Am 20.12.2017 um 08:55 schrieb Pierce Ng : > > Hi all, > > OpenSSL-Pharo now works on Windows. Tested on Windows 10 with a fresh 32-bit > Pharo 6.1 zip package downloaded from pharo.org. On Windows this library uses >

Re: [Pharo-users] [ANN] OpenSSL-Pharo works on Windows

2017-12-20 Thread Sean Glazier
OK now my cell is finally working again! I can now be reached at 603 957 2705 Kind Regards, Sean Glazier On Wed, Dec 20, 2017 at 2:57 PM, Stephane Ducasse wrote: > great news. > And this is super great that you plan to work on different platforms! > THANKS > > On Wed, Dec 20, 2017 at 8:55 A

Re: [Pharo-users] [ANN] OpenSSL-Pharo works on Windows

2017-12-20 Thread Stephane Ducasse
great news. And this is super great that you plan to work on different platforms! THANKS On Wed, Dec 20, 2017 at 8:55 AM, Pierce Ng wrote: > Hi all, > > OpenSSL-Pharo now works on Windows. Tested on Windows 10 with a fresh 32-bit > Pharo 6.1 zip package downloaded from pharo.org. On Windows this

Re: [Pharo-users] [ANN] OpenSSL-Pharo works on Windows

2017-12-20 Thread Pierce Ng
On Wed, Dec 20, 2017 at 09:03:36AM +0100, Sven Van Caekenberghe wrote: > Inevitable question: what is the plan for the other platforms ? I started on Linux, have now gotten it working on Windows, and expect to do MacOS next. I've also just mirrored the code onto GH. It is now at https://github.co

Re: [Pharo-users] [ANN] OpenSSL-Pharo works on Windows

2017-12-20 Thread Sven Van Caekenberghe
> On 20 Dec 2017, at 08:55, Pierce Ng wrote: > > Hi all, > > OpenSSL-Pharo now works on Windows. Tested on Windows 10 with a fresh 32-bit > Pharo 6.1 zip package downloaded from pharo.org. On Windows this library uses > libeay.dll which is bundled with the Pharo VM. > > Metacello new >ba

[Pharo-users] [ANN] OpenSSL-Pharo works on Windows

2017-12-19 Thread Pierce Ng
Hi all, OpenSSL-Pharo now works on Windows. Tested on Windows 10 with a fresh 32-bit Pharo 6.1 zip package downloaded from pharo.org. On Windows this library uses libeay.dll which is bundled with the Pharo VM. Metacello new baseline: 'OpenSSL'; smalltalkhubUser: 'PierceNg' project: 'Ope