in reply to Perl program calling external .dll functions
I don't know what «String» is — it's not a standard C type or a WinAPI type — but it's definitely not the same as «uint32_t» ("L").
I don't know what «Long» is — it's not a standard C type or a WinAPI type either — but it's not necessarily the same as «uint32_t» ("L").
Could you provide more information about those types? Also, could you find out what calling convention is used? Win32::API assumes __stdcall unless you tell it it's __cdecl.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl program calling external .dll functions
by manojghosh (Novice) on Mar 18, 2011 at 05:17 UTC | |
by ikegami (Patriarch) on Mar 18, 2011 at 06:51 UTC | |
by BrowserUk (Patriarch) on Mar 18, 2011 at 07:02 UTC | |
by ikegami (Patriarch) on Mar 18, 2011 at 07:49 UTC | |
by BrowserUk (Patriarch) on Mar 18, 2011 at 08:29 UTC | |
|