Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Correct call for dll with Win32::API

by BrowserUk (Patriarch)
on Dec 04, 2008 at 20:14 UTC ( [id://728079]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Correct call for dll with Win32::API
in thread Correct call for dll with Win32::API

Increasing the buffer to 2**128 did not help. The perl interpreter still crashes.

Attempting to allocate 1,208,925,819,614,629,174,706,176 Yottabytes of ram will have crashed the program long before you ever got around to attempting to call the dll.

2**128 is 3.4028236692093846346337460743177e+38. Which is close to the number of atoms that make up this entire planet, and billions of times more ram than has ever been made. And probably more than ever will be made.

FYI: 2**30 is probably more than you could allocate on your system.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
  • Comment on Re^3: Correct call for dll with Win32::API

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-18 22:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found