[lazarus] Encryption library

2006-01-29 Thread Panagiotis Sidiropoulos
There is an urgen need for an Encryption library ready to use on Lazarus. Searching on the WEB, I found some open source libraries that could probably be converted to Lazarus, but, there are asm pieces of code. An example is TurboPower's LockBox library. I suppose that using asm will make the

Re: [lazarus] Debugger causing problem in Windows

2006-01-29 Thread Felipe Monteiro de Carvalho
On 1/28/06, George Lober [EMAIL PROTECTED] wrote: gdb 6.0 seems to work OK. Thanks. BTW, I got gdb 6.2.1 from the fpc 2.0.0 distribution. Just for the record. I had the same problem on Windows XP, and solved it the exact same way. So the problem has nothing to do with Windows version, but

[lazarus] PasZlib still

2006-01-29 Thread A.J. Venter
I am still unable to get paszlib to work. I have since gone to some pretty big lengths toward my goal, but I am afraid I am stuck. I think the ideal way would be to be able to read the file into a TMemstream, decompress it into another Tmemstream and then write that out, but I must admit I

Re: [lazarus] Qt4 Interface

2006-01-29 Thread Christian Iversen
On Thursday 26 January 2006 20:14, Florian Klaempfl wrote: Christian Iversen wrote: On Thursday 26 January 2006 12:55, Felipe Monteiro de Carvalho wrote: Hello, Attached is a patch that changes the current Qt interface into a Qt4 interface. The following widgets work: TApplication,

Re: [lazarus] Qt4 Interface

2006-01-29 Thread Christian Iversen
On Sunday 29 January 2006 23:53, Christian Iversen wrote: This is _only_ a proof-of-concept, but it goes to show that it's quite doable to link in C++ code. Please once again keep in mind that the access method will look much nicer in a possible real version. Just to correct myself - I clearly

Re: [lazarus] PasZlib still

2006-01-29 Thread Luiz Americo Pereira Camara
A.J. Venter escreveu: I am still unable to get paszlib to work. I have since gone to some pretty big lengths toward my goal, but I am afraid I am stuck. I think the ideal way would be to be able to read the file into a TMemstream, decompress it into another Tmemstream and then write that out,

Re: [lazarus] PasZlib still

2006-01-29 Thread Giulio Bernardi
I am still unable to get paszlib to work. I have since gone to some pretty big lengths toward my goal, but I am afraid I am stuck. I think the ideal way would be to be able to read the file into a TMemstream, decompress it into another Tmemstream and then write that out, but I must admit I