in reply to Re^7: Perl program calling external .dll functions
in thread Perl program calling external .dll functions
No way. "L" does not create a string.
Obviously, but if he knew how to do it, he wouldn't have to ask the question.
Given the "String" in the supplied prototype, I rather more inclined to think he intended to pass '123456789' as a string, but used the wrong parameter code (L rather than P), rather than believe that he intended that a string of ascii decimals would be converted to a number and encoded as a pointer. To...something?
Aren't you?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Perl program calling external .dll functions
by ikegami (Patriarch) on Mar 18, 2011 at 21:56 UTC |