in reply to Re^5: Perl program calling external .dll functions
in thread Perl program calling external .dll functions
I didn't use hardcoded address 123456789
That's not a hardcoded address, just a string containing numbers.
or ' '. (Is that a weird way of saying NULL?)
Again, just a string containing four spaces.
He really is being unclear if he can't even communicate which language's class he's talking about.
Agreed. Reading between the lines, I'd guess that he's not a C++ programmer, and all he has is a VB example he's attempting to interpret.
, it doesn't say anything about the structure of the type, necessary knowledge for building an instance of one.
I've never used VB, but looking at the linked article I guess that the VB String type is compatible with c/C++ char*.
I can't test anything because my 32-bit perl Win32::API setup is broken. Maybe this info will help you help him.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Perl program calling external .dll functions
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 |