bart has asked for the wisdom of the Perl Monks concerning the following question:
Although 32 bit applications run fine on such a computer (altough probably emulated), I can understand you cannot call 32 bit XS modules directly from within a 64 bit app...
But that also implies that the lower level Windows API functions (at least the 32 bit versions), are not available from within Perl.
Is there a workaround, like a "thunking layer", which was a solution back in the time when trying to run 16 bit applications on 32 bits Windows? (update: probably not)
Or is there a module like Win32::API but for 64 bits — and if so, how compatible is it, on the source level, for calling API functions? I can't seem to find anything... Is anything in the works?
update There was some discussion about starting up a porting project on the now defunct use.perl.org, in a post of almost 2 years ago. My, my, how time flies.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::API on 64 bits Windows Perl?
by BrowserUk (Patriarch) on Jan 14, 2011 at 11:57 UTC | |
|
Re: Win32::API on 64 bits Windows Perl?
by syphilis (Archbishop) on Jan 15, 2011 at 06:34 UTC | |
by Anonymous Monk on Jan 18, 2011 at 06:45 UTC |