Mon Mar 27 18:01:50 2017: Request 120581 was acted upon.
On Mon Mar 13 17:19:00 2017,
mike.sh...@gmail.com wrote:
> $l_tmp is the location of the DLL - it is for testing purposes in the same
> folder as the script calling the routing
>
> $l_cedsni_handle = Win32::API->new($l_tmp, '_cedsniDump@8', 'PP', 'N');
> $l_error = Win32::GetLastError();
>
> $l_cedsni_handle contains a value of 0
> $l_error is 0
>
> I am guessing there is an issue that the DLL was built for a Win32 system
> and this script is running on a Win64 system (???)