Re: [MSEide-MSEgui-talk] msecryptohandler.pas(820, 10) Fatal: Internal error 200409241

2012-07-09 Thread Alexander
http://mantis.freepascal.org/view.php?id=22403 On Mon, 9 Jul 2012 06:54:38 +0200 Martin Schreiber wrote: > There should be no compiler crash by -O3. Please make a FPC bug > report, "Internal error 200409241" is reproducible. -

Re: [MSEide-MSEgui-talk] OpenSSL 1+: no EVP_MD2 support anymore in prebuilt binaries

2012-07-09 Thread Martin Schreiber
On 10.07.2012 00:56, Ivanko B wrote > See the attached file for differences: > > left column: 0.9.x only > right column: 1.0.x only > > The 0.9.x is taken from PostgreSQL, me don't know if is it vanilla. MSEgui already has optional openssl functions: " funcsopt: array[0..10] of funcinfoty = (

Re: [MSEide-MSEgui-talk] OpenSSL 1+: no EVP_MD2 support anymore in prebuilt binaries

2012-07-09 Thread Ivanko B
> I already removed some of the functions in Windows. Do you have a list of > the > unsupported funstions? > See the attached file for differences: left column: 0.9.x only right column: 1.0.x only The 0.9.x is taken from PostgreSQL, me don't know if is it vanilla. log Description: Binary data

Re: [MSEide-MSEgui-talk] OpenSSL 1+: no EVP_MD2 support anymore in prebuilt binaries

2012-07-09 Thread Martin Schreiber
On Monday 09 July 2012 20:51:19 Ivanko B wrote: > STUNNEL already fails to run with it since has LIBEAY32 built-time > linked it. MSEgui maybe also need to adjust the import section (just > to stay silent). > I already removed some of the functions in Windows. Do you have a list of the unsupported

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-09 Thread Martin Schreiber
On Monday 09 July 2012 21:09:39 Patrick Goupell wrote: > From the fpc tar package I downloaded: > > declared as a conffile since version 1.0.2. > > And, yes - this is a i386/amd64/powerpc/sparc/arm only package currently. > > > Web site and download information: > -

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-09 Thread Patrick Goupell
From the fpc tar package I downloaded: declared as a conffile since version 1.0.2. And, yes - this is a i386/amd64/powerpc/sparc/arm only package currently. Web site and download information: -- The Original site is http://www.freepascal.org/ ftp://ftp.fr

[MSEide-MSEgui-talk] OpenSSL 1+: no EVP_MD2 support anymore in prebuilt binaries

2012-07-09 Thread Ivanko B
STUNNEL already fails to run with it since has LIBEAY32 built-time linked it. MSEgui maybe also need to adjust the import section (just to stay silent). -- Live Security Virtual Conference Exclusive live event will cover a

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-09 Thread Martin Schreiber
On Monday 09 July 2012 20:31:30 Patrick Goupell wrote: > This is the compiler output: > > Free Pascal Compiler version 2.6.0 [2011/12/23] for i386 <-- This is the 32 bit compiler (i386)! Martin --

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-09 Thread Patrick Goupell
This is the compiler output: Free Pascal Compiler version 2.6.0 [2011/12/23] for i386 Copyright (c) 1993-2011 by Florian Klaempfl and others Target OS: Linux for i386 Compiling /data/patrick/mseide-msegui/apps/ide/mseide.pas ... snip the "Compiling /data/patrick/mseide-msegui/apps/ide/symbolfor

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-09 Thread Martin Schreiber
On Monday 09 July 2012 17:23:24 Patrick Goupell wrote: > I am setting up a kvm 32 bit squeeze machine for 32 bit development. > > Not a problem as the reason I got the new computer was to work with kvm > virtual machines. > > I will hold off on the 64 bit unless you want me to pursue it. > Are you

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-09 Thread Patrick Goupell
Correct on the hardware vt. I have been looking at it for about 1 to 2 years now. But everytime I was ready to pull out the credit card I would decide that i really "don't need" it right now. Last week tigerdirect (www.tigerdirect.com) had a sale on barebone kits. Desktop case, power supply,

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-09 Thread Ivanko B
I got the new computer was to work with kvm virtual machines. == With the VMT [handware virtualization] CPU facilities, me guess ? It was the main reason why me have to buy the quite expensive C2D E8400 :) 2012/7/9, Patrick Goupell : > I am setting up a kvm 32 bit squeeze machine for 3

Re: [MSEide-MSEgui-talk] How to AES/DES crypt/decrypt string variables with the MSEgui OpenSSL facilities ?

2012-07-09 Thread Ivanko B
Me 've been trying to write an encryption & directory & access right handling capable archiver unit/DLL since there's no freeware one available, surprisingly, as long as the existing standalone executable solution (7zip) is unsafe as to seeing encryption keys etc via process explorers :) The idea i

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-09 Thread Patrick Goupell
I am setting up a kvm 32 bit squeeze machine for 32 bit development. Not a problem as the reason I got the new computer was to work with kvm virtual machines. I will hold off on the 64 bit unless you want me to pursue it. Patrick ---

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-09 Thread Martin Schreiber
On Monday 09 July 2012 15:02:46 Patrick Goupell wrote: > Tried that. > > Still the same error. > Please show the whole compiler messages. Martin -- Live Security Virtual Conference Exclusive live event will cover all the

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-09 Thread Patrick Goupell
Tried that. Still the same error. Will try some more google searches. Is anyone using debian (squeeze) on a 64 bit cpu? Patrick -- Live Security Virtual Conference Exclusive live event will cover all the ways today's s

Re: [MSEide-MSEgui-talk] How to AES/DES crypt/decrypt string variables with the MSEgui OpenSSL facilities ?

2012-07-09 Thread Martin Schreiber
IvankoB wrote: > >> Now we have the tool against what many programmers have to struggle > >> toughly :) > > > > I struggled (and still do) thoughly. ;-) > > .. and we have a LIBRARY SOLUTION not just a regular "how-to" :) > Cipher-, compression- and encoding- chaining is ready for testing, please