public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* perl-Win32-API / perl-Win32-GUI
@ 2016-02-07  9:48 Achim Gratz
  2016-02-08 16:26 ` Yaakov Selkowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Achim Gratz @ 2016-02-07  9:48 UTC (permalink / raw)
  To: cygwin-apps

Hi Yaakov,

did you test these modules?  I haven't looked at the new Win32GUI
release, but Win32-API is likely missing this patch (at least to compile
natively on Cygwin):

--- origsrc/Win32-API-0.82/Callback/Callback.xs 2014-07-29 21:00:08.000000000 +0200
+++ src/Win32-API-0.82/Callback/Callback.xs     2015-06-09 16:28:50.038512500 +0200
@@ -319,7 +319,7 @@ while (importDescriptor->Name != 0){
 #endif
     if(TargetDllNameLen == 0) goto NO_MORE_LIBS;
     if(TargetDllNameLen == DllNameLen
-        && strnicmp(TargetDllNameStr, DllNameStr, TargetDllNameLen) == 0
+        && strncasecmp(TargetDllNameStr, DllNameStr, TargetDllNameLen) == 0
         && importDescriptor->OriginalFirstThunk
         && importDescriptor->FirstThunk
     ){


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: perl-Win32-API / perl-Win32-GUI
  2016-02-07  9:48 perl-Win32-API / perl-Win32-GUI Achim Gratz
@ 2016-02-08 16:26 ` Yaakov Selkowitz
  2016-02-08 19:22   ` Achim Gratz
  0 siblings, 1 reply; 3+ messages in thread
From: Yaakov Selkowitz @ 2016-02-08 16:26 UTC (permalink / raw)
  To: cygwin-apps

On 2016-02-07 03:48, Achim Gratz wrote:
> did you test these modules?

Of course I did; that's why there are several patches to perl-Win32-GUI.

> I haven't looked at the new Win32GUI release,

Me neither.

> but Win32-API is likely missing this patch (at least to compile
> natively on Cygwin):

Obviously it *did* compile:

https://cygwin.com/packages/x86/perl-Win32-API/perl-Win32-API-0.82-1
https://cygwin.com/packages/x86_64/perl-Win32-API/perl-Win32-API-0.82-1

(hint: see API.h)

-- 
Yaakov

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: perl-Win32-API / perl-Win32-GUI
  2016-02-08 16:26 ` Yaakov Selkowitz
@ 2016-02-08 19:22   ` Achim Gratz
  0 siblings, 0 replies; 3+ messages in thread
From: Achim Gratz @ 2016-02-08 19:22 UTC (permalink / raw)
  To: cygwin-apps

Yaakov Selkowitz writes:
>> did you test these modules?
>
> Of course I did; that's why there are several patches to perl-Win32-GUI.

I don't easily see if these were cross-compiled, so I don't know if you
were able to run the tests.  Win32-API currently fails several tests
even though it appears to work in the only scenario where we use it
(controlling some measurement gear via a Windows DLL).

> Obviously it *did* compile:
>
> https://cygwin.com/packages/x86/perl-Win32-API/perl-Win32-API-0.82-1
> https://cygwin.com/packages/x86_64/perl-Win32-API/perl-Win32-API-0.82-1
>
> (hint: see API.h)

I don't understand what I should see there?

The current version of this module is 0.84, btw.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf rackAttack V1.04R1:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-08 19:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-07  9:48 perl-Win32-API / perl-Win32-GUI Achim Gratz
2016-02-08 16:26 ` Yaakov Selkowitz
2016-02-08 19:22   ` Achim Gratz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).