Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: [SOLVED] Dereferencing a pointer returned from Win32::API with unpack 'p'

by Anonymous Monk
on Aug 13, 2015 at 03:20 UTC ( [id://1138372]=note: print w/replies, xml ) Need Help??


in reply to Re: [SOLVED] Dereferencing a pointer returned from Win32::API with unpack 'p'
in thread [SOLVED] Dereferencing a pointer returned from Win32::API with unpack 'p'

sundialsvc4:

Quite honestly, I feel very uncomfortable with the thought of any solution that approaches the problem-at-hand at this level of detail. I think that I would prefer instead to take an XS approach ... to create a formal “wrapper” for this .DLL using methods that would insulate ... from me and from Perl ... concerns such as “exactly how-many bytes wide a Pointer is.”

I simply cannot divorce myself from the thought that this very-superficial approach is “intrinsically unmaintainable,” not to mention that I (or, my team) would wind-up being the very ones who would wind up being tasked to maintain it!   I would, therefore, opt instead to create an insulating layer of C/C++ code that would specifically insulate the Perl interpreter environment from the vagaries of “my DLL.”   I would vastly prefer this to any alternative which obliged my Perl source-code to be dependent(!) upon such niggling details as, “exactly how many bytes wide is pchar * on this platform, today?”

Having already dealt with too-many “software designs that dropped-dead when Intel Corporation came up with a yet-another amazing new miracle,” I am loathe to specify another one . . .

The comfort of a spammer is of no consequence to programmers, flush it flushells

  • Comment on Re^2: [SOLVED] Dereferencing a pointer returned from Win32::API with unpack 'p'

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1138372]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-26 02:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found