in reply to Re: Win32::API::Struct problem
in thread Win32::API::Struct problem
Size of this is reported as 40 (logical, since one "long" = 4bytes * 10 = 40).Win32::API::Struct->typedef('test', qw( long array[10]; char i; char z; ));
What is this all about?Win32::API::Struct->typedef('test', qw( long array[10]; ));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Win32::API::Struct problem
by syphilis (Archbishop) on Oct 27, 2006 at 07:38 UTC |