ldln has asked for the wisdom of the Perl Monks concerning the following question:
use Win32::API; use Win32::API::Struct; use strict; use warnings; #0.41 #print Win32::API->VERSION; Win32::API::Struct->typedef('test', qw( char i; long l; )); my $Bl = Win32::API::Struct->new('test'); #8. Why not 5? print "\nSize:", $Bl->sizeof();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::API::Struct problem
by rhesa (Vicar) on Oct 27, 2006 at 00:19 UTC | |
|
Re: Win32::API::Struct problem
by Old_Gray_Bear (Bishop) on Oct 27, 2006 at 00:24 UTC | |
by ldln (Pilgrim) on Oct 27, 2006 at 02:50 UTC | |
by syphilis (Archbishop) on Oct 27, 2006 at 07:38 UTC |