Re: How do I do this in Euphoria? Structs and Windows Messages

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

Oops, should be;

typedef struct tagREGDATA  }}}
<eucode>--misprint in comm bridge help file</eucode>
{{{

{
	BYTE bStatus[4][256]
	BYTE bDeviceData[14]
}REGDATA;  --NOT REGMESSAGE

typedef struct tagREGMESSAGE
{
	HWND hWnd
	UINT uiMessage
	WPARAM wParam
}REGMESSAGE;


atom REGDATA, REGMESSAGE

REGDATA = allocate(1038)
REGMESSAGE = allocate(12)

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

Search



Quick Links

User menu

Not signed in.

Misc Menu