I've seen this question elsewhere and I have been all over Google trying to find a solution but I cannot find one anywhere.
Here is the code:
The Call() function causes my command line to lock up.
Any help on why this is happening and/or a solution is greatly appreciated.
Thanks,
Chris
Here is the code:
Code:
#!/usr/bin/perl
use Win32::API;
my $ZP4StartSession = new Win32::API("ZP4", "ZP4StartSession", [N], P) || die Win32::FormatMessage(Win32::GetLastError);
my $LLHandle = $ZP4StartSession->Call($LLHandle) || die Win32::FormatMessage(Win32::GetLastError);
The Call() function causes my command line to lock up.
Any help on why this is happening and/or a solution is greatly appreciated.
Thanks,
Chris