Hello Rob,
I've tried to use it but cannot find there types which are presented in
interface for my DLL, for example:
LONGLONG iss_create
<mailbox:///C%7C/Documents%20and%20Settings/pvod/Application%20Data/Mozilla/Profiles/default/9dkb46pn.slt/Mail/mail.isd.dp.ua/Sent?number=128696255&part=1.1.2&filename=_action_8cpp.html>
(LONGLONG llDevline, LONGLONG llVersion, CString strIssueFields, CString
strActivityAssignment, CString strComment)
Rob Dixon wrote:
Pavel Vodopyan wrote:
Does anybody know how to call DLL functions from Perl script.
(On Windows OS). I will be thankful for any ideas.
It depends what DLL functions you want to call, but take a look
at Win32::API, which may do what you want.
Rob