in reply to Re: Correct call for dll with Win32::API
in thread Correct call for dll with Win32::API
I am not sure what it does, but it did not help. Perl still crashes.my $readdevice = Win32::API->new ( 'HCE300_API.DLL', 'HCE300_Read','NP','N') or die $ +^E; if(not defined $readdevice) { die "Can't import API HCE_Read: $!\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Correct call for dll with Win32::API
by ikegami (Patriarch) on Dec 04, 2008 at 20:24 UTC | |
by walto (Pilgrim) on Dec 04, 2008 at 20:38 UTC | |
by BrowserUk (Patriarch) on Dec 04, 2008 at 20:53 UTC | |
by walto (Pilgrim) on Dec 05, 2008 at 05:40 UTC | |
by BrowserUk (Patriarch) on Dec 05, 2008 at 13:48 UTC | |
| |
by ikegami (Patriarch) on Dec 04, 2008 at 20:57 UTC |