in reply to Re^6: Use Windows wimgapi dll
in thread Use Windows wimgapi dll
Where are these coming from?
WIM_GENERIC_WRITE, WIM_CREATE_NEW,
What is printed by adding error checking:
my $hWim = $wimfile->Call( $filehandler, WIM_GENERIC_WRITE, WIM_CREATE_NEW, 0, 0, 0 ) or die "Error: $^E";
|
|---|