Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
and recieved the errorWin32::API->Import( 'mbrola', 'void reset_MBR()' ) || print STDERR "Failed Import:\n$^E\n";
What's the problem (other than the fact that I am using windoze)?Win32::API::parse_prototype: WARNING unknown output parameter type 'void' at C:/Perl/site/lib/Win32/API.pm line 273, <DATA> line 164.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: void is an unknown type
by hossman (Prior) on Feb 09, 2004 at 19:39 UTC | |
|
Re: void is an unknown type
by Mr. Muskrat (Canon) on Feb 10, 2004 at 00:11 UTC | |
|
Re: void is an unknown type
by Anonymous Monk on Feb 10, 2004 at 19:26 UTC |