in reply to Re^8: Correct call for dll with Win32::API
in thread Correct call for dll with Win32::API
The lack of preceding underscores on the exported names is a strong indication that the __cdecl calling convention wasn't used. It's not definitive as it could still be __fastcall, but if you follow the link to the translated PDF, you'll see that the prototypes are all similar to int WINAPI HCE300_Open (int ComPort);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Correct call for dll with Win32::API
by ikegami (Patriarch) on Dec 05, 2008 at 14:14 UTC | |
by BrowserUk (Patriarch) on Dec 05, 2008 at 14:40 UTC | |
by ikegami (Patriarch) on Dec 05, 2008 at 15:20 UTC |