in reply to Re^3: Perl program calling external .dll functions
in thread Perl program calling external .dll functions
Given the mention of Visual Basic, I'd assume that the String type mentioned is a the VB type String. Passed by reference this would render an address, which on a 32-bit platform will usually come through successfully as a 32-bit numeric. Not a great idea, but it would mostly work.
See kb106553 for some info.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Perl program calling external .dll functions
by ikegami (Patriarch) on Mar 18, 2011 at 07:49 UTC | |
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 |