[rt.cpan.org #64857] possible to use multiple soundcards?

2013-12-19 Thread Aldo Calpini via RT
Thu Dec 19 04:25:25 2013: Request 64857 was acted upon. Transaction: Correspondence added by ACALPINI Queue: Win32-Sound Subject: possible to use multiple soundcards? Broken in: 0.49 Severity: Important Owner: Nobody Requestors: stefa...@cpan.org Status: open Tick

Re: Perl's Win32::API on MSYS

2013-10-06 Thread Aldo Calpini
On 10/04/2013 08:07 PM, bulk 88 wrote: So SUPER class works. My code has to get the original makefile chunk MM would have put there and then manipulate it. But I tried to not be dependent on MM's design so I didn't want to call an absolute named method/sub so I switch packages in the sub and d

Re: Perl's Win32::API on MSYS

2013-10-04 Thread Aldo Calpini
On 10/04/2013 03:11 PM, Sebastian Schuberth wrote: Anyway, the fact that the method is not found indicates that there's no fallback to MM_Unix.pm. no, there is (or there *should* be, at least). this line: @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix ); tells that ExtUtils::MM_Win32 is a s

Re: Perl's Win32::API on MSYS

2013-10-02 Thread Aldo Calpini
On 10/02/2013 08:37 AM, bulk 88 wrote: The commit looks very broken. var $dlib becomes an undeclared global. I did test Win32::API with Visual C Perl 5.6 with also, defined(&SUPER::cflags) is SUPER::broken :-) a better approach could be: my $dlib = eval {$self->SUPER::cflags(@_) }; # e

[rt.cpan.org #78081] ::Struct inside ::Struct is always inline, never a pointer

2012-06-28 Thread Aldo Calpini via RT
Thu Jun 28 04:14:26 2012: Request 78081 was acted upon. Transaction: Correspondence added by ACALPINI Queue: Win32-API Subject: ::Struct inside ::Struct is always inline, never a pointer Broken in: 0.68 Severity: Normal Owner: Nobody Requestors: bul...@cpan.org Sta

Re: rewrote Win32::API::Callback

2012-05-22 Thread Aldo Calpini
On 05/21/2012 07:59 PM, bulk 88 wrote: What should I do with the old Win32::API::Callback XS code? if the new code makes the old one really useless, just delete it. the project is under version control anyway (github), and there are copies of older version on CPAN and backpan, so nothing is

Re: 3 Win32::API bugs

2012-05-11 Thread Aldo Calpini
On 05/10/2012 06:00 PM, bulk 88 wrote: I still don't know what letter to use for shorts. $ has no lower case version for signed short. H is too closed to hex numbers and pack's existing H unpack feature letter (H="Half"), someone might want to put in a 'H' type code one day to get strings back

Re: 3 Win32::API bugs

2012-05-09 Thread Aldo Calpini
On 05/09/2012 09:23 AM, Cosimo Streppone wrote: I have a few questions though, maybe you can answer them. Why is there a T_INTERGER and T_NUMBER flag? I see T_INTEGER is mapped to T_NUMBER. Why did T_INTEGER ever exist? or is T_INTEGER just a 4 byte integer and T_NUMBER is a 4/8 byte integer? T

Re: 3 Win32::API bugs

2012-05-08 Thread Aldo Calpini
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 ++ to Cosimo for the many wonderful thing

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

2011-12-01 Thread Aldo Calpini
On 27.11.2011 02:29, Burak Gürsoy wrote: Hi, 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(). Win32::API::Struct->typedef() seems to support simple structs

Re: printing a pdf file from perl

2011-06-22 Thread Aldo Calpini
On 22.06.2011 05:11, Pilcrow wrote: I want to print the file from my perl program without launching Adobe Reader. this PerlMonks post could be of help: http://www.perlmonks.org/?node_id=824842 basically, 3 different approaches are mentioned there: 1. use Win32::OLE 2. use system() to invoke

Re: Win32::API 0.62 cpantesters feedback: Use of inherited AUTOLOAD ...

2011-04-01 Thread Aldo Calpini
On 01.04.2011 03:34, Cosimo Streppone wrote: Can someone help me understand these two analogous failures reported by cpan testers with 5.10? On 5.12 seems to work fine, which is weird to me. I'm afraid the problem is not AUTOLOAD-related, but rather coming from the error before that: Error:

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

2010-09-07 Thread Aldo Calpini via RT
Tue Sep 07 07:51:32 2010: Request 53914 was acted upon. Transaction: Correspondence added by ACALPINI Queue: Win32-API Subject: Bug report for Win32::API::Callback Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: perls...@mail.bg Status: open T

Re: libwin32 repository on github

2010-01-20 Thread Aldo Calpini
Cosimo Streppone wrote: Git on windows was painful to set up for me. And no, I don't like to run msysGit, it just adds another complication. After battling for a while, I can now run git.exe in my regular command line window, but I had to copy stuff manually etc... but it's not really straightfo

[rt.cpan.org #53264] Memory leak in _SetStdHandle() in child process

2010-01-04 Thread Aldo Calpini via RT
Mon Jan 04 04:09:17 2010: Request 53264 was acted upon. Transaction: Correspondence added by ACALPINI Queue: Win32-Console Subject: Memory leak in _SetStdHandle() in child process Broken in: (no value) Severity: Critical Owner: Nobody Requestors: rcap...@cpan.org S

[rt.cpan.org #14811] Win32::Console::Mode unable to work correctly. (Input Handle)

2009-03-16 Thread Aldo Calpini via RT
Mon Mar 16 08:48:25 2009: Request 14811 was acted upon. Transaction: Correspondence added by ACALPINI Queue: Win32-Console Subject: Win32::Console::Mode unable to work correctly. (Input Handle) Broken in: (no value) Severity: Important Owner: ACALPINI Requestors: bugspam