RE: Where's Tk?

2010-12-16 Thread Jean-Philippe.Ulpiano
Hi, FYI on our end we had quite some problems with perl 5.12 and Tk. Looks like it is not anymore compliant, supported or developped ... Sorry I lost the corrsponding threads. We had to find a different solution. Kind regards, Jean-Philippe -Original Message- From:

RE: Text Encrypt and Decryption

2009-10-20 Thread Jean-Philippe.Ulpiano
Hi Kprasad, Maybe you find what you need here. We are using that too it works quite good ... http://search.cpan.org/~shay/Filter-Crypto-1.26/script/crypt_file Kind regards, Jean-Philippe -Original Message- From: perl-win32-users-boun...@listserv.activestate.com

RE: Perl and memory...

2009-07-29 Thread Jean-Philippe.Ulpiano
Hi, I am using perl embedded on C + wxWidgets with a threading mechnism. If a thread is never join, I can see clearly the amount of memory growing after each thread run. However, if it is joined, the amount of memory used gets freed. I had checked that on Windows 2000. Kind regards,

Activeperl 5.10 + thread + join = random crashes

2009-06-03 Thread Jean-Philippe.Ulpiano
Hi, I am using threads and perl and after a particular number of thread creation/destruction (2 to 15) perl crashes when doing a join. I saw a similar problem dated from July 2004: http://aspn.activestate.com/ASPN/Mail/Message/perl-win32-users/2131329 Any idea if I am facing the same problem

RE: Activeperl 5.10 + thread + join = random crashes

2009-06-03 Thread Jean-Philippe.Ulpiano
Hi Brian, Thanks for your reply, Sorry, I should have specified that these crashes are sporadic. Sometimes it does not crash at all but when it crashes, it is usually maximum after 15 join. Hence it is hard to provide a piece of code to reproduce the problem. Another thing I should have

RE: Activeperl 5.10 + thread + join = random crashes

2009-06-03 Thread Jean-Philippe.Ulpiano
To be honnest I do not call any Tk lib. I even do not know why it appears in the stack ... My C code uses wxWidgets lib for the GUI, hence the Perl side is used only for computation or some lowlevel accesses... Thanks for your help, Any other hint or idea will be welcome, Jean-Philippe