Re: How do I do this in Euphoria? Structs and Windows Messages
- Posted by Evan Marshall <1evan at sbcglobal.net> May 30, 2004
- 660 views
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)

