Re: win32 and modifying a file

2012-06-08 Thread Angelos Karageorgiou
Forgive me for being dense here for a moment, but isn't it the case that in any text file, or any kind of file for that matter, editing in place is overwriting data in subsequent bytes ? So every single time I had to modify the middle of a file I had to do exactly what you describe. It has not

Re: AD / ldap update

2011-09-22 Thread Angelos Karageorgiou
ss to our users, and retain the existing primary SMTP address as an alias. > > The attribute in AD that holds these values is "proxyAddresses". -- Angelos Karageorgiou http://www.linkedin.com/in/unixgr ___ Perl-Win32-Users mail

Re: Keyboard handler

2011-09-01 Thread Angelos Karageorgiou
On 1/9/2011 7:32 μμ, Barry Brevik wrote: > This is a bit of a selfish post, but since list traffic is low right > now, here goes. > > I'm developing a routine that essentially loops looking for keyboard > input. If it has any, it processes the key otherwise it performs some > other (short) proces

Licensed management

2011-02-18 Thread Angelos Karageorgiou
Hello list, Has anyone had any luck with using license management software like copyminder's over PDK binaries? Many thanks ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/

Re: PerlTK's Photo does not accept bmp format

2009-12-02 Thread Angelos Karageorgiou
sorry for butting in so late but, i have used win32::capture and win32::gui::dibitmap to great success , check out project rautor under sourceforge Daniel Burgaud wrote: > Hi > > I was finally able to do what i wanted: Screen Capture using GUITest > then use the BMP data from GetBitmap > into

Re: GUI based perl

2009-07-29 Thread Angelos Karageorgiou
try activestate's guibuilder from http://spectcl.sourceforge.net. It has some issues but is mostly functional. vptk_w is another option but I consider guibuilder better! mohammed.must...@wipro.com wrote: Honestly speaking that takes sometime. But I don't have any idea about the tool which hel

Re: Registering message DLL for Win32::EventLog

2009-06-24 Thread Angelos Karageorgiou
and been pedantic today , for perlapp users , compile with --bind msg.dll[file=msg.dll,extract,mode=666] and use with my $filename = PerlApp::extract_bound_file("msg.dll"); die "msg.dll not bound to application\n" unless defined $filename; $filename is your dll's full path to be used with Bri

Re: Registering message DLL for Win32::EventLog

2009-06-24 Thread Angelos Karageorgiou
Brian H. Oak wrote: [deleted] > > I used the tools in the Windows SDK to compile messages.mc into msg.dll: > > mc messages.mc > rc -r messages.rc > link -machine:i386 -dll -noentry -out:msg.dll messages.res > [deleted] many many thanks Brian , msg.dll was a life saver ! I have also incorporated

Re: Registering message DLL for Win32::EventLog

2009-06-23 Thread Angelos Karageorgiou
Dax T. Games wrote: You could also have used Win32::Eventlog::Message. Much easier, less hassle. If you could post working samples of code I would appreciate it. I never could get the perlmonks linked info to work properly for me. ppd does not install :-( begin:vcard fn:Angelos Karageorgi

Re: use case for activeState

2009-06-19 Thread Angelos Karageorgiou
Pipirilo wrote: Is there a webpage in which I can see what kind of projects or products are using ActiveState products? I want to know what I can do with this tools. Will it allow me to create desktop as well as web applications? You know those kind of questions. Basically, I want to know why t

Re: question about recursion

2009-05-22 Thread Angelos Karageorgiou
memoize is your friend! There is a whole chapter devoted to it in "Higher order Perl" and yes Perl's recursion sucks especially when using dynamically allocated large data structures! Gaurav Vaidya wrote: Hi Greg, 2009/5/22 Greg Aiken : the sub-routines then look to the value of $main::wev

Re: expanding hash database

2009-04-28 Thread Angelos Karageorgiou
That is not a hash , it is a tree, gry to search CPAN for Tree data structures. Hint Tree::Dag_node Shain Edge wrote: I'm looking on how to create an expanding hash database. How do I add to and navigate such a beast within the program itself? Something of an example: root: add energy root -

Re: info on Perl IDE and debugger in WindowsXP

2008-09-23 Thread Angelos Karageorgiou
Brian Raven wrote: Personally I just use an editor that I like (xemacs), and the command line debugger. HTH Dunno about you , but I have found the syntax highlighting abilities of vim wonderful, it even has a windows version ( gvim ) As for debugging , any suggestions for threads debug

Re: rsync for Win32

2008-03-11 Thread Angelos Karageorgiou
did anyone check this out ? http://sourceforge.net/projects/win-rsync/ begin:vcard fn:Angelos Karageorgiou n:Karageorgiou;Angelos adr:Ano Ilissia;;8 Gazis St.;Athens;;GR-15771;Greece title:Internet Architect && IT Strategist tel;work:+30 210 7713372 tel;fax:+30 210 7713709 tel;cell:+30 694912077

Re: 2008 Winter Scripting Games have begun

2008-02-18 Thread Angelos Karageorgiou
Foo JH wrote: > I guess they're trying to get some inspiration from the Perl libraries/ > syntax for their next-gen scripting language? > > P#? PowerPerl? > Foo JH wrote: > I guess they're trying to get some inspiration from the Perl libraries/ > syntax for their next-gen scripting language? >

Re: Happy 20th Birthday, Perl!

2007-12-19 Thread Angelos Karageorgiou
chronia polla  Perl Kenneth Ölwing wrote: Har den äran, Perl! ken1 Foo JH wrote: Sheng Ri Kuai Le Perl! Howard Maher wrote: I don't know about you all, but I think that we all should take a moment to celebrate Perl's 20th birthday today... It just seems s

Re: Perl threads crash perl

2004-07-30 Thread Angelos Karageorgiou
f you want to create a couple of threads, it should > (?) work, but beyond that, who knows? > -- Angelos Karageorgiou Masters of Computer Science City University of New York http://www.unix.gr ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: assembly codes inside perl?

2004-06-23 Thread Angelos Karageorgiou
Perl scripts? > > If so, can you show a sample? > > I am in need of speeding up a very recursive function; > in perl, it took almost an hour; in C++, it took a few > seconds. I wanted more speed. > > thanks. > > Jaime -- Angelos Karageorgiou Masters of Computer Science City

Re: thread & ping

2004-06-02 Thread Angelos Karageorgiou
so have a problem with the thread initialization time, which can be substantial. -- Angelos Karageorgiou Masters of Computer Science City University of New York http://www.unix.gr ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To

Re: Need help pruning data..

2004-03-24 Thread Angelos Karageorgiou
else { > ..do something.. > } > } > } > > > Thanks, > Matt > > _______ > Perl-Win32-Users mailing list > [EMAIL PROTECTED] > To unsubscribe: ht