Re: Win32 API, Directories with Unicode / Wide Filenames, FindFirstFileW, FindNextFileW

2006-01-25 Thread $Bill Luebkert
Dewey Allen wrote: > > The following example script runs (and sometimes crashes) but for > filenames with only ANSI characters, $FileInfo->{cFileName}, seems to > contain only the first character. And for filenames that start with > unicode, wide characthers, $FileInfo->{cFileName}, seems to

Re: Win32::API source code history import into svn

2008-05-24 Thread Bill Luebkert
Cosimo Streppone wrote: FYI, last night I completed the import of Win32::API cpan releases into libwin32 svn. I have several development changesets that I need to check-in now, and I plan to do that soon(*). That will start development towards Win32::API v0.56. Did you work on 64-bit support i

Re: Win32::API source code history import into svn

2008-05-25 Thread Bill Luebkert
Jan Dubois wrote: On Sat, 24 May 2008, Bill Luebkert wrote: I need to be able to handle an arg/return type of : signed/unsigned __int64 on a 32-bit OS for some debug API calls (I assume it would be even more useful on a 64-bit OS, but possibly int defaults to 64 there making it

Re: Forked child is not able to create zip archives (parent can)

2008-12-14 Thread Bill Luebkert
Alan Haggai Alavi wrote: Hi, Why is this bug being caused: http://rt.cpan.org/Public/Bug/Display.html?id=25726 ? The problem is that the forked child is unable to create a zip archive, whereas the parent is able to do so. In GNU/Linux, zip archives can be created from both the parent as well as

Re: [rt.cpan.org #45546] Unable to monitior the CPU processor time for a dual processor

2009-04-30 Thread Bill Luebkert
Siva via RT wrote: Hi Experts, I need your help to get my problem solved. I use Win32::perfLib module to monitor my system resource utilization. It is a dual CPU machine. Except Processor time, all other values are recorded properly. The processor time varies somewhere between 0 -180%. I gu

Re: [rt.cpan.org #47398] mingw 4.4.0 can't compile Win32-API-0.58.tar.gz..

2009-06-28 Thread Bill Luebkert
val via RT wrote: C:\DOCUME~1\valera\LOCALS~1\Temp\ccDYYCKp.s: Assembler messages: C:\DOCUME~1\valera\LOCALS~1\Temp\ccDYYCKp.s:3386: Error: junk `.0' after expression dmake.EXE: Error code 129, while making 'API.o' and installation aborts... Just out of curiosity, what does line 3386 of file

Re: [rt.cpan.org #47574]

2009-07-06 Thread Bill Luebkert
xrmb via RT wrote: Sat Jul 04 22:31:27 2009: Request 47574 was acted upon. Transaction: Ticket created by xrmb Queue: Win32-File Subject: (No subject given) Broken in: 0.06 Severity: Critical Owner: Nobody Requestors: xrmb-m...@gmx.net Status: new Ticket https:/

Re: [rt.cpan.org #48006] Warnings from Win32::API::Struct

2009-07-20 Thread Bill Luebkert
Cosimo Streppone via RT wrote: Sun Jul 19 10:43:11 2009: Request 48006 was acted upon. Transaction: Ticket created by COSIMO Queue: Win32-API Subject: Warnings from Win32::API::Struct Broken in: (no value) Severity: Normal Owner: COSIMO Requestors: kill...@multiplay.co

Re: [rt.cpan.org #59322] SetConsoleCtrlHandler function not supported

2010-07-15 Thread Bill Luebkert
Chris Marshall via RT wrote: Tue Jul 13 12:59:28 2010: Request 59322 was acted upon. Transaction: Ticket created by CHM Queue: Win32-Console Subject: SetConsoleCtrlHandler function not supported Broken in: 0.09 Severity: Important Owner: Nobody Requestors: c...@cpan.or

Re: [rt.cpan.org #59322] SetConsoleCtrlHandler function not supported

2010-07-15 Thread Bill Luebkert
Chris Marshall via RT wrote: So the problem appears that the 1st Ctrl-C is caught but something in the readline part prevents reloading of the signal handler so an immediate Ctrl-C will send another "SIGINT" which will not be caught and then the console control handler will be called which offer

Re: How to create a Win32::API::Struct struct if the struct has union in it?

2011-12-01 Thread $Bill Luebkert
On 11/30/2011 14:52, Cosimo Streppone wrote: On Sun, 27 Nov 2011 02:29:01 +0100, Burak Gürsoy wrote: I'm wondering about how to create a SYSTEM_INFO structure from Perl: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724958(v=vs.85).aspx to pass this to GetNativeSystemInfo(). Win3

Re: 3 Win32::API bugs

2012-05-10 Thread $Bill Luebkert
On 05/08/2012 08:27, Aldo Calpini wrote: On 05/08/2012 10:40 AM, Cosimo Streppone wrote: Anyone cares enough to step in? I can do it :-) but please don't hold your breath! it can take me quite some time (let's say, between a few weeks and some months), since I'm pretty busy too. thanks and

Re: 3 Win32::API bugs

2012-05-11 Thread $Bill Luebkert
On 05/09/2012 07:10, bulk 88 wrote: Since Callback is crashing, I dont know whether to try to fix it, so I have a question, did 02_Callback.t ever not crash with a certain version number of Win32::API, with a certain compiler, etc? Or should I forget about callback and try and fix the 3 other

Re: 3 Win32::API bugs

2012-05-13 Thread $Bill Luebkert
On 05/10/2012 12:12, bulk 88 wrote: Read my post from the other day. Win32::API can already do this with some runtime package namespace messing. http://perlmonks.org/?node_id=969555 I highly suggest you write an XS library though. C or C++ for your COM code. I was thinking to add the functio

Re: 3 Win32::API bugs

2012-05-16 Thread $Bill Luebkert
On 05/14/2012 11:33, bulk 88 wrote: I'm going to restart this discussion at http://www.perlmonks.org/?node_id=970481 . I hope more pairs of eyes see there and respond there. I can't log in there at the moment - won't take my password or email me a new one. Wouldn't something like this work

Re: 3 Win32::API bugs

2012-05-16 Thread $Bill Luebkert
On 05/16/2012 12:35, bulk 88 wrote: I would rather not change the dll parameter to a dual purpose ref or non ref, its not obvious what the code is doing then. Someone might ask does Win32::API correct "unnormalized" dll names now or returns the full path name of the DLL loaded from a relative

Re: [rt.cpan.org #43889] Win32::Clipboard::GetText() doesn't convert newlines

2009-03-06 Thread Bill Luebkert via RT
Fri Mar 06 07:00:27 2009: Request 43889 was acted upon. Transaction: Correspondence added by dbec...@roadrunner.com Queue: Win32-Clipboard Subject: Re: [rt.cpan.org #43889] Win32::Clipboard::GetText() doesn't convert newlines Broken in: (no value) Severity: (no value) Own

Re: [rt.cpan.org #43889] Win32::Clipboard::GetText() doesn't convert newlines

2009-03-09 Thread Bill Luebkert via RT
Mon Mar 09 06:01:04 2009: Request 43889 was acted upon. Transaction: Correspondence added by dbec...@roadrunner.com Queue: Win32-Clipboard Subject: Re: [rt.cpan.org #43889] Win32::Clipboard::GetText() doesn't convert newlines Broken in: (no value) Severity: (no value) Own

Re: [rt.cpan.org #43889] Win32::Clipboard::GetText() doesn't convert newlines

2009-03-09 Thread Bill Luebkert via RT
Mon Mar 09 11:43:07 2009: Request 43889 was acted upon. Transaction: Correspondence added by dbec...@roadrunner.com Queue: Win32-Clipboard Subject: Re: [rt.cpan.org #43889] Win32::Clipboard::GetText() doesn't convert newlines Broken in: (no value) Severity: (no value) Own

Re: [rt.cpan.org #45546] Unable to monitior the CPU processor time for a dual processor

2009-04-30 Thread Bill Luebkert via RT
Wed Apr 29 11:11:26 2009: Request 45546 was acted upon. Transaction: Correspondence added by dbec...@roadrunner.com Queue: Win32-PerfLib Subject: Re: [rt.cpan.org #45546] Unable to monitior the CPU processor time for a dual processor Broken in: (no value) Severity: Critical

Re: [rt.cpan.org #47574]

2009-07-06 Thread Bill Luebkert via RT
Sun Jul 05 10:52:36 2009: Request 47574 was acted upon. Transaction: Correspondence added by dbec...@roadrunner.com Queue: Win32-File Subject: Re: [rt.cpan.org #47574] Broken in: 0.06 Severity: Critical Owner: Nobody Requestors: xrmb-m...@gmx.net Status: new Ticke

Re: [rt.cpan.org #48006] Warnings from Win32::API::Struct

2009-07-20 Thread Bill Luebkert via RT
Sun Jul 19 16:07:36 2009: Request 48006 was acted upon. Transaction: Correspondence added by dbec...@roadrunner.com Queue: Win32-API Subject: Re: [rt.cpan.org #48006] Warnings from Win32::API::Struct Broken in: (no value) Severity: Normal Owner: COSIMO Requestors: kill..

Re: [rt.cpan.org #48006] Warnings from Win32::API::Struct

2009-08-21 Thread Bill Luebkert via RT
Thu Aug 20 20:58:14 2009: Request 48006 was acted upon. Transaction: Correspondence added by dbec...@roadrunner.com Queue: Win32-API Subject: Re: [rt.cpan.org #48006] Warnings from Win32::API::Struct Broken in: (no value) Severity: Normal Owner: COSIMO Requestors: kill..

Re: [rt.cpan.org #49619] Bareword "NORMAL_PRIORITY_CLASS" not allowed while "strict subs"

2009-09-11 Thread Bill Luebkert via RT
Fri Sep 11 08:28:04 2009: Request 49619 was acted upon. Transaction: Correspondence added by dbec...@roadrunner.com Queue: Win32-Process Subject: Re: [rt.cpan.org #49619] Bareword "NORMAL_PRIORITY_CLASS" not allowed while "strict subs" Broken in: 0.14 Severity: (no value)

Re: [rt.cpan.org #49619] Bareword "NORMAL_PRIORITY_CLASS" not allowed while "strict subs"

2009-09-12 Thread Bill Luebkert via RT
Fri Sep 11 17:24:40 2009: Request 49619 was acted upon. Transaction: Correspondence added by dbec...@roadrunner.com Queue: Win32-Process Subject: Re: [rt.cpan.org #49619] Bareword "NORMAL_PRIORITY_CLASS" not allowed while "strict subs" Broken in: 0.14 Severity: (no value)

Re: [rt.cpan.org #49619] Bareword "NORMAL_PRIORITY_CLASS" not allowed while "strict subs"

2009-09-12 Thread Bill Luebkert via RT
Sat Sep 12 17:16:47 2009: Request 49619 was acted upon. Transaction: Correspondence added by dbec...@roadrunner.com Queue: Win32-Process Subject: Re: [rt.cpan.org #49619] Bareword "NORMAL_PRIORITY_CLASS" not allowed while "strict subs" Broken in: 0.14 Severity: (no value)

Re: [rt.cpan.org #53484] win32-ole breaks win32-gui-hyperlink on win64

2010-01-09 Thread Bill Luebkert via RT
Fri Jan 08 19:27:09 2010: Request 53484 was acted upon. Transaction: Correspondence added by dbec...@roadrunner.com Queue: Win32-OLE Subject: Re: [rt.cpan.org #53484] win32-ole breaks win32-gui-hyperlink on win64 Broken in: 0.1709 Severity: Unimportant Owner: Nobody Req

Re: [rt.cpan.org #59322] SetConsoleCtrlHandler function not supported

2010-07-15 Thread Bill Luebkert via RT
Wed Jul 14 20:00:48 2010: Request 59322 was acted upon. Transaction: Correspondence added by dbec...@roadrunner.com Queue: Win32-Console Subject: Re: [rt.cpan.org #59322] SetConsoleCtrlHandler function not supported Broken in: 0.09 Severity: Important Owner: Nobody Requ

Re: [rt.cpan.org #59322] SetConsoleCtrlHandler function not supported

2010-07-15 Thread Bill Luebkert via RT
Thu Jul 15 05:30:45 2010: Request 59322 was acted upon. Transaction: Correspondence added by dbec...@roadrunner.com Queue: Win32-Console Subject: Re: [rt.cpan.org #59322] SetConsoleCtrlHandler function not supported Broken in: 0.09 Severity: Important Owner: Nobody Requ

Re: [rt.cpan.org #53914] Bug report for Win32::API::Callback

2010-09-08 Thread Bill Luebkert via RT
Tue Sep 07 17:30:54 2010: Request 53914 was acted upon. Transaction: Correspondence added by dbec...@roadrunner.com Queue: Win32-API Subject: Re: [rt.cpan.org #53914] Bug report for Win32::API::Callback Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: