in reply to Re^4: Perl program calling external .dll functions
in thread Perl program calling external .dll functions
Passed by reference this would render an address, which on a 32-bit platform will usually come through successfully as a 32-bit numeric.
I thik I've used "L" to pass pointers — specifically, for nullable pointers — but I didn't use hardcoded address 123456789 or ' '. (Is that a weird way of saying NULL?)
I'd assume that the String type mentioned is a the VB type String.
He said the function is written in C++, I figured it was C++'s String. He really is being unclear if he can't even communicate which language's class he's talking about.
But even if he were to communicate which class he's using clearly, it doesn't say anything about the structure of the type, necessary knowledge for building an instance of one.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Perl program calling external .dll functions
by BrowserUk (Patriarch) on Mar 18, 2011 at 08:29 UTC | |
by ikegami (Patriarch) on Mar 18, 2011 at 15:33 UTC | |
by BrowserUk (Patriarch) on Mar 18, 2011 at 21:08 UTC | |
by ikegami (Patriarch) on Mar 18, 2011 at 21:56 UTC |