w32engin - LUID_AND_ATTRIBUTES structure

new topic     » topic index » view thread      » older message » newer message

Hello

For Bernard W. Ryan:
In w32engin 6.40 seems to be a small bug.
The predefined structure LUID_AND_ATTRIBUTES uses the invalid "C"-type 
LUID.

It's defined as
	{null_,"LUID_AND_ATTRIBUTES",
	"pLuid:LUID:1 "&
	"Attributes:long:1 "},
but I guess it should be
	{null_,"LUID_AND_ATTRIBUTES",
	"pLuid:long:1 "&
	"Attributes:long:1 "},

Here is a small example code which causes an error:
-- begin code --
include w32engin.ew
atom s
s=struc("LUID_AND_ATTRIBUTES")
-- end code --

Cheers
Markus Schaller

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu