|
Posted by smallpond on April 21, 2008, 12:56 pm
Please log in for more thread options
> i have the following c-code that sould send out a
> command through deviceIO using win32api::file, and
> i'm struggling with the proper handling of the code.
> the result of my DeviceIoControl() command is always
> NULL...
>
> #! perl
#!/usr/bin/perl
use warnings;
use strict;
> am i missing something here?
>
Yes. You are missing the error messages for your
undefined functions.
--S
|