1. Embed Adobe Reader
- Posted by buzzo 3 months ago
- 834 views
Can Adobe Reader be embedded (included) in a EU program.. using win32lib ?
2. Re: Embed Adobe Reader
- Posted by mattlewis (admin) 3 months ago
- 811 views
Can Adobe Reader be embedded (included) in a EU program.. using win32lib ?
Yes, you should be able to embed the ~ActiveX Adobe Reader using eucom
Matt
3. Re: Embed Adobe Reader
- Posted by buzzo 3 months ago
- 798 views
Thanks for your suggestion.
Downloaded and installed eucom.. moved required files to include. get an error when running the demo: in the include variant.ew line 554 <0090> found reserved word 'label' but was expecting a parameter name instead. global function vt_label_to_value( sequence label ) ^ I am in EU 4
Buzz
4. Re: Embed Adobe Reader
- Posted by petelomax 3 months ago
- 751 views
in the include variant.ew line 554
found reserved word 'label' but.. ^ I am in EU 4
"label" is now a reserved word. There may be a newer version, or try changing those three lines to eg:
global function vt_label_to_value( sequence labelX ) integer ix ix = find( labelX, vt_label )
Doubtless you'll immediately hit something else of similar vein, hopefully equally easily solve-able.
Regards, Pete
5. Re: Embed Adobe Reader
- Posted by mattlewis (admin) 3 months ago
- 738 views
in the include variant.ew line 554
found reserved word 'label' but.. ^ I am in EU 4
"label" is now a reserved word. There may be a newer version, or try changing those three lines to eg:
Sorry, been meaning to reply to this. I thought I'd done some work to bring eucom up to 4.0 compatibility, and it looks like I have in the svn repository, but haven't released (or probably tested it). You can get a snapshot as a gzipped tarball here. Note that this was updated back in 2008, so there are likely other 4.0 issues, since 4.0 wasn't released until Decempber 2010.
That version does appear to have removed the conflict with label, however.
Matt
6. Re: Embed Adobe Reader
- Posted by buzzo 3 months ago
- 737 views
Thanks Pete... Did as suggested.. Now need dx8vb.ew.. searched all of Euphoria.. Google search did not find it..
Anyone have a copy of dx8vb.ew?
Buzzo
7. Re: Embed Adobe Reader
- Posted by ghaberek (moderator) 3 months ago
- 719 views
Can Adobe Reader be embedded (included) in a EU program.. using win32lib ?
I did this years ago and uploaded it to the Archive:
http://www.rapideuphoria.com/cgi-bin/asearch.exu?win=on&keywords=AcroPDF
Enjoy!
-Greg
8. Re: Embed Adobe Reader
- Posted by buzzo 3 months ago
- 695 views
Greg,
Do not know how I missed it.. Downloaded and installed your program.. have errors resolving the following references:
include\Win32Lib.ew <10066> OleInitialize
include\Win32Lib.ew <10070> OleInitialize
include\Win32Lib.ew <10090> OleUninitialize
Buzzo
9. Re: Embed Adobe Reader
- Posted by buzzo 3 months ago
- 557 views
Greg,
Do not know how I missed it.. Downloaded and installed your program.. have errors resolving the following references:
include\Win32Lib.ew <10066> OleInitialize
include\Win32Lib.ew <10070> OleInitialize
include\Win32Lib.ew <10090> OleUninitialize
Buzzo
UPDATE:
Fixed this problem.. Pasted w32ole.ew into win32Lib..
The program starts ok.. but pdf_LoadFile( pdfCtrl, filename ) returns -1 .. not 0..
Any ideas how to fix it?
Z
10. Re: Embed Adobe Reader
- Posted by mattlewis (admin) 3 months ago
- 549 views
UPDATE:
Fixed this problem.. Pasted w32ole.ew into win32Lib..
The program starts ok.. but pdf_LoadFile( pdfCtrl, filename ) returns -1 .. not 0..
Any ideas how to fix it?
Try adding:
print_com_error( 1 )
...before you start calling COM stuff. This will output error information that is often helpful in figuring out what's going wrong.
Matt
11. Re: Embed Adobe Reader
- Posted by buzzo 3 months ago
- 521 views
Matt,
giving this a try...
comerr.ew errmsg has many errors from the "list"... First one "Catastrophic failure", second is "The Data is invalid" and so on.....
message from the Adobe (?) dll indicates that an unknown interface query is being made.
possibly Adobe made some changes after AcroPDF and AcroView were written .
Thanks for your input
Z
12. Re: Embed Adobe Reader
- Posted by mattlewis (admin) 3 months ago
- 503 views
comerr.ew errmsg has many errors from the "list"... First one "Catastrophic failure", second is "The Data is invalid" and so on.....
message from the Adobe (?) dll indicates that an unknown interface query is being made.
Could you post the errors?
Matt
13. Re: Embed Adobe Reader
- Posted by buzzo 3 months ago
- 470 views
Matt... ex.err generated by comerr.ew
h:\Euphoria\include\comerr.ew:53 in procedure print_com_error()
type_check failure, out is 1
out = 1
... called from H:\Euphoria\AcroPDF.ew:233 in function pdf_LoadFile()
obj = 1
fileName = {67'C',58':',92'\',111'o',98'b',105'i',116't',48'0',48'0',
49'1',46'.',112'p',100'd',102'f'}
bstr = 40279620
result = -1
... called from H:\Euphoria\AcroView.exw:91 in procedure mnuFile_Open_onClick()
pSelf = 16
pEvent = 4
pParams = {}
filename = {67'C',58':',92'\',111'o',98'b',105'i',116't',48'0',48'0',
49'1',46'.',112'p',100'd',102'f'}
... called from h:\Euphoria\include\Win32Lib.ew:3895 in function invokeHandler()
id = <no value>
event = <no value>
params = <no value>
lRoutines = <no value>
lStates = <no value>
lPos = <no value>
lNotify = <no value>
lRecvr = <no value>
i = 1
j = <no value>
i = 1
... called from h:\Euphoria\include\Win32Lib.ew:22941 in function fDoCommand()
id = 16
hWnd = 1312528
iMsg = 273
wParam = 16
lParam = 0
pReturn = -2761
lRC = {-9987}
lChildId = <no value>
lParent = <no value>
... called from h:\Euphoria\include\Win32Lib.ew:24489 in function MessageProcessor()
pSource = <no value>
hWnd = <no value>
iMsg = <no value>
wParam = <no value>
lParam = <no value>
id = <no value>
lHandledEvent = <no value>
lTemp = <no value>
result = <no value>
lUserReturn = <no value>
... called from h:\Euphoria\include\Win32Lib.ew:24540 in function WndProc()
hWnd = <no value>
iMsg = <no value>
wParam = <no value>
lParam = <no value>
^^^ call-back from Windows
... called from h:\Euphoria\include\w32dll.ew:280 in procedure w32Proc()
funcid = 103'g'
parms = {43200484}
libfunc = <no value>
lFuncDef = 126'~'
memset = 0
i = 1
... called from h:\Euphoria\include\Win32Lib.ew:25040 in procedure eventLoop()
pData = {}
temp = <no value>
msg = 43200484
getRC = 1
hDlg = 1312528
inc = <no value>
el = 1
lTock = 0
... called from h:\Euphoria\include\Win32Lib.ew:25268 in procedure WinMain()
id = 3
style = 0
lInitFocus = -1
lRtnId = <no value>
lEventName = <no value>
lInitView = <no value>
lOld (from inlined routine 'setMainWindow' at 42) = <no value>
... called from H:\Euphoria\AcroView.exw:199
Global & Local Variables
h:\Euphoria\include\Win32Lib.ew:
w32VOID = 0
VOID = 0
r_activateTabItems = 44','
r_AppCallback = -1
r_autoclose = 22
r_createEx = 24
r_defaultProcessing = 93']'
r_destroy = 26
r_doEvents = 96'`'
r_eventLoop = 95'_'
r_getCaption = 31
r_getClientRect = 29
r_getEdit = 35'#'
r_getIndex = 36'$'
r_getItem = 37'%'
r_getKeyMasks = 47'/'
r_getRect = 28
r_getScrollPos = 39'''
r_isVisible = 14
r_isChecked = 34'"'
r_libCleanUp = 98'b'
r_lvSortitems = 48'0'
r_moveZOrder = 43'+'
r_openWindow = 94'^'
r_registerNotification = 103'g'
r_setBackColor = 40'('
r_setCtlPosition = 42'*'
r_setFocus = 45'-'
r_setHintEx = 97'a'
r_setMonthColor = 32' '
r_setNotificationState = 71'G'
r_setPenPos = 27
r_setRect = 41')'
r_setScrollPos = 38'&'
r_setText = 30
r_subClassControl = 23
r_xpmToEuBmp = 25
vWinMainState = 1
vEndAction = -1
vRegisteredNames = {
{102'f',105'i',110'n',105'i',115's',104'h',65'A',
112'p',112'p',73'I',110'n',116't',101'e',114'r',110'n',97'a',108'l'},
{115's',101'e',116't',83'S',87'W',83'S',116't',
121'y',108'l',101'e'},
{115's',101'e',116't',82'R',101'e',99'c',101'e',
110'n',116't'},
{99'c',108'l',101'e',97'a',114'r',82'R',101'e',
99'c',101'e',110'n',116't',115's'},
{114'r',101'e',115's',101'e',116't',70'F',111'o',
110'n',116't'},
{115's',101'e',116't',67'C',117'u',114'r',115's',
111'o',114'r',73'I',110'n',116't',101'e',114'r',110'n',97'a',108'l'},
{114'r',101'e',108'l',101'e',97'a',115's',101'e',
82'R',101'e',115's',111'o',117'u',114'r',99'c',101'e',115's',70'F',111'o',
114'r',73'I',68'D'},
{103'g',101'e',116't',68'D',101'e',102'f',97'a',
117'u',108'l',116't',70'F',111'o',110'n',116't',73'I',100'd'},
{117'u',112'p',100'd',97'a',116't',101'e',72'H',
68'D',67'C'},
{114'r',101'e',108'l',101'e',97'a',115's',101'e',
65'A',108'l',108'l',82'R',101'e',115's',111'o',117'u',114'r',99'c',101'e',
115's'},
{97'a',117'u',116't',111'o',99'c',108'l',111'o',
115's',101'e'},
{120'x',112'p',109'm',84'T',111'o',69'E',117'u',
66'B',109'm',112'p'},
{103'g',101'e',116't',65'A',117'u',116't',111'o',
83'S',105'i',122'z',101'e'},
{103'g',101'e',116't',68'D',101'e',102'f',101'e',
114'r',114'r',101'e',100'd',72'H',97'a',110'n',100'd',108'l',101'e',114'r',
115's'},
{82'R',101'e',115's',111'o',108'l',118'v',101'e',
68'D',101'e',102'f',101'e',114'r',114'r',101'e',100'd',72'H',97'a',110'n',
100'd',108'l',101'e',114'r',115's'},
{119'w',51'3',50'2',77'M',97'a',107'k',101'e',65'A',
114'r',103'g',115's'}
}
vRegisteredRID = {0,9,10,11,12,13,15,17,18,19,22,25,99'c',100'd',101'e',
102'f'}
pRoutineId (from inlined routine 'registerRoutine' at 21) = <no value>
h:\Euphoria\include\machine.e:
mem = 37089976
check_calls = 1
h:\Euphoria\include\misc.e:
pretty_end_col = <no value>
pretty_chars = <no value>
pretty_start_col = <no value>
pretty_level = <no value>
pretty_file = <no value>
pretty_ascii = <no value>
pretty_indent = <no value>
pretty_ascii_min = <no value>
pretty_ascii_max = <no value>
pretty_line_count = <no value>
pretty_line_max = <no value>
pretty_dots = <no value>
pretty_fp_format = <no value>
pretty_int_format = <no value>
pretty_line = <no value>
h:\Euphoria\include\msgbox.e:
lib = 1991770112
msgbox_id = 23
get_active_id = 24
h:\Euphoria\include\file.e:
SLASH = 92'\'
my_dir = -2
h:\Euphoria\include\get.e:
input_file = <no value>
input_string = {35'#',52'4',54'6'}
string_next = 4
ch = -1
h:\Euphoria\include\graphics.e:
BLUE = 1
CYAN = 3
RED = 4
BROWN = 6
BRIGHT_BLUE = 9
BRIGHT_CYAN = 11
BRIGHT_RED = 12
YELLOW = 14
h:\Euphoria\include\image.e:
fn = <no value>
error_code = <no value>
numXPixels = <no value>
numYPixels = <no value>
bitCount = <no value>
numRowBytes = <no value>
startXPixel = <no value>
startYPixel = <no value>
endYPixel = <no value>
h:\Euphoria\include\w32msgs.e:
showWarnings = 1
xUserCleanUp = {98'b'}
vMsgsToIgnore = {}
vAppName = {87'W',105'i',110'n',51'3',50'2',76'L',105'i',98'b',32' ',
65'A',112'p',112'p',87'W',105'i',110'n',100'd',111'o',119'w'}
vVersion = {87'W',105'i',110'n',51'3',50'2',76'L',105'i',98'b',32' ',
118'v',48'0',46'.',55'7',48'0',46'.',50'2',48'0',32' ',49'1',51'3',45'-',
78'N',111'o',118'v',45'-',50'2',48'0',49'1',48'0'}
h:\Euphoria\include\w32utils.e:
vCurrencySym = {36'$',163,164,165,128}
decimal_mark = 1
whitespace = {32' ',9,10,11,12,13}
vCharAttr = {1,1,1,1,1,1,1,1,1,33'!',33'!',33'!',33'!',33'!',1,1,1,1,
1,1,1,1,1,1,1,1,1,1,1,1,1,1,288,264,264,264,264,264,264,264,264,264,264,
264,264,264,264,264,772,772,772,772,772,772,772,772,772,772,264,264,264,
264,264,264,264,898,898,898,898,898,898,898,898,898,898,898,898,898,898,
898,898,898,898,898,898,898,898,898,898,898,898,264,264,264,264,776,264,
834,834,834,834,834,834,834,834,834,834,834,834,834,834,834,834,834,834,
834,834,834,834,834,834,834,834,264,264,264,264,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,288,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16}
ctype_range_lo = 38'&'
ctype_range_hi = 256
ctype_mode = 3
ctype_string = {33'!',161}
vOldSeed = 1777713421
h:\Euphoria\include\w32memory.ew:
vAbortRtn = 8
vAllocations = 44','
vExtraCare = {}
vOwners = {0,37089948,29213548,44484492,28558748,27455060,23710436}
vSets = {
{37089948,43258148,43250980,37090012,26940988,44484300,44484348,
29213548,44484492,28558228,43203172,28558388,28558428,43202724,28558468,
41993700,28558508,37708652,28558548,27034732,28558588,28557948,28558628,
43247652,28558668,43203300,32905876,43203044,28558828,28558868,28558908,
28558748,27455060,43200484,23710436},
{45347716,45348596,42770724,29213468},
{44484396},
{44484444},
{35186572},
{35187532},
{31489292}
}
vAllotted = 0
vSafetyBuffer = 4
w32UsingSafeCode = 0
vPermMemSet_ = 37089948
vStructSizes = {24,8,48'0',16,20,20,64'@',60'<',53'5',69'E',8,28,8,24,
14,40'(',12,3,4,48'0',4,12,36'$',28,66'B',124'|',20,8,28,12,60'<',12,32' ',
52'4',64'@',20,44',',44',',48'0',52'4',16,24,104'h',16,36'$',60'<',156,8,
20,12,12,40'(',80'P',12,44',',104'h',56'8',84'T',6,12,8,20,32' ',44',',36'$',
8,20,60'<',24,48'0',76'L',32' ',156,352,48'0',20,212,32' ',28}
vFirstVirtualFields = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}
vLayouts = {
{
{1,0,-3,1,{},0,4,-1},
{2,4,-4,1,{},0,4,-1},
{3,8,-3,1,{},0,4,-1},
{4,12,-3,1,{},0,4,-1},
{5,16,-3,1,{},0,4,-1},
{6,20,-3,1,{},0,4,-1}
},
{
{1,0,-3,1,1,0,4,-1},
{2,4,-3,1,1,0,4,-1}
},
{
{1,0,-8,1,2,0,4,-1},
{2,4,-8,1,2,0,4,-1},
{3,8,-3,1,2,0,4,-1},
{4,12,-3,1,2,0,4,-1},
{5,16,-3,1,2,0,4,-1},
{6,20,-8,1,2,0,4,-1},
{7,24,-8,1,2,0,4,-1},
{8,28,-3,1,2,0,4,-1},
{9,32' ',-3,1,2,0,4,-1},
{10,36'$',-4,1,2,0,4,-1},
{11,40'(',-4,1,2,0,4,-1},
{12,44',',-8,1,2,0,4,-1}
},
{
{1,0,-3,1,3,0,4,-1},
{2,4,-3,1,3,0,4,-1},
{3,8,-3,1,3,0,4,-1},
{4,12,-3,1,3,0,4,-1}
},
{
{1,0,-3,1,4,0,4,-1},
{2,4,-3,1,4,0,4,-1},
{3,8,-3,1,4,0,4,-1},
{4,12,-8,1,4,0,4,-1},
{5,16,-8,1,4,0,4,-1}
},
{
{1,0,-8,1,5,0,4,-1},
{2,4,-3,1,5,0,4,-1},
{3,8,-3,1,5,0,4,-1},
{4,12,-3,1,5,0,4,-1},
{5,16,-8,1,5,0,4,-1}
},
{
{1,0,-8,1,6,0,4,-1},
{2,4,-3,1,6,0,4,-1},
{3,8,-19,1,6,0,16,-1},
{4,24,-3,1,6,0,4,-1},
{5,28,-3,1,6,0,4,-1},
{6,32' ',-1,32' ',6,0,32' ',-1}
},
{
{1,0,-3,1,7,0,4,-1},
{2,4,-3,1,7,0,4,-1},
{3,8,-3,1,7,0,4,-1},
{4,12,-3,1,7,0,4,-1},
{5,16,-3,1,7,0,4,-1},
{6,20,-1,1,7,0,1,-1},
{7,21,-1,1,7,0,1,-1},
{8,22,-1,1,7,0,1,-1},
{9,23,-1,1,7,0,1,-1},
{10,24,-1,1,7,0,1,-1},
{11,25,-1,1,7,0,1,-1},
{12,26,-1,1,7,0,1,-1},
{13,27,-1,1,7,0,1,-1},
{14,28,-7,32' ',7,0,32' ',-1}
},
{
{1,0,-3,1,8,0,4,-1},
{2,4,-3,1,8,0,4,-1},
{3,8,-3,1,8,0,4,-1},
{4,12,-3,1,8,0,4,-1},
{5,16,-3,1,8,0,4,-1},
{6,20,-3,1,8,0,4,-1},
{7,24,-3,1,8,0,4,-1},
{8,28,-3,1,8,0,4,-1},
{9,32' ',-3,1,8,0,4,-1},
{10,36'$',-3,1,8,0,4,-1},
{11,40'(',-3,1,8,0,4,-1},
{12,44',',-1,1,8,0,1,-1},
{13,45'-',-1,1,8,0,1,-1},
{14,46'.',-1,1,8,0,1,-1},
{15,47'/',-1,1,8,0,1,-1},
{16,48'0',-1,1,8,0,1,-1},
{17,49'1',-1,1,8,0,1,-1},
{18,50'2',-1,1,8,0,1,-1},
{19,51'3',-1,1,8,0,1,-1},
{20,52'4',-1,1,8,0,1,-1}
},
{
{
1,
0,
{
{9}
},
1,
9,
0,
53'5',
-1
},
{2,53'5',-3,1,9,0,4,-1},
{3,57'9',-3,1,9,0,4,-1},
{4,61'=',-3,1,9,0,4,-1},
{5,65'A',-3,1,9,0,4,-1}
},
{
{1,0,-3,1,10,0,4,-1},
{2,4,-3,1,10,0,4,-1}
},
{
{1,0,-8,1,11,0,4,-1},
{2,4,-8,1,11,0,4,-1},
{3,8,-3,1,11,0,4,-1},
{4,12,-3,1,11,0,4,-1},
{5,16,-3,1,11,0,4,-1},
{6,20,-3,1,11,0,4,-1},
{7,24,-3,1,11,0,4,-1}
},
{
{1,0,-3,1,12,0,4,-1},
{2,4,-3,1,12,0,4,-1}
},
{
{1,0,-3,1,13,0,4,-1},
{2,4,-3,1,13,0,4,-1},
{3,8,-3,1,13,0,4,-1},
{4,12,-3,1,13,0,4,-1},
{5,16,-2,1,13,0,2,-1},
{6,18,-2,1,13,0,2,-1},
{7,20,-3,1,13,0,4,-1}
},
{
{1,0,-1,2,14,0,2,-1},
{2,2,-3,1,14,0,4,-1},
{3,6,-2,1,14,0,2,-1},
{4,8,-2,1,14,0,2,-1},
{5,10,-3,1,14,0,4,-1}
},
{
{1,0,-3,1,15,0,4,-1},
{2,4,-3,1,15,0,4,-1},
{3,8,-3,1,15,0,4,-1},
{4,12,-2,1,15,0,2,-1},
{5,14,-2,1,15,0,2,-1},
{6,16,-3,1,15,0,4,-1},
{7,20,-3,1,15,0,4,-1},
{8,24,-3,1,15,0,4,-1},
{9,28,-3,1,15,0,4,-1},
{10,32' ',-3,1,15,0,4,-1},
{11,36'$',-3,1,15,0,4,-1}
},
{
{1,0,-3,1,16,0,4,-1},
{2,4,-2,1,16,0,2,-1},
{3,6,-2,1,16,0,2,-1},
{4,8,-2,1,16,0,2,-1},
{5,10,-2,1,16,0,2,-1}
},
{
{1,0,-1,1,17,0,1,-1},
{2,1,-1,1,17,0,1,-1},
{3,2,-1,1,17,0,1,-1}
},
{
{1,0,-1,1,18,0,1,-1},
{2,1,-1,1,18,0,1,-1},
{3,2,-1,1,18,0,1,-1},
{4,3,-1,1,18,0,1,-1}
},
{
{1,0,40'(',1,19,0,40'(',-1},
{2,40'(',4,2,19,0,8,-1}
},
{
{1,0,-1,1,20,0,1,-1},
{2,1,-1,1,20,0,1,-1},
{3,2,-1,1,20,0,1,-1},
{4,3,-1,1,20,0,1,-1}
},
{
{1,0,-2,1,21,0,2,-1},
{2,2,-2,1,21,0,2,-1},
{3,4,4,2,21,0,8,-1}
},
{
{1,0,-3,1,22,0,4,-1},
{2,4,-3,1,22,0,4,-1},
{3,8,-3,1,22,0,4,-1},
{4,12,-3,1,22,0,4,-1},
{5,16,-3,1,22,0,4,-1},
{6,20,-3,1,22,0,4,-1},
{7,24,-3,1,22,0,4,-1},
{8,28,-3,1,22,0,4,-1},
{9,32' ',-4,1,22,0,4,-1}
},
{
{1,0,-3,1,23,0,4,-1},
{2,4,-3,1,23,0,4,-1},
{3,8,-3,1,23,0,4,-1},
{4,12,-3,1,23,0,4,-1},
{5,16,-3,1,23,0,4,-1},
{6,20,-3,1,23,0,4,-1},
{7,24,-3,1,23,0,4,-1}
},
{
{1,0,-3,1,24,0,4,-1},
{2,4,-8,1,24,0,4,-1},
{3,8,-5,1,24,0,4,-1},
{4,12,-5,1,24,0,4,-1},
{5,16,-8,1,24,0,4,-1},
{6,20,-3,1,24,0,4,-1},
{7,24,-2,1,24,0,2,-1},
{8,26,-2,1,24,0,2,-1},
{9,28,-2,1,24,0,2,-1},
{10,30,-2,1,24,0,2,-1},
{11,32' ',-2,1,24,0,2,-1},
{12,34'"',-8,1,24,0,4,-1},
{13,38'&',-3,1,24,0,4,-1},
{14,42'*',-8,1,24,0,4,-1},
{15,46'.',-8,1,24,0,4,-1},
{16,50'2',-8,1,24,0,4,-1},
{17,54'6',-8,1,24,0,4,-1},
{18,58':',-5,1,24,0,4,-1},
{19,62'>',-5,1,24,0,4,-1}
},
{
{1,0,-1,32' ',25,0,32' ',-1},
{2,32' ',-2,1,25,0,2,-1},
{3,34'"',-2,1,25,0,2,-1},
{4,36'$',-2,1,25,0,2,-1},
{5,38'&',-2,1,25,0,2,-1},
{6,40'(',-3,1,25,0,4,-1},
{7,44',',-2,1,25,0,2,-1},
{8,46'.',-2,1,25,0,2,-1},
{9,48'0',-2,1,25,0,2,-1},
{10,50'2',-2,1,25,0,2,-1},
{11,52'4',-2,1,25,0,2,-1},
{12,54'6',-2,1,25,0,2,-1},
{13,56'8',-2,1,25,0,2,-1},
{14,58':',-2,1,25,0,2,-1},
{15,60'<',-2,1,25,0,2,-1},
{16,62'>',-2,1,25,0,2,-1},
{17,64'@',-2,1,25,0,2,-1},
{18,66'B',-2,1,25,0,2,-1},
{19,68'D',-2,1,25,0,2,-1},
{20,70'F',-1,32' ',25,0,32' ',-1},
{21,102'f',-2,1,25,0,2,-1},
{22,104'h',-3,1,25,0,4,-1},
{23,108'l',-3,1,25,0,4,-1},
{24,112'p',-3,1,25,0,4,-1},
{25,116't',-3,1,25,0,4,-1},
{26,120'x',-3,1,25,0,4,-1}
},
{
{1,0,-3,1,26,0,4,-1},
{2,4,-4,1,26,0,4,-1},
{3,8,-4,1,26,0,4,-1},
{4,12,-4,1,26,0,4,-1},
{5,16,-3,1,26,0,4,-1}
},
{
{1,0,-3,1,27,0,4,-1},
{2,4,-8,1,27,0,4,-1}
},
{
{1,0,-8,1,28,0,4,-1},
{2,4,-8,1,28,0,4,-1},
{3,8,-8,1,28,0,4,-1},
{4,12,-13,1,28,0,8,-1},
{5,20,-8,1,28,0,4,-1},
{6,24,-3,1,28,0,4,-1}
},
{
{1,0,-3,1,29,0,4,-1},
{2,4,-3,1,29,0,4,-1},
{3,8,-8,1,29,0,4,-1}
},
{
{1,0,-3,1,30,0,4,-1},
{2,4,-8,1,30,0,4,-1},
{3,8,-8,1,30,0,4,-1},
{4,12,-8,1,30,0,4,-1},
{5,16,-3,1,30,0,4,-1},
{6,20,-3,1,30,0,4,-1},
{7,24,-3,1,30,0,4,-1},
{8,28,-3,1,30,0,4,-1},
{9,32' ',-8,1,30,0,4,-1},
{10,36'$',-8,1,30,0,4,-1},
{11,40'(',-8,1,30,0,4,-1},
{12,44',',-4,1,30,0,4,-1},
{13,48'0',-2,1,30,0,2,-1},
{14,50'2',-2,1,30,0,2,-1},
{15,52'4',-3,1,30,0,4,-1},
{16,56'8',-3,1,30,0,4,-1}
},
{
{1,0,-8,1,31,0,4,-1},
{2,4,-3,1,31,0,4,-1},
{3,8,-3,1,31,0,4,-1}
},
{
{1,0,-3,1,32' ',0,4,-1},
{2,4,-3,1,32' ',0,4,-1},
{3,8,-3,1,32' ',0,4,-1},
{4,12,-13,1,32' ',0,8,-1},
{5,20,-3,1,32' ',0,4,-1},
{6,24,-3,1,32' ',0,4,-1},
{7,28,-3,1,32' ',0,4,-1}
},
{
{1,0,-3,1,33'!',0,4,-1},
{2,4,-3,1,33'!',0,4,-1},
{3,8,-3,1,33'!',0,4,-1},
{4,12,-8,1,33'!',0,4,-1},
{5,16,-8,1,33'!',0,4,-1},
{6,20,-13,1,33'!',0,8,-1},
{7,28,-3,1,33'!',0,4,-1},
{8,32' ',-3,1,33'!',0,4,-1},
{9,36'$',-3,1,33'!',0,4,-1},
{10,40'(',-3,1,33'!',0,4,-1},
{11,44',',-3,1,33'!',0,4,-1},
{12,48'0',-3,1,33'!',0,4,-1}
},
{
{
1,
0,
{
{32' '}
},
1,
34'"',
0,
12,
-1
},
{
2,
12,
{
{34'"'}
},
1,
34'"',
0,
52'4',
-1
}
},
{
{1,0,-3,1,35'#',0,4,-1},
{2,4,-3,1,35'#',0,4,-1},
{3,8,-8,1,35'#',0,4,-1},
{4,12,-3,1,35'#',0,4,-1},
{5,16,-3,1,35'#',0,4,-1}
},
{
{
1,
0,
{
{32' '}
},
1,
36'$',
0,
12,
-1
},
{2,12,-3,1,36'$',0,4,-1},
{3,16,-3,1,36'$',0,4,-1},
{4,20,-8,1,36'$',0,4,-1},
{5,24,-8,1,36'$',0,4,-1},
{6,28,-8,1,36'$',0,4,-1},
{7,32' ',-3,1,36'$',0,4,-1},
{8,36'$',-3,1,36'$',0,4,-1},
{9,40'(',-3,1,36'$',0,4,-1}
},
{
{1,0,-3,1,37'%',0,4,-1},
{2,4,-3,1,37'%',0,4,-1},
{3,8,-3,1,37'%',0,4,-1},
{4,12,-3,1,37'%',0,4,-1},
{5,16,-13,1,37'%',0,8,-1},
{6,24,-3,1,37'%',0,4,-1},
{7,28,-3,1,37'%',0,4,-1},
{8,32' ',-3,1,37'%',0,4,-1},
{9,36'$',-3,1,37'%',0,4,-1},
{10,40'(',-3,1,37'%',0,4,-1}
},
{
{1,0,-3,1,38'&',0,4,-1},
{2,4,-3,1,38'&',0,4,-1},
{
3,
8,
{
{38'&',40'(',9,0}
},
1,
38'&',
0,
40'(',
-1
}
},
{
{
1,
0,
{
{32' '}
},
1,
39''',
0,
12,
-1
},
{
2,
12,
{
{38'&',40'(',9,0}
},
1,
39''',
0,
40'(',
-1
}
},
{
{1,0,-3,1,40'(',0,4,-1},
{2,4,-3,1,40'(',0,4,-1},
{3,8,-8,1,40'(',0,4,-1},
{4,12,-3,1,40'(',0,4,-1}
},
{
{
1,
0,
{
{32' '}
},
1,
41')',
0,
12,
-1
},
{2,12,-8,1,41')',0,4,-1},
{3,16,-8,1,41')',0,4,-1},
{4,20,-16,1,41')',1,-1,-1},
{5,{},-8,1,41')',-1,4,-1}
},
{
{
1,
0,
{
{32' '}
},
1,
42'*',
0,
12,
-1
},
{2,12,-8,1,42'*',0,4,-1},
{
3,
16,
{
{38'&',40'(',9,0}
},
1,
42'*',
0,
40'(',
-1
},
{
4,
56'8',
{
{38'&',40'(',9,0}
},
1,
42'*',
0,
40'(',
-1
},
...
vNumAligns = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}
vPreprocessDataIn = {-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1}
vStartWithSize = {0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,
1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,1,0,0,1,0,0,0,0,
0,0,0,0,0,1,0,1,1,0,1,0,0,0,1,0,0}
vLayout = {}
vNumField = 0
vNumVirtual = 0
vNumAlign = 0
unionVariants = {}
unionSelectors = {}
unionDataInfer = {}
virtualStructs = {}
virtualWasBlank = {}
virtualTypes = {}
virtualFields = {}
virtualAddresses = {}
virtualSizes = {}
virtualStatus = {}
virtualOrgAddresses = {}
virtualIndAddresses = {}
virtualIndStatus = {}
virtualIndOrgAddresses = {}
virtualIndSizes = {}
virtualUnions = {}
h:\Euphoria\include\series.e:
vDefnSeries = {
0,
1,
2,
{119'w',51'3',50'2',72'H',67'C',104'h',97'a',110'n',
103'g',101'e'},
3,
4,
5,
6,
7,
8
}
vSeriesData = {
{8,1,0,1,0,{},-1,0},
{79'O',1,0,1,0,{},-1,0},
{52'4',1,0,1,0,{},-1,0},
{4,1,0,1,0,{},-1,0},
{29,1,0,1,0,{},-1,0},
{4,1,0,1,0,{},-1,0},
{51'3',1,0,1,0,{},-1,0},
{7,1,0,1,0,{},-1,0},
{5,1,0,1,0,{},-1,0},
{5,1,0,1,0,{},-1,0}
}
h:\Euphoria\include\w32memory.ew:
radd = 4
raqm = 1
fcsz = 2
rsto = 5
rfet = 6
rElemAddr = 3
rfrm = 7
h:\Euphoria\include\w32dll.ew:
vw32Libraries = {
{
{1,1932001280},
{
{77'M',115's',102'f',116't',101'e',100'd',105'i',
116't',46'.',100'd',108'l',108'l'},
{114'r',105'i',99'c',104'h',101'e',100'd',50'2',
48'0',46'.',100'd',108'l',108'l'},
{114'r',105'i',99'c',104'h',101'e',100'd',51'3',
50'2',46'.',100'd',108'l',108'l'}
}
},
{
{1,1986592768},
{103'g',100'd',105'i',51'3',50'2',46'.',100'd',108'l',
108'l'}
},
{
{1,1991770112},
{117'u',115's',101'e',114'r',51'3',50'2',46'.',100'd',
108'l',108'l'}
},
{
{0,0},
{119'w',105'i',110'n',109'm',109'm',46'.',100'd',
108'l',108'l'}
},
{
{1,1986068480},
{99'c',111'o',109'm',100'd',108'l',103'g',51'3',
50'2',46'.',100'd',108'l',108'l'}
},
{
{1,1956315136},
{99'c',111'o',109'm',99'c',116't',108'l',51'3',50'2',
46'.',100'd',108'l',108'l'}
},
{
{1,1987575808},
{107'k',101'e',114'r',110'n',101'e',108'l',51'3',
50'2',46'.',100'd',108'l',108'l'}
},
{
{1,1992622080},
{115's',104'h',101'e',108'l',108'l',51'3',50'2',
46'.',100'd',108'l',108'l'}
},
{
{0,0},
{97'a',100'd',118'v',97'a',112'p',105'i',51'3',50'2',
46'.',100'd',108'l',108'l'}
},
{
{1,1907097600},
{119'w',105'i',110'n',115's',112'p',111'o',111'o',
108'l',46'.',100'd',114'r',118'v'}
},
{
{0,0},
{111'o',108'l',101'e',51'3',50'2',46'.',100'd',108'l',
108'l'}
},
{
{0,0},
{111'o',108'l',101'e',51'3',50'2',46'.',100'd',108'l',
108'l'}
}
}
vw32Routines = {
33'!',
112'p',
{
-2,
{67'C',114'r',101'e',97'a',116't',101'e',68'D',67'C',
65'A'},
{33554436,33554436,33554436,33554436},
33554436
},
{
-2,
{67'C',114'r',101'e',97'a',116't',101'e',73'I',67'C',
65'A'},
{33554436,33554436,33554436,33554436},
33554436
},
{
-2,
{77'M',111'o',118'v',101'e',84'T',111'o',69'E',120'x'},
{33554436,16777220,16777220,33554436},
16777220
},
{
-2,
{67'C',114'r',101'e',97'a',116't',101'e',80'P',101'e',
110'n'},
{16777220,16777220,16777220},
33554436
},
85'U',
{
-2,
{67'C',114'r',101'e',97'a',116't',101'e',72'H',97'a',
116't',99'c',104'h',66'B',114'r',117'u',115's',104'h'},
{33554436,33554436},
33554436
},
{
-2,
{67'C',114'r',101'e',97'a',116't',101'e',80'P',97'a',
116't',116't',101'e',114'r',110'n',66'B',114'r',117'u',115's',104'h'},
{33554436},
33554436
},
{
-2,
{76'L',105'i',110'n',101'e',84'T',111'o'},
{33554436,16777220,16777220},
16777220
},
111'o',
{
-2,
{83'S',101'e',116't',80'P',105'i',120'x',101'e',108'l'},
{33554436,16777220,16777220,16777220},
16777220
},
{
-2,
{82'R',101'e',99'c',116't',97'a',110'n',103'g',108'l',
101'e'},
{33554436,16777220,16777220,16777220,16777220},
16777220
},
{
-2,
{82'R',111'o',117'u',110'n',100'd',82'R',101'e',99'c',
116't'},
{33554436,16777220,16777220,16777220,16777220,16777220,
16777220},
16777220
},
{
-2,
{69'E',108'l',108'l',105'i',112'p',115's',101'e'},
{33554436,16777220,16777220,16777220,16777220},
16777220
},
{
-2,
{65'A',114'r',99'c'},
{33554436,16777220,16777220,16777220,16777220,16777220,
16777220,16777220,16777220},
16777220
},
{
-2,
{67'C',104'h',111'o',114'r',100'd'},
{33554436,16777220,16777220,16777220,16777220,16777220,
16777220,16777220,16777220},
16777220
},
{
-2,
{80'P',105'i',101'e'},
{33554436,16777220,16777220,16777220,16777220,16777220,
16777220,16777220,16777220},
16777220
},
{
-2,
{80'P',111'o',108'l',121'y',103'g',111'o',110'n'},
{33554436,33554436,16777220},
16777220
},
{
-2,
{84'T',101'e',120'x',116't',79'O',117'u',116't',65'A'},
{33554436,16777220,16777220,33554436,16777220}
},
98'b',
99'c',
100'd',
101'e',
102'f',
{
-2,
{83'S',101'e',116't',86'V',105'i',101'e',119'w',112'p',
111'o',114'r',116't',69'E',120'x',116't',69'E',120'x'},
{16777220,16777220,16777220,16777220},
16777220
},
{
-2,
{83'S',101'e',116't',87'W',105'i',110'n',100'd',111'o',
119'w',69'E',120'x',116't',69'E',120'x'},
{16777220,16777220,16777220,33554436},
16777220
},
103'g',
104'h',
107'k',
{
-2,
{71'G',101'e',116't',84'T',101'e',120'x',116't',77'M',
101'e',116't',114'r',105'i',99'c',115's',65'A'},
{33554436,33554436},
16777220
},
{
-2,
{71'G',101'e',116't',79'O',117'u',116't',108'l',105'i',
110'n',101'e',84'T',101'e',120'x',116't',77'M',101'e',116't',114'r',105'i',
99'c',115's',65'A'},
{33554436,16777220,33554436},
16777220
},
110'n',
105'i',
{
-2,
{71'G',101'e',116't',84'T',101'e',120'x',116't',69'E',
120'x',116't',101'e',110'n',116't',80'P',111'o',105'i',110'n',116't',51'3',
50'2',65'A'},
{33554436,33554436,16777220,33554436},
16777220
},
{
-2,
{83'S',101'e',116't',77'M',97'a',112'p',77'M',111'o',
100'd',101'e'},
{33554436,16777220},
16777220
},
{
-2,
{71'G',101'e',116't',77'M',97'a',112'p',77'M',111'o',
100'd',101'e'},
{33554436},
16777220
},
{
-2,
{71'G',101'e',116't',79'O',98'b',106'j',101'e',99'c',
116't',65'A'},
{33554436,16777220,33554436},
33554436
},
{
-2,
{71'G',101'e',116't',79'O',98'b',106'j',101'e',99'c',
116't',84'T',121'y',112'p',101'e'},
{33554436},
16777220
},
{
-2,
{67'C',114'r',101'e',97'a',116't',101'e',80'P',97'a',
108'l',101'e',116't',116't',101'e'},
{33554436},
33554436
},
{
-2,
{71'G',101'e',116't',87'W',105'i',110'n',100'd',111'o',
119'w',69'E',120'x',116't',69'E',120'x'},
{33554436,33554436},
33554436
},
{
-2,
{67'C',114'r',101'e',97'a',116't',101'e',67'C',111'o',
109'm',112'p',97'a',116't',105'i',98'b',108'l',101'e',66'B',105'i',116't',
109'm',97'a',112'p'},
{33554436,16777220,16777220},
33554436
},
{
-2,
{83'S',101'e',116't',66'B',105'i',116't',109'm',97'a',
112'p',66'B',105'i',116't',115's'},
{33554436,16777220,33554436},
16777220
},
{
-2,
{83'S',101'e',108'l',101'e',99'c',116't',80'P',97'a',
108'l',101'e',116't',116't',101'e'},
{33554436,33554436,16777220},
33554436
},
{
-2,
{82'R',101'e',97'a',108'l',105'i',122'z',101'e',80'P',
97'a',108'l',101'e',116't',116't',101'e'},
{33554436},
33554436
},
{
-2,
{83'S',101'e',116't',68'D',73'I',66'B',105'i',116't',
115's',84'T',111'o',68'D',101'e',118'v',105'i',99'c',101'e'},
{33554436,16777220,16777220,16777220,16777220,16777220,
16777220,33554436,33554436,33554436,33554436,33554436},
16777220
},
{
-2,
{83'S',116't',114'r',101'e',116't',99'c',104'h',68'D',
73'I',66'B',105'i',116't',115's'},
{33554436,16777220,16777220,16777220,16777220,16777220,
16777220,16777220,16777220,33554436,33554436,33554436,16777220},
16777220
},
{
-2,
{66'B',105'i',116't',66'B',108'l',116't'},
{33554436,16777220,16777220,16777220,16777220,33554436,
16777220,16777220,16777220},
16777220
},
{
-2,
{83'S',101'e',116't',82'R',79'O',80'P',50'2'},
{33554436,16777220},
16777220
},
{
-2,
{67'C',114'r',101'e',97'a',116't',101'e',67'C',111'o',
109'm',112'p',97'a',116't',105'i',98'b',108'l',101'e',68'D',67'C'},
{33554436},
33554436
},
{
-2,
{68'D',101'e',108'l',101'e',116't',101'e',68'D',67'C'},
{33554436},
33554436
},
{
-2,
{67'C',114'r',101'e',97'a',116't',101'e',66'B',105'i',
116't',109'm',97'a',112'p'},
{16777220,16777220,33554436,33554436,33554436},
33554436
},
{
-2,
{67'C',114'r',101'e',97'a',116't',101'e',66'B',105'i',
116't',109'm',97'a',112'p',73'I',110'n',100'd',105'i',114'r',101'e',99'c',
116't'},
{33554436},
33554436
},
{
-2,
{67'C',114'r',101'e',97'a',116't',101'e',68'D',73'I',
66'B',105'i',116't',109'm',97'a',112'p'},
{33554436,33554436,16777220,16777220,33554436,16777220},
33554436
},
{
-2,
{83'S',116't',114'r',101'e',116't',99'c',104'h',66'B',
108'l',116't'},
{16777220,33554436,33554436,33554436,33554436,16777220,
33554436,33554436,33554436,33554436,16777220},
33554436
},
113'q',
108'l',
{
-2,
{83'S',101'e',116't',84'T',101'e',120'x',116't',65'A',
108'l',105'i',103'g',110'n'},
{33554436,33554436},
33554436
},
{
-2,
{83'S',101'e',116't',84'T',101'e',120'x',116't',74'J',
117'u',115's',116't',105'i',102'f',105'i',99'c',97'a',116't',105'i',111'o',
110'n'},
{33554436,16777220,16777220},
16777220
},
109'm',
{
-2,
{83'S',101'e',116't',66'B',107'k',77'M',111'o',100'd',
101'e'},
{33554436,16777220},
16777220
},
{
-2,
{71'G',101'e',116't',66'B',107'k',67'C',111'o',108'l',
111'o',114'r'},
{33554436},
16777220
},
{
-2,
{83'S',116't',97'a',114'r',116't',68'D',111'o',99'c',
65'A'},
{16777220,33554436},
16777220
},
{
-2,
{83'S',116't',97'a',114'r',116't',80'P',97'a',103'g',
101'e'},
{16777220},
16777220
},
{
-2,
{69'E',110'n',100'd',80'P',97'a',103'g',101'e'},
{16777220},
16777220
},
{
-2,
{69'E',110'n',100'd',68'D',111'o',99'c'},
{16777220},
16777220
},
{
-2,
{65'A',98'b',111'o',114'r',116't',68'D',111'o',99'c'},
{16777220},
16777220
},
{
-2,
{71'G',101'e',116't',86'V',105'i',101'e',119'w',112'p',
111'o',114'r',116't',79'O',114'r',103'g',69'E',120'x'},
{33554436,33554436},
16777220
},
{
-2,
{71'G',101'e',116't',68'D',73'I',66'B',105'i',116't',
115's'},
{16777220,16777220,33554436,33554436,16777220,16777220,
33554436},
16777220
},
{
-2,
{67'C',114'r',101'e',97'a',116't',101'e',82'R',101'e',
99'c',116't',82'R',103'g',110'n'},
{16777220,16777220,16777220,16777220},
33554436
},
{
-2,
{71'G',101'e',116't',67'C',117'u',114'r',114'r',101'e',
110'n',116't',79'O',98'b',106'j',101'e',99'c',116't'},
{16777220,16777220},
33554436
},
{
-2,
{76'L',80'P',116't',111'o',68'D',80'P'},
{33554436,33554436,16777220},
16777220
},
{
-3,
{83'S',101'e',116't',80'P',97'a',114'r',101'e',110'n',
116't'},
{33554436,33554436},
33554436
},
{
-3,
{71'G',101'e',116't',80'P',97'a',114'r',101'e',110'n',
116't'},
{33554436},
33554436
},
{
-3,
{69'E',110'n',117'u',109'm',67'C',104'h',105'i',108'l',
100'd',87'W',105'i',110'n',100'd',111'o',119'w',115's'},
{33554436,33554436,33554436},
16777220
},
42'*',
79'O',
{
-3,
{68'D',101'e',115's',116't',114'r',111'o',121'y',
73'I',99'c',111'o',110'n'},
{33554436},
33554436
},
{
-3,
{71'G',101'e',116't',73'I',99'c',111'o',110'n',73'I',
110'n',102'f',111'o'},
{33554436,33554436},
16777220
},
80'P',
{
-3,
{85'U',110'n',114'r',101'e',103'g',105'i',115's',
116't',101'e',114'r',67'C',108'l',97'a',115's',115's',65'A'},
{33554436,33554436},
16777220
},
81'Q',
{
-3,
{67'C',114'r',101'e',97'a',116't',101'e',77'M',68'D',
73'I',87'W',105'i',110'n',100'd',111'o',119'w',65'A'},
{33554436,33554436,33554436,16777220,16777220,16777220,
16777220,33554436,33554436,16777220},
33554436
},
{
-3,
{71'G',101'e',116't',67'C',108'l',97'a',115's',115's',
78'N',97'a',109'm',101'e',65'A'},
{16777220,16777220,16777220},
16777220
},
120'x',
121'y',
{
-3,
{83'S',101'e',116't',70'F',111'o',114'r',101'e',103'g',
114'r',111'o',117'u',110'n',100'd',87'W',105'i',110'n',100'd',111'o',119'w'},
{33554436},
33554436
},
{
-3,
{71'G',101'e',116't',70'F',111'o',114'r',101'e',103'g',
114'r',111'o',117'u',110'n',100'd',87'W',105'i',110'n',100'd',111'o',119'w'},
{},
16777220
},
43'+',
{
-3,
{76'L',111'o',97'a',100'd',67'C',117'u',114'r',115's',
111'o',114'r',70'F',114'r',111'o',109'm',70'F',105'i',108'l',101'e',65'A'},
{33554436},
33554436
},
127'',
{
-3,
{83'S',101'e',116't',67'C',117'u',114'r',115's',111'o',...
vNextRtn = 324
libname (from inlined routine 'registerw32Library' at 3177) = <no value>
WC_RICHEDIT = {82'R',73'I',67'C',72'H',69'E',68'D',73'I',84'T',53'5',
48'0',87'W'}
h:\Euphoria\include\rttext.e:
vUserLang = {101'e',110'n',103'g',108'l',105'i',115's',104'h'}
vContainer = {109'm',115's',103'g',115's',46'.',105'i',110'n',105'i'}
h:\Euphoria\include\Win32Lib.ew:
vAppName = {87'W',105'i',110'n',51'3',50'2',76'L',105'i',98'b',32' ',
65'A',112'p',112'p',87'W',105'i',110'n',100'd',111'o',119'w'}
vWinMsg = {
{-2761,1312528,273,16,0,110582353},
{-2761,1312528,6,1,1181292,110588703},
{-2761,1312528,7,1181292,0,110588703},
{-2761,1312528,642,2,0,110588703},
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
}
vWMI = 1
vDuringPaint = {}
vDragData = {}
vFontResolution = 1
idStack = {3,16,3,0,0,0,0,0,0,0}
returnStack = {0,0,0,0,0,0,0,0,0,0}
SP = 2
gwsMem = 45347716
gppMem = 45348596
vDragPointer = {32515,32515,32515,32515}
w32EventCodes = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,
22,23,24,29,25,28,27}
w32EventNames = {
{66'B',114'r',101'e',97'a',107'k'},
{80'P',97'a',117'u',115's',101'e'},
{77'M',111'o',117'u',115's',101'e'},
{67'C',108'l',105'i',99'c',107'k'},
{75'K',101'e',121'y',80'P',114'r',101'e',115's',115's'},
{75'K',101'e',121'y',85'U',112'p'},
{75'K',101'e',121'y',68'D',111'o',119'w',110'n'},
{82'R',101'e',115's',105'i',122'z',101'e'},
{67'C',104'h',97'a',110'n',103'g',101'e'},
{71'G',111'o',116't',70'F',111'o',99'c',117'u',115's'},
{76'L',111'o',115's',116't',70'F',111'o',99'c',117'u',
115's'},
{83'S',99'c',114'r',111'o',108'l',108'l'},
{79'O',112'p',101'e',110'n'},
{67'C',108'l',111'o',115's',101'e'},
{68'D',101'e',115's',116't',114'r',111'o',121'y'},
{84'T',105'i',109'm',101'e',114'r'},
{80'P',97'a',105'i',110'n',116't'},
{68'D',114'r',97'a',103'g',65'A',110'n',100'd',68'D',
114'r',111'o',112'p'},
{69'E',118'v',101'e',110'n',116't'},
{65'A',99'c',116't',105'i',118'v',97'a',116't',101'e'},
{65'A',102'f',116't',101'e',114'r',69'E',118'v',101'e',
110'n',116't'},
{68'D',114'r',111'o',112'p',68'D',111'o',119'w',110'n'},
{67'C',108'l',111'o',115's',101'e',85'U',112'p'},
{73'I',100'd',108'l',101'e'},
{75'K',101'e',121'y',98'b',111'o',97'a',114'r',100'd'},
{82'R',101'e',103'g',105'i',111'o',110'n'},
{68'D',97'a',116't',97'a',67'C',104'h',97'a',110'n',
103'g',101'e'},
{71'G',101'e',116't',72'H',97'a',110'n',100'd',108'l',
101'e',114'r'}
}
w32ControlTypes = {1,2,2,2,3,3,4,5,6,7,7,8,8,9,9,10,11,11,12,13,14,15,
15,15,15,16,17,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32' ',33'!',
34'"',35'#',36'$',37'%',38'&',39''',40'(',41')',42'*',43'+',44',',45'-',
46'.',47'/',48'0',49'1',50'2'}
w32ControlNames = {
{87'W',73'I',78'N',68'D',79'O',87'W'},
{80'P',85'U',83'S',72'H',66'B',85'U',84'T',84'T',
79'O',78'N'},
{67'C',79'O',77'M',77'M',65'A',78'N',68'D',66'B',
85'U',84'T',84'T',79'O',78'N'},
{66'B',85'U',84'T',84'T',79'O',78'N'},
{68'D',69'E',70'F',80'P',85'U',83'S',72'H',66'B',
85'U',84'T',84'T',79'O',78'N'},
{68'D',69'E',70'F',66'B',85'U',84'T',84'T',79'O',
78'N'},
{67'C',65'A',78'N',67'C',69'E',76'L',66'B',85'U',
84'T',84'T',79'O',78'N'},
{67'C',72'H',69'E',67'C',75'K',66'B',79'O',88'X'},
{84'T',82'R',73'I',67'C',72'H',69'E',67'C',75'K',
66'B',79'O',88'X'},
{82'R',65'A',68'D',73'I',79'O'},
{82'R',65'A',68'D',73'I',79'O',66'B',85'U',84'T',
84'T',79'O',78'N'},
{71'G',82'R',79'O',85'U',80'P'},
{71'G',82'R',79'O',85'U',80'P',66'B',79'O',88'X'},
{76'L',73'I',83'S',84'T'},
{76'L',73'I',83'S',84'T',66'B',79'O',88'X'},
{83'S',79'O',82'R',84'T',69'E',68'D',76'L',73'I',
83'S',84'T'},
{67'C',79'O',77'M',66'B',79'O'},
{67'C',79'O',77'M',66'B',79'O',66'B',79'O',88'X'},
{83'S',79'O',82'R',84'T',69'E',68'D',67'C',79'O',
77'M',66'B',79'O'},
{83'S',73'I',77'M',80'P',76'L',69'E',67'C',79'O',
77'M',66'B',79'O'},
{68'D',82'R',79'O',80'P',68'D',79'O',87'W',78'N',
76'L',73'I',83'S',84'T'},
{69'E',68'D',73'I',84'T',84'T',69'E',88'X',84'T'},
{69'E',68'D',73'I',84'T',66'B',79'O',88'X'},
{84'T',69'E',88'X',84'T',66'B',79'O',88'X'},
{83'S',76'L',69'E',84'T',69'E',88'X',84'T'},
{77'M',76'L',69'E',84'T',69'E',88'X',84'T'},
{76'L',84'T',69'E',88'X',84'T'},
{76'L',65'A',66'B',69'E',76'L'},
{82'R',84'T',69'E',88'X',84'T'},
{67'C',84'T',69'E',88'X',84'T'},
{72'H',83'S',67'C',82'R',79'O',76'L',76'L'},
{86'V',83'S',67'C',82'R',79'O',76'L',76'L'},
{73'I',67'C',79'O',78'N'},
{66'B',73'I',84'T',77'M',65'A',80'P'},
{77'M',69'E',78'N',85'U'},
{80'P',79'O',80'P',85'U',80'P'},
{77'M',69'E',78'N',85'U',73'I',84'T',69'E',77'M'},
{77'M',69'E',78'N',85'U',83'S',80'P',65'A',67'C',
69'E',82'R'},
{80'P',73'I',88'X',77'M',65'A',80'P'},
{84'T',79'O',79'O',76'L',66'B',65'A',82'R'},
{83'S',84'T',65'A',84'T',85'U',83'S',66'B',65'A',
82'R'},
{80'P',73'I',67'C',84'T',85'U',82'R',69'E',66'B',
85'U',84'T',84'T',79'O',78'N'},
{84'T',79'O',71'G',71'G',76'L',69'E',66'B',85'U',
84'T',84'T',79'O',78'N'},
{84'T',79'O',71'G',71'G',76'L',69'E',80'P',73'I',
67'C',84'T',85'U',82'R',69'E'},
{72'H',84'T',82'R',65'A',67'C',75'K',66'B',65'A',
82'R'},
{86'V',84'T',82'R',65'A',67'C',75'K',66'B',65'A',
82'R'},
{84'T',65'A',66'B',67'C',79'O',78'N',84'T',82'R',
79'O',76'L'},
{84'T',65'A',66'B',73'I',84'T',69'E',77'M'},
{80'P',82'R',79'O',71'G',82'R',69'E',83'S',83'S',
66'B',65'A',82'R'},
{76'L',73'I',83'S',84'T',86'V',73'I',69'E',87'W'},
{73'I',77'M',65'A',71'G',69'E',76'L',73'I',83'S',
84'T'},
{84'T',82'R',69'E',69'E',86'V',73'I',69'E',87'W'},
{82'R',73'I',67'C',72'H',69'E',68'D',73'I',84'T'},
{77'M',79'O',78'N',84'T',72'H',67'C',65'A',76'L',
69'E',78'N',68'D',65'A',82'R'},
{85'U',80'P',68'D',79'O',87'W',78'N'},
{82'R',69'E',66'B',65'A',82'R'},
{82'R',69'E',66'B',65'A',82'R',66'B',65'A',78'N',
68'D'},
{84'T',79'O',79'O',76'L',84'T',73'I',80'P'},
{70'F',76'L',65'A',84'T',84'T',79'O',79'O',76'L',
66'B',65'A',82'R'},
{83'S',69'E',80'P',66'B',85'U',84'T',84'T',79'O',
78'N'},
{67'C',79'O',77'M',66'B',79'O',66'B',79'O',88'X',
69'E',88'X'}
}
vControlRID = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}
w32ColorNames = {
{66'B',76'L',65'A',67'C',75'K'},
{78'N',65'A',86'V',89'Y',66'B',76'L',85'U',69'E'},
{66'B',76'L',85'U',69'E'},
{66'B',82'R',73'I',71'G',72'H',84'T',66'B',76'L',85'U',
69'E'},
{70'F',79'O',82'R',69'E',83'S',84'T',71'G',82'R',69'E',
69'E',78'N'},
{71'G',82'R',69'E',69'E',78'N'},
{67'C',89'Y',65'A',78'N'},
{83'S',75'K',89'Y',66'B',76'L',85'U',69'E'},
{66'B',82'R',73'I',71'G',72'H',84'T',71'G',82'R',69'E',
69'E',78'N'},
{66'B',82'R',73'I',71'G',72'H',84'T',67'C',89'Y',65'A',
78'N'},
{68'D',65'A',82'R',75'K',71'G',82'R',65'A',89'Y'},
{69'E',71'G',71'G',80'P',76'L',65'A',78'N',84'T'},
{82'R',69'E',68'D'},
{77'M',65'A',71'G',69'E',78'N',84'T',65'A'},
{68'D',65'A',82'R',75'K',66'B',82'R',79'O',87'W',78'N'},
{79'O',76'L',73'I',86'V',69'E'},
{71'G',82'R',65'A',89'Y'},
{66'B',82'R',79'O',87'W',78'N'},
{76'L',73'I',71'G',72'H',84'T',71'G',82'R',65'A',89'Y'},
{80'P',85'U',82'R',80'P',76'L',69'E'},
{87'W',72'H',73'I',84'T',69'E'},
{66'B',82'R',73'I',71'G',72'H',84'T',82'R',69'E',68'D'},
{66'B',82'R',73'I',71'G',72'H',84'T',77'M',65'A',71'G',
69'E',78'N',84'T',65'A'},
{86'V',73'I',79'O',76'L',69'E',84'T'},
{79'O',82'R',65'A',78'N',71'G',69'E'},
{80'P',73'I',78'N',75'K'},
{89'Y',69'E',76'L',76'L',79'O',87'W'},
{80'P',65'A',82'R',67'C',72'H',77'M',69'E',78'N',84'T'},
{66'B',82'R',73'I',71'G',72'H',84'T',87'W',72'H',73'I',
84'T',69'E'}
}
Screen = 1
Printer = 2
className = {
{},
{98'b',117'u',116't',116't',111'o',110'n'},
{98'b',117'u',116't',116't',111'o',110'n'},
{98'b',117'u',116't',116't',111'o',110'n'},
{98'b',117'u',116't',116't',111'o',110'n'},
{98'b',117'u',116't',116't',111'o',110'n'},
{98'b',117'u',116't',116't',111'o',110'n'},
{98'b',117'u',116't',116't',111'o',110'n'},
{108'l',105'i',115's',116't',98'b',111'o',120'x'},
{108'l',105'i',115's',116't',98'b',111'o',120'x'},
{99'c',111'o',109'm',98'b',111'o',98'b',111'o',120'x'},
{99'c',111'o',109'm',98'b',111'o',98'b',111'o',120'x'},
{99'c',111'o',109'm',98'b',111'o',98'b',111'o',120'x'},
{99'c',111'o',109'm',98'b',111'o',98'b',111'o',120'x'},
{101'e',100'd',105'i',116't'},
{101'e',100'd',105'i',116't'},
{115's',116't',97'a',116't',105'i',99'c'},
{115's',116't',97'a',116't',105'i',99'c'},
{115's',116't',97'a',116't',105'i',99'c'},
{115's',99'c',114'r',111'o',108'l',108'l',98'b',97'a',
114'r'},
{115's',99'c',114'r',111'o',108'l',108'l',98'b',97'a',
114'r'},
{115's',116't',97'a',116't',105'i',99'c'},
{115's',116't',97'a',116't',105'i',99'c'},
{},
{},
{},
{},
{},
{84'T',111'o',111'o',108'l',98'b',97'a',114'r',87'W',105'i',
110'n',100'd',111'o',119'w',51'3',50'2'},
{109'm',115's',99'c',116't',108'l',115's',95'_',115's',
116't',97'a',116't',117'u',115's',98'b',97'a',114'r',51'3',50'2'},
{98'b',117'u',116't',116't',111'o',110'n'},
{98'b',117'u',116't',116't',111'o',110'n'},
{98'b',117'u',116't',116't',111'o',110'n'},
{109'm',115's',99'c',116't',108'l',115's',95'_',116't',
114'r',97'a',99'c',107'k',98'b',97'a',114'r',51'3',50'2'},
{109'm',115's',99'c',116't',108'l',115's',95'_',116't',
114'r',97'a',99'c',107'k',98'b',97'a',114'r',51'3',50'2'},
{83'S',121'y',115's',84'T',97'a',98'b',67'C',111'o',110'n',
116't',114'r',111'o',108'l',51'3',50'2'},
{119'w',51'3',50'2',32' ',84'T',97'a',98'b',73'I',116't',
101'e',109'm'},
{109'm',115's',99'c',116't',108'l',115's',95'_',112'p',
114'r',111'o',103'g',114'r',101'e',115's',115's',51'3',50'2'},
{83'S',121'y',115's',76'L',105'i',115's',116't',86'V',
105'i',101'e',119'w',51'3',50'2'},
-1,
{83'S',121'y',115's',84'T',114'r',101'e',101'e',86'V',
105'i',101'e',119'w',51'3',50'2'},
{82'R',73'I',67'C',72'H',69'E',68'D',73'I',84'T',53'5',
48'0',87'W'},
{83'S',121'y',115's',77'M',111'o',110'n',116't',104'h',
67'C',97'a',108'l',51'3',50'2'},
{109'm',115's',99'c',116't',108'l',115's',95'_',117'u',
112'p',100'd',111'o',119'w',110'n',51'3',50'2'},
{82'R',101'e',66'B',97'a',114'r',87'W',105'i',110'n',100'd',
111'o',119'w',51'3',50'2'},
-1,
{116't',111'o',111'o',108'l',116't',105'i',112'p',115's',
95'_',99'c',108'l',97'a',115's',115's',51'3',50'2'},
{84'T',111'o',111'o',108'l',98'b',97'a',114'r',87'W',105'i',
110'n',100'd',111'o',119'w',51'3',50'2'},
{98'b',117'u',116't',116't',111'o',110'n'},
{67'C',111'o',109'm',98'b',111'o',66'B',111'o',120'x',
69'E',120'x',51'3',50'2'},
-1,
-1
}
classType = {0,1,1,1,1,1,1,1,4,4,2,2,2,2,3,3,6,6,6,5,5,6,6,7,8,9,9,10,
11,11,1,1,1,11,11,11,-1,11,11,-1,11,11,11,11,11,-1,11,11,1,11,-1,-1}
classAlias = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,
23,24,25,26,27,28,29,30,31,32' ',33'!',34'"',35'#',36'$',37'%',38'&',39''',
40'(',41')',42'*',43'+',44',',45'-',46'.',47'/',48'0',49'1',50'2',51'3',
52'4'}
classStyle = {13565952,1409351680,1409351681,1409351680,1409368067,1409368070,
1342259209,1409351687,1419837441,1419837443,1411449346,1411449602,1409352193,
1411449347,1417740416,1419837444,1409286400,1409286402,1409286401,1409351680,
1409351681,1409286403,1409286414,0,0,0,0,0,1417674757,1409286147,1409351680,
1409355779,1409355779,1409351713,1409351715,1442906112,0,1342177280,1417740352,
0,1417740288,1419878468,1417740288,1409286144,1451294752,0,1,1417742597,
1,1409352706,0,0}
classStyleEx = {16,0,0,0,0,0,32' ',32' ',528,528,528,528,528,528,528,
528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,512,512,1,0,512,0,
8,1,0,0,0,0}
classAttr = {1,0,128,32' ',128,128,0,4225,1,1,1,1,1,1,16,8,0,0,0,192,
192,0,0,2,2,2,2,2,1283,2305,4,0,4,257,257,257,577,257,257,0,256,264,256,
256,1282,0,2,1283,3,257,2,2}
classBGColor = {
-16,
{},
-16,
-16,
{},
{},
-16,
-16,
-6,
-6,
-6,
-6,
-6,
-6,
-6,
-6,
{},
{},
{},
{{}},
{{}},
-16,
-16,
-16,
-16,
-16,
-16,
-16,
-16,
-16,
-16,
-16,
-16,
-16,
-16,
-16,
{{}},
-16,
-6,
-16,
-6,
-6,
-16,
-16,
-16,
-16,
-16,
-16,
-16,
-6,
-16,
-16
}
classDefPointer = {32512,32512,32512,32512,32512,32512,32512,32512,32512,
32512,32512,32512,32512,32512,32513,32513,32512,32512,32512,32512,32512,
32512,32512,32512,32512,32512,32512,32512,32512,32512,32512,32512,32512,
32512,32512,32512,32512,32512,32512,32512,32512,32513,32512,32512,32512,
32512,32512,32512,32512,32512,32512,32512}
classFGColor = {-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,
-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,
-9,-9,-9,-9,-9,-9,-9,-9,-9,-9}
classKbdInput = {0,512,256,512,8200,10248,8256,4096,9,9,9,9,9,9,137,137,
4096,4096,4096,1,1,4096,4096,0,0,0,0,0,0,0,256,8200,8200,1,1,9,9,0,3,0,9,
141,1,1,0,0,0,0,512,9,0,0}
vWindowClassStyle = {8}
i = 52'4'
AutoReBarSizing = 0
lv_id = {}
lvitem_owner = {}
lvitem_lparam = {}
lv_properties = {}
ilicon_list = {}
lvInsertWhere = 1
vNextLVItemID = 0
ILlarge = 0
hILlarge = 0
ILsmall = 0
hILsmall = 0
tv_id = {}
tvitem_data = {}
tvitem_owner = {}
tvitem_parent = {}
tvitem_handle = {}
himlFTBDefault = 0
himlFTBHot = 0
himlFTBDisabled = 0
FTB_images = {}
WndProcAddress = 6750496
SubProcAddress = 6750592
mainWindow = 3
vRecent = {
6,
26,
0,
{-1}
}
modalWindow = 0
modalStyle = 0
modalDepth = 0
modalhWnd = 0
modalStack = {}
focus_current = -1
vPrevCtlBlkLength = 19
ctlblk_freelist = {0}
ctrl_Handle = {-1,-1,1312528,3671586,943850199,943850199,302515579,302515579,
302515579,302515579,302515579,302515579,432275527,432275527,432275527,432275527,
432275527,699926313,1508840,-1,-1,-1,-1,3016020,984668,3343998,1049956,1443182,
7799410,1180730,853364,4981834,1377626,787840}
ctrl_Handle_type = {-1,-1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,-1,-1,-1,-1,
-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1}
ctrl_Destroyed = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,0,
0,0,0,0,0,0,0,0,0,0}
ctrl_Function = {-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,
-64019,-1,-1,-1,-1,-64577,-64159,-1,-64019,-64019,-64019,-64019,-64019,-64019,
-64019,-64019}
ctrl_Family = {-1,-1,0,0,9,7,9,9,9,9,9,7,9,9,9,9,7,7,1,-1,-1,-1,-1,6,
11,0,1,1,1,1,1,1,1,1}
ctrl_Type = {51'3',52'4',1,1,26,24,26,26,26,26,26,24,26,26,26,26,24,24,
8,-1,-1,-1,-1,18,34'"',1,7,7,7,8,7,7,7,7}
ctrl_Focus_order = {
{},
{},
{},
{19,30},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{34'"',33'!',32' ',31},
-1,
-1,
-1,
-1,
{},
{},
{25},
{},
{},
{},
{29,28,27},
{},
{},
{},
{}
}
ctrl_Current_focus = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,
-1,0,0,0,0,0,0,0,0,0,0,0}
ctrl_Previous_focus = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,
-1,0,0,0,0,0,0,0,0,0,0,0}
ctrl_Parent = {0,0,0,3,6,18,12,12,12,12,12,18,17,17,17,17,18,3,4,-1,-1,
-1,-1,26,26,3,30,30,30,4,19,19,19,19}
ctrl_Menu = {0,0,699926313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,
0,0,0,0,0,0,0,0,0,0,0}
ctrl_Popup = {
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
-1,
-1,
-1,
-1,
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1},
{-1,-1,-1,-1}
}
ctrl_Notify_List = {
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
-1,
-1,
-1,
-1,
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}},
{{},{},{},{}}
}
ctrl_Toolbar = {{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},-1,-1,-1,-1,{},{},{},{},{},{},{},{},{},{},{}}
ctrl_Statusbar = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,0,
0,0,0,0,0,0,0,0,0,0}
ctrl_Hint_Text = {{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},-1,-1,-1,-1,{},{},{},{},{},{},{},{},{},{},{}}
ctrl_Hint_Width = {200,200,200,200,200,200,200,200,200,200,200,200,200,
200,200,200,200,200,200,-1,-1,-1,-1,200,200,200,200,200,200,200,200,200,
200,200}
ctrl_Font = {
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
-1,
-1,
-1,
-1,
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
},
{
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
}
}
ctrl_Fg_Color = {-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,
-9,-1,-1,-1,-1,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9}
ctrl_Bg_Color = {-16,-16,11250603,-16,-16,-16,-16,-16,-16,-16,-16,-16,
-16,-16,-16,-16,-16,-16,-16,-1,-1,-1,-1,-16,-16,-16,-16,-16,-16,-16,-16,
-16,-16,-16}
ctrl_Bg_Type = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,0,0,
0,0,0,0,0,0,0,0,0}
ctrl_Bg_EnableColor = {-16,-16,11250603,-16,-16,-16,-16,-16,-16,-16,-16,
-16,-16,-16,-16,-16,-16,-16,-16,-1,-1,-1,-1,-16,-16,-16,-16,-16,-16,-16,
-16,-16,-16,-16}
ctrl_Bg_DisableColor = {-16,-16,-16,-16,-16,-16,-16,-16,-16,-16,-16,-16,
-16,-16,-16,-16,-16,-16,-16,-1,-1,-1,-1,-16,-16,-16,-16,-16,-16,-16,-16,
-16,-16,-16}
ctrl_Pen = {
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
-1,
-1,
-1,
-1,
{15790320,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}},
{0,0,13,1,1,-16,{}}
}
ctrl_X_Pos = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,0,0,0,
0,0,0,0,0,0,0,0}
ctrl_Y_Pos = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,0,0,0,
0,0,0,0,0,0,0,0}
ctrl_Erase = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,0,0,0,
0,0,0,0,0,0,0,0}
ctrl_Scroll = {
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
-1,
-1,
-1,
-1,
{
{1,10},
{1,10}
},
{
{5,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
},
{
{1,10},
{1,10}
}
}
ctrl_Range = {
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
-1,
-1,
-1,
-1,
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
},
{
{0,100'd'},
{0,100'd'}
}
}
ctrl_Specific = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,0,
0,0,0,0,0,0,0,0,0,0}
ctrl_Group = {
{},
{},
{18,4,26},
{19,30},
{},
{5},
{},
{},
{},
{},
{},
{11,10,9,8,7},
{},
{},
{},
{},
{16,15,14,13},
{17,12,6},
{34'"',33'!',32' ',31},
-1,
-1,
-1,
-1,
{},
{},
{25,24},
{},
{},
{},
{29,28,27},
{},
{},
{},
{}
}
ctrl_Cursor = {
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
-1,
-1,
-1,
-1,
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
{65541},
{65541}
}
ctrl_Hotkey_Keys = {
{},
{},
{70'F',79'O',80'P',88'X',86'V',84'T',83'S',72'H',
65'A'},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
-1,
-1,
-1,
-1,
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
}
ctrl_Hotkey_Ids = {
{},
{},
{17,16,15,13,12,11,10,6,5},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
-1,
-1,
-1,
-1,
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
}
ctrl_Text_Alignment = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,
-1,0,0,0,0,0,0,0,0,0,0,0}
ctrl_Closed = {0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,0,0,
-1,0,0,0,0,0,0,0,0}
ctrl_TabKey_Used = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,-1,-1,
1,1,1,1,1,1,1,1,1,1,1}
ctrl_Handlers = {
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{}},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{}},
{
{},
{},
{},
{},
{},
{},
{},
{181},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{}},
{
{},
{},
{},
{188},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{}},
{
{},
{},
{},
{187},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{
{},
{},
{},
{186},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{}},
{
{},
{},
{},
{185},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{
{},
{},
{},
{184},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{}},
{
{},
{},
{},
{22},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{}},
{
{},
{},
{},
{183},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{
{},
{},
{},
{182},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{}},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{}},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{}},
-1,
-1,
-1,
-1,
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{}},
{
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{190},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{}},
{
{},
{},
{},
{189},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{
{},
{},
{},
{189},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{
{},
{},
{},
{189},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{}},
{
{},
{},
{},
{189},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{
{},
{},
{},
{189},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{
{},
{},
{},
...
ctrl_Bg_Brush = {0,0,2232421421,638584979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
1292898651,-1,-1,-1,-1,68162262,4044361436,3406827582,1209012492,4094693890,
3608154609,2819625590,2500858066,1360007301,1712328443,1510999936}
ctrl_UserData = {
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
-1,
-1,
-1,
-1,
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}},
{{},{},{}}
}
ctrl_IntData = {
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
-1,
-1,
-1,
-1,
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}}
}
ctrl_Name = {
{},
{},
{65'A',99'c',114'r',111'o',86'V',105'i',101'e',119'w'},
{77'M',111'o',100'd',101'e'},
{},
{},
{90'Z',111'o',111'o',109'm'},
{77'M',111'o',100'd',101'e'},
{},
{},
{},
{},
{69'E',120'x',105'i',116't'},
{},
{},
{},
{},
0,
{80'P',97'a',103'g',101'e',77'M',111'o',100'd',101'e'},
-1,
-1,
-1,
-1,
{},
{},
{90'Z',111'o',111'o',109'm'},
{84'T',104'h',117'u',109'm',98'b',110'n',97'a',105'i',
108'l',115's'},
{66'B',111'o',111'o',107'k',109'm',97'a',114'r',107'k',
115's'},
{78'N',111'o',110'n',101'e'},
{76'L',97'a',121'y',111'o',117'u',116't',77'M',111'o',
100'd',101'e'},
{84'T',119'w',111'o',99'c',111'o',108'l',117'u',109'm',
110'n',115's',102'f',105'i',114'r',115's',116't',112'p',97'a',103'g',101'e',
114'r',105'i',103'g',104'h',116't'},
{84'T',119'w',111'o',99'c',111'o',108'l',117'u',109'm',
110'n',115's',102'f',105'i',114'r',115's',116't',112'p',97'a',103'g',101'e',
108'l',101'e',102'f',116't'},
{79'O',110'n',101'e',99'c',111'o',108'l',117'u',109'm',
110'n'},
{68'D',111'o',110'n',116't',99'c',97'a',114'r',101'e'}
}
ctrl_Init_Posns = {
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
-1,
-1,
-1,
-1,
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}},
{{},{}}
}
ctrl_ClassAddr = {0,0,44484492,28558748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
-1,-1,-1,-1,0,0,27455060,0,0,0,0,0,0,0,0}
ctrl_Mousetrap = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,0,
0,0,0,0,0,0,0,0,0,0}
ctrl_Visible = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,-1,-1,1,1,
1,1,1,1,1,1,1,1,1}
ctrl_SetVisible = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,-1,-1,
1,1,1,1,1,1,1,1,1,1,1}
ctrl_HandlerStates = {
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{},{},{}},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{},{},{}},
{
{},
{},
{},
{},
{},
{},
{},
{1},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{},{},{}},
{
{},
{},
{},
{1},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{},{},{}},
{
{},
{},
{},
{1},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{
{},
{},
{},
{1},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{},{},{}},
{
{},
{},
{},
{1},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{
{},
{},
{},
{1},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{},{},{}},
{
{},
{},
{},
{1},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{},{},{}},
{
{},
{},
{},
{1},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{
{},
{},
{},
{1},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{},{},{}},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{},{},{}},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{},{},{}},
-1,
-1,
-1,
-1,
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{},{},{}},
{
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{1},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{},{},{}},
{
{},
{},
{},
{1},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{
{},
{},
{},
{1},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{
{},
{},
{},
{1},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},
{},{},{},{},{},{},{},{},{},{},{},{},{},{}},
{
{},
{},
{},
{1},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{
{},
{},
{},
{1},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
},
{
{},
{},
{},
...
ctrl_ActualClass = {51'3',52'4',1,1,26,24,26,26,26,26,26,24,26,26,26,
26,24,24,8,-1,-1,-1,-1,18,34'"',1,7,7,7,8,7,7,7,7}
ctrl_CanFocus = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,-1,-1,1,
1,1,1,1,1,1,1,1,1,1}
ctrl_KbdInput = {-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1}
ctrl_FormerId = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,-1,-1,-1,0,
0,0,0,0,0,0,0,0,0,0}
ctrl_Hatch = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,0,0,0,
0,0,0,0,0,0,0,0}
ctrl_RecursivePaint = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,
-1,0,0,0,0,0,0,0,0,0,0,0}
ctrl_ProtectHandlers = {
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
-1,
-1,
-1,
-1,
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0},
{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0}
}
ctrl_ImageList = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,-1,-1,0,
0,0,0,0,0,0,0,0,0,0}
vDisabledTabItems = {}
tooltipControl = 0
w32ColorValues = {0,6291456,8388608,16711680,24576,32768,8421376,16744448,
65280,16776960,4210752,7348336,128,8388736,20608,32896,8421504,28848,12632256,
13664464,14737632,255,16711935,16744703,6336767,11579647,65535,14745599,
16777215,0}
pRoutineId (from inlined routine 'registerRoutine' at 22001) = <no value>
pRoutineId (from inlined routine 'registerRoutine' at 22028) = <no value>
pRoutineId (from inlined routine 'registerRoutine' at 22055) = <no value>
menu_ids = {18,17,12,6}
menu_handles = {699926313,432275527,302515579,943850199}
h:\Euphoria\include\w32file.ew:
VOID = <no value>
vSearchPaths = {}
vFileNameBufferSize = 8000
vOpenedFlags = 2627584
h:\Euphoria\include\Win32Lib.ew:
cts_preallocated = 42770724
r_getAutoSize = 99'c'
r_ResolveDeferredHandlers = 101'e'
r_getDeferredHandlers = 100'd'
enumRequests = 0
hrequests = {}
crequests = {}
pRoutineId (from inlined routine 'registerRoutine' at 22281) = <no value>
pRoutineId (from inlined routine 'registerRoutine' at 22308) = <no value>
menu_dropped = {}
hilitems = {}
h:\Euphoria\include\w32resources.ew:
VOID = 0
heldResource = {
{0,24,-2,2,1,-1,0},
{0,0,0,0,0,0,0},
{0,0,0,0,0,0,0},
{0,0,0,0,0,0,0},
{0,0,0,0,0,0,0},
{0,0,0,0,0,0,0},
{0,0,0,0,0,0,0},
{0,0,0,0,0,0,0},
{0,0,0,0,0,0,0},
{0,0,0,0,0,0,0},
{0,0,0,0,0,0,0},
{0,0,0,0,0,0,0},
{0,0,0,0,0,0,0},
{0,0,0,0,0,0,0},
{0,0,0,0,0,0,0},
{0,0,0,0,0,0,0}
}
heldCursor = {}
vHRFree = {16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1}
vHRI = 16
grabbedHDC = {}
vFontWeight = 700
vFontKeys = {
{
69'E',
-10,
0,
700,
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'}
}
}
DefaultFontID = 25821219
vStockResources = {25821219,28311575,26214421,0,1,2,3,4,5,6,7,8,9,10,
11,12,13,14,15,16}
i = 16
vDCs = {}
vMaxPenCache = 20
vFontHandles = {3725201471}
vCSP = 0
printerDC = 0
vPrinterName = {69'E',80'P',83'S',79'O',78'N',32' ',83'S',116't',121'y',
108'l',117'u',115's',32' ',80'P',104'h',111'o',116't',111'o',32' ',82'R',
50'2',56'8',48'0',32' ',83'S',101'e',114'r',105'i',101'e',115's'}
hdmPtr = 9502732
hdefPtr = 9502724
pname = 43250980
vPrinterHandle = 30763844
vDevmodeSize = 952
job_properties = {1,1,1,1,1,0,0,0,0,0,0,0}
new_left_margin = 0
new_top_margin = 0
created_forms = 0
rgpc = 16
extract_mode = 2
gColors = 29213468
transColor = 16711935
transTuple = {255,0,255}
w32Seed = 1641660816
current_depth = <no value>
previous_cursor = <no value>
h:\Euphoria\include\Win32Lib.ew:
lPos (from inlined routine 'w32routine_id' at 22850) = <no value>
vShowChars = 0
vFindReplaceIds = {}
vFindReplaceHwnds = {}
vStreamCallbackBuffer = {}
vStreamCBPosn = 1
regCount = 4
sharedClasses = {}
sharedClassCount = {}
FontDefaults = {
{109'm',115's',32' ',115's',97'a',110'n',115's',32' ',
115's',101'e',114'r',105'i',102'f'},
8,
0,
0
}
r_MakeArgs = 102'f'
pm = 0
internal_lvinsert = 1
vEmptySlots = 16
vs_PreviousControl = {
24,
{49'1',48'0',48'0',37'%'}
}
vAutoFocusLabels = 0
h:\Euphoria\include\w32xpm.ew:
xpmErrFlag = <no value>
h:\Euphoria\include\Win32Lib.ew:
lPos (from inlined routine 'w32routine_id' at 23116) = <no value>
lPos (from inlined routine 'w32routine_id' at 23412) = <no value>
vDestroyQueue = {}
vControlSets = {}
vCurrentControlSet = {110'n',111'o',116't',32' ',115's',101'e',116't'}
r_setControlVisible = 33'!'
vMenuItemGroups = {}
NotFoundMessage = {70'F',105'i',110'n',105'i',115's',104'h',101'e',100'd',
32' ',115's',101'e',97'a',114'r',99'c',104'h',105'i',110'n',103'g',32' ',
100'd',111'o',99'c',117'u',109'm',101'e',110'n',116't'}
NotFoundCaption = {70'F',105'i',110'n',100'd'}
ReplacedAllMessage = {82'R',101'e',112'p',108'l',97'a',99'c',101'e',100'd',
32' ',37'%',100'd',32' ',111'o',99'c',99'c',117'u',114'r',101'e',110'n',
99'c',101'e',40'(',115's',41')',32' ',111'o',102'f',32' ',115's',116't',
114'r',105'i',110'n',103'g',32' ',105'i',110'n',32' ',100'd',111'o',99'c',
117'u',109'm',101'e',110'n',116't',46'.'}
repMsgHasFormat = 1
ReplacedAllCaption = {82'R',101'e',112'p',108'l',97'a',99'c',101'e',32' ',
65'A',108'l',108'l'}
customColors = 26940988
i = 63'?'
vTabKeyCodes = {9}
hintFontSize = 8
hintFontAttrib = 0
hintFontName = {77'M',83'S',32' ',83'S',97'a',110'n',115's',32' ',83'S',
101'e',114'r',105'i',102'f'}
r_hideControlSet = 46'.'
shifts = 0
vSkipF10 = 0
pfnCompare = 6750400
vLMB_id = {-1,-1,-1,-1}
vMaxClickTime = 0.5
vMaxClickXDelta = 3
vMaxClickYDelta = 3
numShifts = {0,0,0,0}
keyIndex = 0
maxKeyIndex = 4
emittedKey = 0
keyCodes = {0,0,0,0}
extFlags = {0,0,0,0}
scanCodes = {0,0,0,0}
keyParams = {0,0,0,0}
rptCounts = {0,0,0,0}
lPos (from inlined routine 'w32routine_id' at 24067) = <no value>
ActiveEL = {0}
TTTextPtr = 0
TTStrLen = 0
vNotifications = {-551,-108,-150,-109,-407,-403,-402,-409,-520,-749,-746,
-700,-706,-707,-101,-2,-5,-831,-552,-805,-722}
vNotifyHandlers = {50'2',51'3',52'4',53'5',54'6',55'7',56'8',57'9',58':',
59';',60'<',61'=',62'>',63'?',64'@',65'A',66'B',67'C',68'D',69'E',70'F'}
menubar = 0
vEventsHandled = {512,7,8,15,256,258,257,513,516,514,517,515,518,522,
5,273,563,277,276,275,21,309,312,307,308,311,16,2,78'N',260,287,261,0,262,
20,49267,135}
vHandler = {72'H',73'I',74'J',80'P',75'K',76'L',75'K',72'H',72'H',72'H',
72'H',72'H',72'H',72'H',77'M',78'N',79'O',81'Q',81'Q',82'R',83'S',84'T',
84'T',84'T',84'T',84'T',85'U',86'V',87'W',75'K',92'\',75'K',75'K',88'X',
89'Y',90'Z',91'['}
vEventCnt = {30,3,2,16,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,1,0,0,0,0,
0,1,0,9,0,0,0,2,0,0}
vUserEventsHandled = {}
vUserEventHandlers = {}
vIdleCheck = 0
vELUserData = {}
vWmQuit = 0
lPos (from inlined routine 'w32routine_id' at 24832) = <no value>
fn_debug = 1
h:\Euphoria\include\w32forms.ew:
vRecentNewUI = {}
hasDeferredHandlers = {}
haveDeferredHandlers = 0
ctrl_Deferred_Handlers = {}
autoSizes = {}
autoFlags = {}
vEventNamesUpper = <no value>
h:\Euphoria\include\Win32Lib.ew:
lPos (from inlined routine 'w32routine_id' at 25791) = <no value>
lPos (from inlined routine 'w32routine_id' at 25828) = <no value>
lPos (from inlined routine 'w32routine_id' at 25865) = <no value>
lPos (from inlined routine 'w32routine_id' at 25902) = <no value>
h:\Euphoria\include\w32tk.e:
VOID = <no value>
h:\Euphoria\include\compat02.ew:
LVITEM_pszText_4 = {6,24,-3,1,33'!',0,4,-1}
TVITEM_pszText_4 = {5,20,-3,1,37'%',0,4,-1}
REBARBANDINFO_lpText_4 = {6,24,-3,1,52'4',0,4,-1}
MENUITEMINFO_dwTypeData_4 = {10,40'(',-3,1,69'E',0,4,-1}
TC_ITEM_pszText_4 = {4,16,-3,1,28,0,4,-1}
LVCOLUMN_pszText_4 = {4,16,-3,1,32' ',0,4,-1}
TBBUTTONINFO_pszText_4 = {9,28,-3,1,62'>',0,4,-1}
COMBOBOXEXITEM_pszText_4 = {3,12,-3,1,64'@',0,4,-1}
ofnFile_4 = {8,32' ',-3,1,70'F',0,4,-1}
h:\Euphoria\include\variant.ew:
void = <no value>
h:\Euphoria\include\comerr.ew:
errnum = {2147549183,2147024883,2147500033,2147942414,2147942487,2147500034,
2147500035,2147942406,2147500036,2147500037,2147942405,2147483649,2147483650,
2147483651,2147483652,2147483653,2147483654,2147483655,2147483656,2147483657,
2147483658,2147500038,2147500039,2147500040,2147500041,2147500042,2147500043,
2147500044,2147500045,2147500046,2147500047,2147500048,2147500049,2147500050,
2147500051,2147500052,2147500053,2147500054,2147500055,2147500056,2147500057,
2147500058,2147500059,2147500060,2147500061,2147500062,2147500063,2147500064,
2147500065,2147745792,2147745793,2147745794,2147745795,2147745796,2147745797,
2147745798,2147745799,2147745800,2147745801,2147745802,2147745803,2147745804,
2147745805,2147745806,2147745807,2147745808,2147745809,2147745810,2147745892,
2147745893,2147745894,2147745895,2147745896,2147745897,2147745898,2147745899,
2147745900,2147745901,2147746048,2147746049,2147746050,2147746064,2147746065,
2147746112,2147746128,2147746129,2147746130,2147746131,2147746132,2147746133,
2147746160,2147746176,2147746177,2147746208,2147746209,2147746240,2147746241,
2147746242,2147746243,2147746244,2147746245,2147746246,2147746256,2147746257,
2147746258,2147746259,2147746260,2147746272,2147746273,2147746274,2147746275,
2147746276,2147746277,2147746278,2147746279,2147746280,2147746281,2147746282,
2147746283,2147746284,2147746285,2147746286,2147746287,2147746288,2147746289,
2147746290,2147746291,2147746292,2147746293,2147746294,2147746295,2147746296,
2147746297,2147746298,2147746299,2147746300,2147746301,2147746302,2147746303,
2148007937,2148007938,2148007939,2148007940,2148007941,2148007942,2148007943,
2148007944,2148007945,2148007952,2148007953,2147614721,2147614723,2147614724,
2147614725,2147614726,2147614727,2147614728,2147614729,2147614730,2147614731,
2147614732,2147614733,2147614734,2147614735,2147614736,2147614737,2147647510,
2147647512,2147647513,2147647516,2147647517,2147647527,2147647528,2147647529,
2147647530,2147647531,2147647532,2147647533,2147647534,2147647535,2147649725,
2147649733,2147649734,2147649743,2147650720,2147650721,2147650722,2147650723,
2147654730,2147654787,2147654788,2147680257,2147680258,2147680259,2147680260,
2147680261,2147680262,2147680264,2147680265,2147680274,2147680275,2147680281,
2147680285,2147680286,2147680288,2147680289,2147680336,2147680343,2147680368,
2147680496,2147680506,2147680507,2147680508,2147680509,2147680510,2147680511,
2147680512,2147680513,2147680514,2147680515,2147680516,2147680517,2147680518,
2147680519,2147680520,2147680521,2147680528,2147680769,2147680770,2147549185,
2147549186,2147549187,2147549188,2147549189,2147549190,2147549191,2147549192,
2147549193,2147549194,2147549195,2147549196,2147549197,2147549198,2147549199,
2147549200,2147549201,2147549202,2147549440,2147549441,2147549442,2147549443,
2147549444,2147549445,2147549446,2147549447,2147549448,2147549449,2147549450,
2147549451,2147549452,2147549453,2147549454,2147549455,2147549456,2147549457,
2147549458,2147549459,2147549460,2147549461,2147549462,2147549463,2147549464,
2147549465,2147549466,2147549467,2147549468,2147549469,2147614719,2148073473,
2148073474,2148073475,2148073476,2148073477,2148073478,2148073479,2148073480,
2148073481,2148073482,2148073483,2148073484,2148073485,2148073486,2148073487,
2148073488,2148073489,2148073490,2148073491,2148073492,2148073493,2148073494,
2148073495,2148073496,2148073497,2148073498,2148073499,2148073500,2148073501,
2148073502,2148073503,2148073504,2148073505,2148204545,2148204546,2148204547,
2148204548,2148204549,2148204550,2148204551,2148204552,2148204553,2148204554,
2148204555,2148204800,2148204801,2148204802,2148204803,2148204804,2148204805,
2148204806,2148204807,2148204808,2148204809,2148204810}
errmsg = {
{67'C',97'a',116't',97'a',115's',116't',114'r',111'o',112'p',
104'h',105'i',99'c',32' ',102'f',97'a',105'i',108'l',117'u',114'r',101'e'},
{84'T',104'h',101'e',32' ',68'D',97'a',116't',97'a',32' ',
105'i',115's',32' ',105'i',110'n',118'v',97'a',108'l',105'i',100'd',32' '},
{78'N',111'o',116't',32' ',105'i',109'm',112'p',108'l',101'e',
109'm',101'e',110'n',116't',101'e',100'd'},
{82'R',97'a',110'n',32' ',111'o',117'u',116't',32' ',111'o',
102'f',32' ',109'm',101'e',109'm',111'o',114'r',121'y'},
{79'O',110'n',101'e',32' ',111'o',114'r',32' ',109'm',111'o',
114'r',101'e',32' ',97'a',114'r',103'g',117'u',109'm',101'e',110'n',116't',
115's',32' ',97'a',114'r',101'e',32' ',105'i',110'n',118'v',97'a',108'l',
105'i',100'd'},
{78'N',111'o',32' ',115's',117'u',99'c',104'h',32' ',105'i',
110'n',116't',101'e',114'r',102'f',97'a',99'c',101'e',32' ',115's',117'u',
112'p',112'p',111'o',114'r',116't',101'e',100'd'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',112'p',
111'o',105'i',110'n',116't',101'e',114'r'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',104'h',
97'a',110'n',100'd',108'l',101'e'},
{79'O',112'p',101'e',114'r',97'a',116't',105'i',111'o',110'n',
32' ',97'a',98'b',111'o',114'r',116't',101'e',100'd'},
{85'U',110'n',115's',112'p',101'e',99'c',105'i',102'f',105'i',
101'e',100'd',32' ',101'e',114'r',114'r',111'o',114'r'},
{71'G',101'e',110'n',101'e',114'r',97'a',108'l',32' ',97'a',
99'c',99'c',101'e',115's',115's',32' ',100'd',101'e',110'n',105'i',101'e',
100'd',32' ',101'e',114'r',114'r',111'o',114'r'},
{78'N',111'o',116't',32' ',105'i',109'm',112'p',108'l',101'e',
109'm',101'e',110'n',116't',101'e',100'd'},
{82'R',97'a',110'n',32' ',111'o',117'u',116't',32' ',111'o',
102'f',32' ',109'm',101'e',109'm',111'o',114'r',121'y'},
{79'O',110'n',101'e',32' ',111'o',114'r',32' ',109'm',111'o',
114'r',101'e',32' ',97'a',114'r',103'g',117'u',109'm',101'e',110'n',116't',
115's',32' ',97'a',114'r',101'e',32' ',105'i',110'n',118'v',97'a',108'l',
105'i',100'd'},
{78'N',111'o',32' ',115's',117'u',99'c',104'h',32' ',105'i',
110'n',116't',101'e',114'r',102'f',97'a',99'c',101'e',32' ',115's',117'u',
112'p',112'p',111'o',114'r',116't',101'e',100'd'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',112'p',
111'o',105'i',110'n',116't',101'e',114'r'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',104'h',
97'a',110'n',100'd',108'l',101'e'},
{79'O',112'p',101'e',114'r',97'a',116't',105'i',111'o',110'n',
32' ',97'a',98'b',111'o',114'r',116't',101'e',100'd'},
{85'U',110'n',115's',112'p',101'e',99'c',105'i',102'f',105'i',
101'e',100'd',32' ',101'e',114'r',114'r',111'o',114'r'},
{71'G',101'e',110'n',101'e',114'r',97'a',108'l',32' ',97'a',
99'c',99'c',101'e',115's',115's',32' ',100'd',101'e',110'n',105'i',101'e',
100'd',32' ',101'e',114'r',114'r',111'o',114'r'},
{84'T',104'h',101'e',32' ',100'd',97'a',116't',97'a',32' ',
110'n',101'e',99'c',101'e',115's',115's',97'a',114'r',121'y',32' ',116't',
111'o',32' ',99'c',111'o',109'm',112'p',108'l',101'e',116't',101'e',32' ',
116't',104'h',105'i',115's',32' ',111'o',112'p',101'e',114'r',97'a',116't',
105'i',111'o',32' ',110'n',111'o',116't',32' ',121'y',101'e',116't',32' ',
97'a',118'v',97'a',105'i',108'l',97'a',98'b',108'l',101'e'},
{84'T',104'h',114'r',101'e',97'a',100'd',32' ',108'l',111'o',
99'c',97'a',108'l',32' ',115's',116't',111'o',114'r',97'a',103'g',101'e',
32' ',102'f',97'a',105'i',108'l',117'u',114'r',101'e'},
{71'G',101'e',116't',32' ',115's',104'h',97'a',114'r',101'e',
100'd',32' ',109'm',101'e',109'm',111'o',114'r',121'y',32' ',97'a',108'l',
108'l',111'o',99'c',97'a',116't',111'o',114'r',32' ',102'f',97'a',105'i',
108'l',117'u',114'r',101'e'},
{71'G',101'e',116't',32' ',109'm',101'e',109'm',111'o',114'r',
121'y',32' ',97'a',108'l',108'l',111'o',99'c',97'a',116't',111'o',114'r',
32' ',102'f',97'a',105'i',108'l',117'u',114'r',101'e'},
{85'U',110'n',97'a',98'b',108'l',101'e',32' ',116't',111'o',
32' ',105'i',110'n',105'i',116't',105'i',97'a',108'l',105'i',122'z',101'e',
32' ',99'c',108'l',97'a',115's',115's',32' ',99'c',97'a',99'c',104'h',101'e'},
{85'U',110'n',97'a',98'b',108'l',101'e',32' ',116't',111'o',
32' ',105'i',110'n',105'i',116't',105'i',97'a',108'l',105'i',122'z',101'e',
32' ',82'R',80'P',67'C',32' ',115's',101'e',114'r',118'v',105'i',99'c',101'e',
115's'},
{67'C',97'a',110'n',110'n',111'o',116't',32' ',115's',101'e',
116't',32' ',116't',104'h',114'r',101'e',97'a',100'd',32' ',108'l',111'o',
99'c',97'a',108'l',32' ',115's',116't',111'o',114'r',97'a',103'g',101'e',
32' ',99'c',104'h',97'a',110'n',110'n',101'e',108'l',32' ',99'c',111'o',
110'n',116't',114'r',111'o',108'l'},
{67'C',111'o',117'u',108'l',100'd',32' ',110'n',111'o',116't',
32' ',97'a',108'l',108'l',111'o',99'c',97'a',116't',101'e',32' ',116't',
104'h',114'r',101'e',97'a',100'd',32' ',108'l',111'o',99'c',97'a',108'l',
32' ',115's',116't',111'o',114'r',97'a',103'g',101'e',32' ',99'c',104'h',
97'a',110'n',110'n',101'e',32' ',99'c',111'o',110'n',116't',114'r',111'o',
108'l'},
{84'T',104'h',101'e',32' ',117'u',115's',101'e',114'r',32' ',
115's',117'u',112'p',112'p',108'l',105'i',101'e',100'd',32' ',109'm',101'e',
109'm',111'o',114'r',121'y',32' ',97'a',108'l',108'l',111'o',99'c',97'a',
116't',111'o',114'r',32' ',105'i',32' ',117'u',110'n',97'a',99'c',99'c',
101'e',112'p',116't',97'a',98'b',108'l',101'e'},
{84'T',104'h',101'e',32' ',79'O',76'L',69'E',32' ',115's',
101'e',114'r',118'v',105'i',99'c',101'e',32' ',109'm',117'u',116't',101'e',
120'x',32' ',97'a',108'l',114'r',101'e',97'a',100'd',121'y',32' ',101'e',
120'x',105'i',115's',116't',115's'},
{84'T',104'h',101'e',32' ',79'O',76'L',69'E',32' ',115's',
101'e',114'r',118'v',105'i',99'c',101'e',32' ',102'f',105'i',108'l',101'e',
32' ',109'm',97'a',112'p',112'p',105'i',110'n',103'g',32' ',97'a',108'l',
114'r',101'e',97'a',100'd',121'y',32' ',101'e',120'x',105'i',115's',116't',
115's'},
{85'U',110'n',97'a',98'b',108'l',101'e',32' ',116't',111'o',
32' ',109'm',97'a',112'p',32' ',118'v',105'i',101'e',119'w',32' ',111'o',
102'f',32' ',102'f',105'i',108'l',101'e',32' ',102'f',111'o',114'r',32' ',
79'O',76'L',69'E',32' ',115's',101'e',114'r',118'v',105'i',99'c',101'e'},
{70'F',97'a',105'i',108'l',117'u',114'r',101'e',32' ',97'a',
116't',116't',101'e',109'm',112'p',116't',105'i',110'n',103'g',32' ',116't',
111'o',32' ',108'l',97'a',117'u',110'n',99'c',104'h',32' ',79'O',76'L',69'E',
32' ',115's',101'e',114'r',118'v',105'i',99'c',101'e'},
{84'T',104'h',101'e',114'r',101'e',32' ',119'w',97'a',115's',
32' ',97'a',110'n',32' ',97'a',116't',116't',101'e',109'm',112'p',116't',
32' ',116't',111'o',32' ',99'c',97'a',108'l',108'l',32' ',67'C',111'o',73'I',
110'n',105'i',116't',105'i',97'a',108'l',105'i',122'z',101'e',32' ',32' ',
115's',101'e',99'c',111'o',110'n',100'd',32' ',116't',105'i',109'm',101'e',
32' ',119'w',104'h',105'i',108'l',101'e',32' ',115's',105'i',110'n',103'g',
108'l',101'e',32' ',116't',104'h',114'r',101'e',97'a',100'd',101'e',100'd'},
{65'A',32' ',82'R',101'e',109'm',111'o',116't',101'e',32' ',
97'a',99'c',116't',105'i',118'v',97'a',116't',105'i',111'o',110'n',32' ',
119'w',97'a',115's',32' ',110'n',101'e',99'c',101'e',115's',115's',97'a',
114'r',121'y',32' ',98'b',117'u',116't',32' ',119'w',97'a',115's',32' ',
110'n',111'o',32' ',97'a',108'l',108'l',111'o',119'w',101'e',100'd'},
{65'A',32' ',82'R',101'e',109'm',111'o',116't',101'e',32' ',
97'a',99'c',116't',105'i',118'v',97'a',116't',105'i',111'o',110'n',32' ',
119'w',97'a',115's',32' ',110'n',101'e',99'c',101'e',115's',115's',97'a',
114'r',121'y',32' ',98'b',117'u',116't',32' ',116't',104'h',101'e',32' ',
115's',101'e',114'r',118'v',101'e',32' ',110'n',97'a',109'm',101'e',32' ',
112'p',114'r',111'o',118'v',105'i',100'd',101'e',100'd',32' ',119'w',97'a',
115's',32' ',105'i',110'n',118'v',97'a',108'l',105'i',100'd'},
{84'T',104'h',101'e',32' ',99'c',108'l',97'a',115's',115's',
32' ',105'i',115's',32' ',99'c',111'o',110'n',102'f',105'i',103'g',117'u',
114'r',101'e',100'd',32' ',116't',111'o',32' ',114'r',117'u',110'n',32' ',
97'a',115's',32' ',97'a',32' ',115's',101'e',99'c',117'u',114'r',105'i',
116't',121'y',32' ',105'i',32' ',100'd',105'i',102'f',102'f',101'e',114'r',
101'e',110'n',116't',32' ',102'f',114'r',111'o',109'm',32' ',116't',104'h',
101'e',32' ',99'c',97'a',108'l',108'l',101'e',114'r'},
{85'U',115's',101'e',32' ',111'o',102'f',32' ',79'O',108'l',
101'e',49'1',32' ',115's',101'e',114'r',118'v',105'i',99'c',101'e',115's',
32' ',114'r',101'e',113'q',117'u',105'i',114'r',105'i',110'n',103'g',32' ',
68'D',68'D',69'E',32' ',119'w',105'i',110'n',100'd',111'o',119'w',115's',
32' ',105'i',32' ',100'd',105'i',115's',97'a',98'b',108'l',101'e',100'd'},
{65'A',32' ',82'R',117'u',110'n',65'A',115's',32' ',115's',
112'p',101'e',99'c',105'i',102'f',105'i',99'c',97'a',116't',105'i',111'o',
110'n',32' ',109'm',117'u',115's',116't',32' ',98'b',101'e',32' ',65'A',
32' ',82'R',117'u',110'n',65'A',115's',32' ',115's',112'p',101'e',99'c',
105'i',102'f',105'i',99'c',97'a',116't',105'i',111'o',110'n',32' ',109'm',
117'u',115's',116't',32' ',98'b',101'e',32' ',60'<',100'd',111'o',109'm',
97'a',105'i',110'n',32' ',110'n',97'a',109'm',101'e',62'>',92'\',60'<',117'u',
115's',101'e',114'r',32' ',110'n',97'a',109'm',101'e',62'>',32' ',111'o',
114'r',32' ',115's',105'i',109'm',112'p',108'l',121'y',32' ',60'<',117'u',
115's',101'e',114'r',32' ',110'n',97'a',109'm',101'e',62'>',46'.',32' ',
32' ',32' ',32' ',32' ',32' ',32' ',32' ',32' ',32' ',32' ',32' '},
{84'T',104'h',101'e',32' ',115's',101'e',114'r',118'v',101'e',
114'r',32' ',112'p',114'r',111'o',99'c',101'e',115's',115's',32' ',99'c',
111'o',117'u',108'l',100'd',32' ',110'n',111'o',116't',32' ',98'b',101'e',
32' ',115's',116't',97'a',114'r',116't',101'e',100'd',46'.',32' ',84'T',
104'h',32' ',112'p',97'a',116't',104'h',110'n',97'a',109'm',101'e',32' ',
109'm',97'a',121'y',32' ',98'b',101'e',32' ',105'i',110'n',99'c',111'o',
114'r',114'r',101'e',99'c',116't',46'.',32' '},
{84'T',104'h',101'e',32' ',115's',101'e',114'r',118'v',101'e',
114'r',32' ',112'p',114'r',111'o',99'c',101'e',115's',115's',32' ',99'c',
111'o',117'u',108'l',100'd',32' ',110'n',111'o',116't',32' ',98'b',101'e',
32' ',115's',116't',97'a',114'r',116't',101'e',100'd',32' ',97'a',115's',
32' ',116't',104'h',32' ',99'c',111'o',110'n',102'f',105'i',103'g',117'u',
114'r',101'e',100'd',32' ',105'i',100'd',101'e',110'n',116't',105'i',116't',
121'y',46'.',32' ',84'T',104'h',101'e',32' ',112'p',97'a',116't',104'h',
110'n',97'a',109'm',101'e',32' ',109'm',97'a',121'y',32' ',98'b',32' ',105'i',
110'n',99'c',111'o',114'r',114'r',101'e',99'c',116't',32' ',111'o',114'r',
32' ',117'u',110'n',97'a',118'v',97'a',105'i',108'l',97'a',98'b',108'l',
101'e',46'.',32' '},
{84'T',104'h',101'e',32' ',115's',101'e',114'r',118'v',101'e',
114'r',32' ',112'p',114'r',111'o',99'c',101'e',115's',115's',32' ',99'c',
111'o',117'u',108'l',100'd',32' ',110'n',111'o',116't',32' ',98'b',101'e',
32' ',115's',116't',97'a',114'r',116't',101'e',100'd',32' ',98'b',101'e',
99'c',97'a',117'u',115's',32' ',116't',104'h',101'e',32' ',99'c',111'o',
110'n',102'f',105'i',103'g',117'u',114'r',101'e',100'd',32' ',105'i',100'd',
101'e',110'n',116't',105'i',116't',121'y',32' ',105'i',115's',32' ',105'i',
110'n',99'c',111'o',114'r',114'r',101'e',99'c',116't',46'.',32' ',67'C',
104'h',101'e',99'c',107'k',32' ',116't',104'h',32' ',117'u',115's',101'e',
114'r',110'n',97'a',109'm',101'e',32' ',97'a',110'n',100'd',32' ',112'p',
97'a',115's',115's',119'w',111'o',114'r',100'd',46'.'},
{84'T',104'h',101'e',32' ',99'c',108'l',105'i',101'e',110'n',
116't',32' ',105'i',115's',32' ',110'n',111'o',116't',32' ',97'a',108'l',
108'l',111'o',119'w',101'e',100'd',32' ',116't',111'o',32' ',108'l',97'a',
117'u',110'n',99'c',104'h',32' ',116't',104'h',105'i',115's',32' ',115's',
101'e',114'r',118'v',101'e',114'r',46'.'},
{84'T',104'h',101'e',32' ',115's',101'e',114'r',118'v',105'i',
99'c',101'e',32' ',112'p',114'r',111'o',118'v',105'i',100'd',105'i',110'n',
103'g',32' ',116't',104'h',105'i',115's',32' ',115's',101'e',114'r',118'v',
101'e',114'r',32' ',99'c',111'o',117'u',108'l',100'd',32' ',110'n',111'o',
116't',32' ',98'b',32' ',115's',116't',97'a',114'r',116't',101'e',100'd',
46'.'},
{84'T',104'h',105'i',115's',32' ',99'c',111'o',109'm',112'p',
117'u',116't',101'e',114'r',32' ',119'w',97'a',115's',32' ',117'u',110'n',
97'a',98'b',108'l',101'e',32' ',116't',111'o',32' ',99'c',111'o',109'm',
109'm',117'u',110'n',105'i',99'c',97'a',116't',101'e',32' ',119'w',105'i',
116't',104'h',32' ',116't',104'h',32' ',99'c',111'o',109'm',112'p',117'u',
116't',101'e',114'r',32' ',112'p',114'r',111'o',118'v',105'i',100'd',105'i',
110'n',103'g',32' ',116't',104'h',101'e',32' ',115's',101'e',114'r',118'v',
101'e',114'r',46'.'},
{84'T',104'h',101'e',32' ',115's',101'e',114'r',118'v',101'e',
114'r',32' ',100'd',105'i',100'd',32' ',110'n',111'o',116't',32' ',114'r',
101'e',115's',112'p',111'o',110'n',100'd',32' ',97'a',102'f',116't',101'e',
114'r',32' ',98'b',101'e',105'i',110'n',103'g',32' ',108'l',97'a',117'u',
110'n',99'c',104'h',101'e',100'd',46'.'},
{84'T',104'h',101'e',32' ',114'r',101'e',103'g',105'i',115's',
116't',114'r',97'a',116't',105'i',111'o',110'n',32' ',105'i',110'n',102'f',
111'o',114'r',109'm',97'a',116't',105'i',111'o',110'n',32' ',102'f',111'o',
114'r',32' ',116't',104'h',105'i',115's',32' ',115's',101'e',114'r',118'v',
101'e',114'r',32' ',105'i',32' ',105'i',110'n',99'c',111'o',110'n',115's',
105'i',115's',116't',101'e',110'n',116't',32' ',111'o',114'r',32' ',105'i',
110'n',99'c',111'o',109'm',112'p',108'l',101'e',116't',101'e',46'.'},
{84'T',104'h',101'e',32' ',114'r',101'e',103'g',105'i',115's',
116't',114'r',97'a',116't',105'i',111'o',110'n',32' ',105'i',110'n',102'f',
111'o',114'r',109'm',97'a',116't',105'i',111'o',110'n',32' ',102'f',111'o',
114'r',32' ',116't',104'h',105'i',115's',32' ',105'i',110'n',116't',101'e',
114'r',102'f',97'a',99'c',32' ',105'i',115's',32' ',105'i',110'n',99'c',
111'o',110'n',115's',105'i',115's',116't',101'e',110'n',116't',32' ',111'o',
114'r',32' ',105'i',110'n',99'c',111'o',109'm',112'p',108'l',101'e',116't',
101'e',46'.'},
{84'T',104'h',101'e',32' ',111'o',112'p',101'e',114'r',97'a',
116't',105'i',111'o',110'n',32' ',97'a',116't',116't',101'e',109'm',112'p',
116't',101'e',100'd',32' ',105'i',115's',32' ',110'n',111'o',116't',32' ',
115's',117'u',112'p',112'p',111'o',114'r',116't',101'e',100'd',46'.'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',79'O',
76'L',69'E',86'V',69'E',82'R',66'B',32' ',115's',116't',114'r',117'u',99'c',
116't',117'u',114'r',101'e'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',97'a',
100'd',118'v',105'i',115's',101'e',32' ',102'f',108'l',97'a',103'g',115's'},
{67'C',97'a',110'n',39''',116't',32' ',101'e',110'n',117'u',
109'm',101'e',114'r',97'a',116't',101'e',32' ',97'a',110'n',121'y',32' ',
109'm',111'o',114'r',101'e',44',',32' ',98'b',101'e',99'c',97'a',117'u',
115's',101'e',32' ',116't',104'h',101'e',32' ',97'a',115's',115's',111'o',
99'c',105'i',97'a',116't',101'e',32' ',100'd',97'a',116't',97'a',32' ',105'i',
115's',32' ',109'm',105'i',115's',115's',105'i',110'n',103'g'},
{84'T',104'h',105'i',115's',32' ',105'i',109'm',112'p',108'l',
101'e',109'm',101'e',110'n',116't',97'a',116't',105'i',111'o',110'n',32' ',
100'd',111'o',101'e',115's',110'n',39''',116't',32' ',116't',97'a',107'k',
101'e',32' ',97'a',100'd',118'v',105'i',115's',101'e',115's'},
{84'T',104'h',101'e',114'r',101'e',32' ',105'i',115's',32' ',
110'n',111'o',32' ',99'c',111'o',110'n',110'n',101'e',99'c',116't',105'i',
111'o',110'n',32' ',102'f',111'o',114'r',32' ',116't',104'h',105'i',115's',
32' ',99'c',111'o',110'n',110'n',101'e',99'c',116't',105'i',111'o',110'n',
32' ',73'I',68'D'},
{78'N',101'e',101'e',100'd',32' ',116't',111'o',32' ',114'r',
117'u',110'n',32' ',116't',104'h',101'e',32' ',111'o',98'b',106'j',101'e',
99'c',116't',32' ',116't',111'o',32' ',112'p',101'e',114'r',102'f',111'o',
114'r',109'm',32' ',116't',104'h',105'i',115's',32' ',111'o',112'p',101'e',
114'r',97'a',116't',105'i',111'o',110'n'},
{84'T',104'h',101'e',114'r',101'e',32' ',105'i',115's',32' ',
110'n',111'o',32' ',99'c',97'a',99'c',104'h',101'e',32' ',116't',111'o',
32' ',111'o',112'p',101'e',114'r',97'a',116't',101'e',32' ',111'o',110'n'},
{85'U',110'n',105'i',110'n',105'i',116't',105'i',97'a',108'l',
105'i',122'z',101'e',100'd',32' ',111'o',98'b',106'j',101'e',99'c',116't'},
{76'L',105'i',110'n',107'k',101'e',100'd',32' ',111'o',98'b',
106'j',101'e',99'c',116't',39''',115's',32' ',115's',111'o',117'u',114'r',
99'c',101'e',32' ',99'c',108'l',97'a',115's',115's',32' ',104'h',97'a',115's',
32' ',99'c',104'h',97'a',110'n',103'g',101'e',100'd'},
{78'N',111'o',116't',32' ',97'a',98'b',108'l',101'e',32' ',
116't',111'o',32' ',103'g',101'e',116't',32' ',116't',104'h',101'e',32' ',
109'm',111'o',110'n',105'i',107'k',101'e',114'r',32' ',111'o',102'f',32' ',
116't',104'h',101'e',32' ',111'o',98'b',106'j',101'e',99'c',116't'},
{78'N',111'o',116't',32' ',97'a',98'b',108'l',101'e',32' ',
116't',111'o',32' ',98'b',105'i',110'n',100'd',32' ',116't',111'o',32' ',
116't',104'h',101'e',32' ',115's',111'o',117'u',114'r',99'c',101'e'},
{79'O',98'b',106'j',101'e',99'c',116't',32' ',105'i',115's',
32' ',115's',116't',97'a',116't',105'i',99'c',59';',32' ',111'o',112'p',
101'e',114'r',97'a',116't',105'i',111'o',110'n',32' ',110'n',111'o',116't',
32' ',97'a',108'l',108'l',111'o',119'w',101'e',100'd'},
{85'U',115's',101'e',114'r',32' ',99'c',97'a',110'n',99'c',
101'e',108'l',108'l',101'e',100'd',32' ',111'o',117'u',116't',32' ',111'o',
102'f',32' ',115's',97'a',118'v',101'e',32' ',100'd',105'i',97'a',108'l',
111'o',103'g'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',114'r',
101'e',99'c',116't',97'a',110'n',103'g',108'l',101'e'},
{99'c',111'o',109'm',112'p',111'o',98'b',106'j',46'.',100'd',
108'l',108'l',32' ',105'i',115's',32' ',116't',111'o',111'o',32' ',111'o',
108'l',100'd',32' ',102'f',111'o',114'r',32' ',116't',104'h',101'e',32' ',
111'o',108'l',101'e',50'2',46'.',100'd',108'l',32' ',105'i',110'n',105'i',
116't',105'i',97'a',108'l',105'i',122'z',101'e',100'd'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',119'w',
105'i',110'n',100'd',111'o',119'w',32' ',104'h',97'a',110'n',100'd',108'l',
101'e'},
{79'O',98'b',106'j',101'e',99'c',116't',32' ',105'i',115's',
32' ',110'n',111'o',116't',32' ',105'i',110'n',32' ',97'a',110'n',121'y',
32' ',111'o',102'f',32' ',116't',104'h',101'e',32' ',105'i',110'n',112'p',
108'l',97'a',99'c',101'e',32' ',97'a',99'c',116't',105'i',118'v',101'e',
32' ',115's',116't',97'a',116't',101'e',115's'},
{78'N',111'o',116't',32' ',97'a',98'b',108'l',101'e',32' ',
116't',111'o',32' ',99'c',111'o',110'n',118'v',101'e',114'r',116't',32' ',
111'o',98'b',106'j',101'e',99'c',116't'},
{78'N',111'o',116't',32' ',97'a',98'b',108'l',101'e',32' ',
116't',111'o',32' ',112'p',101'e',114'r',102'f',111'o',114'r',109'm',32' ',
116't',104'h',101'e',32' ',111'o',112'p',101'e',114'r',97'a',116't',105'i',
111'o',110'n',32' ',98'b',101'e',99'c',97'a',117'u',115's',101'e',32' ',
111'o',98'b',106'j',101'e',99'c',32' ',105'i',115's',32' ',110'n',111'o',
116't',32' ',103'g',105'i',118'v',101'e',110'n',32' ',115's',116't',111'o',
114'r',97'a',103'g',101'e',32' ',121'y',101'e',116't'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',70'F',
79'O',82'R',77'M',65'A',84'T',69'E',84'T',67'C',32' ',115's',116't',114'r',
117'u',99'c',116't',117'u',114'r',101'e'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',68'D',
86'V',84'T',65'A',82'R',71'G',69'E',84'T',68'D',69'E',86'V',73'I',67'C',
69'E',32' ',115's',116't',114'r',117'u',99'c',116't',117'u',114'r',101'e'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',83'S',
84'T',68'D',71'G',77'M',69'E',68'D',73'I',85'U',77'M',32' ',115's',116't',
114'r',117'u',99'c',116't',117'u',114'r',101'e'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',83'S',
84'T',65'A',84'T',68'D',65'A',84'T',65'A',32' ',115's',116't',114'r',117'u',
99'c',116't',117'u',114'r',101'e'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',108'l',
105'i',110'n',100'd',101'e',120'x'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',116't',
121'y',109'm',101'e',100'd'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',99'c',
108'l',105'i',112'p',98'b',111'o',97'a',114'r',100'd',32' ',102'f',111'o',
114'r',109'm',97'a',116't'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',97'a',
115's',112'p',101'e',99'c',116't',40'(',115's',41')'},
{116't',100'd',83'S',105'i',122'z',101'e',32' ',112'p',97'a',
114'r',97'a',109'm',101'e',116't',101'e',114'r',32' ',111'o',102'f',32' ',
116't',104'h',101'e',32' ',68'D',86'V',84'T',65'A',82'R',71'G',69'E',84'T',
68'D',69'E',86'V',73'I',67'C',69'E',32' ',115's',116't',114'r',117'u',99'c',
116't',117'u',114'r',32' ',105'i',115's',32' ',105'i',110'n',118'v',97'a',
108'l',105'i',100'd'},
{79'O',98'b',106'j',101'e',99'c',116't',32' ',100'd',111'o',
101'e',115's',110'n',39''',116't',32' ',115's',117'u',112'p',112'p',111'o',
114'r',116't',32' ',73'I',86'V',105'i',101'e',119'w',79'O',98'b',106'j',
101'e',99'c',116't',32' ',105'i',110'n',116't',101'e',114'r',102'f',97'a',
99'c',101'e'},
{84'T',114'r',121'y',105'i',110'n',103'g',32' ',116't',111'o',
32' ',114'r',101'e',118'v',111'o',107'k',101'e',32' ',97'a',32' ',100'd',
114'r',111'o',112'p',32' ',116't',97'a',114'r',103'g',101'e',116't',32' ',
116't',104'h',97'a',116't',32' ',104'h',97'a',115's',32' ',110'n',111'o',
116't',32' ',98'b',101'e',101'e',32' ',114'r',101'e',103'g',105'i',115's',
116't',101'e',114'r',101'e',100'd'},
{84'T',104'h',105'i',115's',32' ',119'w',105'i',110'n',100'd',
111'o',119'w',32' ',104'h',97'a',115's',32' ',97'a',108'l',114'r',101'e',
97'a',100'd',121'y',32' ',98'b',101'e',101'e',110'n',32' ',114'r',101'e',
103'g',105'i',115's',116't',101'e',114'r',101'e',100'd',32' ',97'a',115's',
32' ',97'a',32' ',100'd',114'r',111'o',32' ',116't',97'a',114'r',103'g',
101'e',116't'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',119'w',
105'i',110'n',100'd',111'o',119'w',32' ',104'h',97'a',110'n',100'd',108'l',
101'e'},
{67'C',108'l',97'a',115's',115's',32' ',100'd',111'o',101'e',
115's',32' ',110'n',111'o',116't',32' ',115's',117'u',112'p',112'p',111'o',
114'r',116't',32' ',97'a',103'g',103'g',114'r',101'e',103'g',97'a',116't',
105'i',111'o',110'n',32' ',40'(',111'o',114'r',32' ',99'c',108'l',97'a',
115's',32' ',111'o',98'b',106'j',101'e',99'c',116't',32' ',105'i',115's',
32' ',114'r',101'e',109'm',111'o',116't',101'e',41')'},
{67'C',108'l',97'a',115's',115's',70'F',97'a',99'c',116't',
111'o',114'r',121'y',32' ',99'c',97'a',110'n',110'n',111'o',116't',32' ',
115's',117'u',112'p',112'p',108'l',121'y',32' ',114'r',101'e',113'q',117'u',
101'e',115's',116't',101'e',100'd',32' ',99'c',108'l',97'a',115's',115's'},
{69'E',114'r',114'r',111'o',114'r',32' ',100'd',114'r',97'a',
119'w',105'i',110'n',103'g',32' ',118'v',105'i',101'e',119'w'},
{67'C',111'o',117'u',108'l',100'd',32' ',110'n',111'o',116't',
32' ',114'r',101'e',97'a',100'd',32' ',107'k',101'e',121'y',32' ',102'f',
114'r',111'o',109'm',32' ',114'r',101'e',103'g',105'i',115's',116't',114'r',
121'y'},
{67'C',111'o',117'u',108'l',100'd',32' ',110'n',111'o',116't',
32' ',119'w',114'r',105'i',116't',101'e',32' ',107'k',101'e',121'y',32' ',
116't',111'o',32' ',114'r',101'e',103'g',105'i',115's',116't',114'r',121'y'},
{67'C',111'o',117'u',108'l',100'd',32' ',110'n',111'o',116't',
32' ',102'f',105'i',110'n',100'd',32' ',116't',104'h',101'e',32' ',107'k',
101'e',121'y',32' ',105'i',110'n',32' ',116't',104'h',101'e',32' ',114'r',
101'e',103'g',105'i',115's',116't',114'r',121'y'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',118'v',
97'a',108'l',117'u',101'e',32' ',102'f',111'o',114'r',32' ',114'r',101'e',
103'g',105'i',115's',116't',114'r',121'y'},
{67'C',108'l',97'a',115's',115's',32' ',110'n',111'o',116't',
32' ',114'r',101'e',103'g',105'i',115's',116't',101'e',114'r',101'e',100'd'},
{73'I',110'n',116't',101'e',114'r',102'f',97'a',99'c',101'e',
32' ',110'n',111'o',116't',32' ',114'r',101'e',103'g',105'i',115's',116't',
101'e',114'r',101'e',100'd'},
{67'C',97'a',99'c',104'h',101'e',32' ',110'n',111'o',116't',
32' ',117'u',112'p',100'd',97'a',116't',101'e',100'd'},
{78'N',111'o',32' ',118'v',101'e',114'r',98'b',115's',32' ',
102'f',111'o',114'r',32' ',79'O',76'L',69'E',32' ',111'o',98'b',106'j',101'e',
99'c',116't'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',118'v',
101'e',114'r',98'b',32' ',102'f',111'o',114'r',32' ',79'O',76'L',69'E',32' ',
111'o',98'b',106'j',101'e',99'c',116't'},
{85'U',110'n',100'd',111'o',32' ',105'i',115's',32' ',110'n',
111'o',116't',32' ',97'a',118'v',97'a',105'i',108'l',97'a',98'b',108'l',
101'e'},
{83'S',112'p',97'a',99'c',101'e',32' ',102'f',111'o',114'r',
32' ',116't',111'o',111'o',108'l',115's',32' ',105'i',115's',32' ',110'n',
111'o',116't',32' ',97'a',118'v',97'a',105'i',108'l',97'a',98'b',108'l',
101'e'},
{79'O',76'L',69'E',83'S',84'T',82'R',69'E',65'A',77'M',32' ',
71'G',101'e',116't',32' ',109'm',101'e',116't',104'h',111'o',100'd',32' ',
102'f',97'a',105'i',108'l',101'e',100'd'},
{79'O',76'L',69'E',83'S',84'T',82'R',69'E',65'A',77'M',32' ',
80'P',117'u',116't',32' ',109'm',101'e',116't',104'h',111'o',100'd',32' ',
102'f',97'a',105'i',108'l',101'e',100'd'},
{67'C',111'o',110'n',116't',101'e',110'n',116't',115's',32' ',
111'o',102'f',32' ',116't',104'h',101'e',32' ',79'O',76'L',69'E',83'S',84'T',
82'R',69'E',65'A',77'M',32' ',110'n',111'o',116't',32' ',105'i',110'n',32' ',
99'c',111'o',114'r',114'r',101'e',99'c',116't',32' ',102'f',111'o',114'r',
109'm',97'a',116't'},
{84'T',104'h',101'e',114'r',101'e',32' ',119'w',97'a',115's',
32' ',97'a',110'n',32' ',101'e',114'r',114'r',111'o',114'r',32' ',105'i',
110'n',32' ',97'a',32' ',87'W',105'i',110'n',100'd',111'o',119'w',115's',
32' ',71'G',68'D',73'I',32' ',99'c',97'a',108'l',108'l',32' ',119'w',104'h',
105'i',108'l',32' ',99'c',111'o',110'n',118'v',101'e',114'r',116't',105'i',
110'n',103'g',32' ',116't',104'h',101'e',32' ',98'b',105'i',116't',109'm',
97'a',112'p',32' ',116't',111'o',32' ',97'a',32' ',68'D',73'I',66'B'},
{67'C',111'o',110'n',116't',101'e',110'n',116't',115's',32' ',
111'o',102'f',32' ',116't',104'h',101'e',32' ',73'I',83'S',116't',111'o',
114'r',97'a',103'g',101'e',32' ',110'n',111'o',116't',32' ',105'i',110'n',
32' ',99'c',111'o',114'r',114'r',101'e',99'c',116't',32' ',102'f',111'o',
114'r',109'm',97'a',116't'},
{67'C',111'o',110'n',116't',101'e',110'n',116't',115's',32' ',
111'o',102'f',32' ',73'I',83'S',116't',111'o',114'r',97'a',103'g',101'e',
32' ',105'i',115's',32' ',109'm',105'i',115's',115's',105'i',110'n',103'g',
32' ',111'o',110'n',101'e',32' ',111'o',102'f',32' ',116't',104'h',32' ',
115's',116't',97'a',110'n',100'd',97'a',114'r',100'd',32' ',115's',116't',
114'r',101'e',97'a',109'm',115's'},
{84'T',104'h',101'e',114'r',101'e',32' ',119'w',97'a',115's',
32' ',97'a',110'n',32' ',101'e',114'r',114'r',111'o',114'r',32' ',105'i',
110'n',32' ',97'a',32' ',87'W',105'i',110'n',100'd',111'o',119'w',115's',
32' ',71'G',68'D',73'I',32' ',99'c',97'a',108'l',108'l',32' ',119'w',104'h',
105'i',108'l',32' ',99'c',111'o',110'n',118'v',101'e',114'r',116't',105'i',
110'n',103'g',32' ',116't',104'h',101'e',32' ',68'D',73'I',66'B',32' ',116't',
111'o',32' ',97'a',32' ',98'b',105'i',116't',109'm',97'a',112'p',46'.'},
{79'O',112'p',101'e',110'n',67'C',108'l',105'i',112'p',98'b',
111'o',97'a',114'r',100'd',32' ',70'F',97'a',105'i',108'l',101'e',100'd'},
{69'E',109'm',112'p',116't',121'y',67'C',108'l',105'i',112'p',
98'b',111'o',97'a',114'r',100'd',32' ',70'F',97'a',105'i',108'l',101'e',
100'd'},
{83'S',101'e',116't',67'C',108'l',105'i',112'p',98'b',111'o',
97'a',114'r',100'd',32' ',70'F',97'a',105'i',108'l',101'e',100'd'},
{68'D',97'a',116't',97'a',32' ',111'o',110'n',32' ',99'c',
108'l',105'i',112'p',98'b',111'o',97'a',114'r',100'd',32' ',105'i',115's',
32' ',105'i',110'n',118'v',97'a',108'l',105'i',100'd'},
{67'C',108'l',111'o',115's',101'e',67'C',108'l',105'i',112'p',
98'b',111'o',97'a',114'r',100'd',32' ',70'F',97'a',105'i',108'l',101'e',
100'd'},
{77'M',111'o',110'n',105'i',107'k',101'e',114'r',32' ',110'n',
101'e',101'e',100'd',115's',32' ',116't',111'o',32' ',98'b',101'e',32' ',
99'c',111'o',110'n',110'n',101'e',99'c',116't',101'e',100'd',32' ',109'm',
97'a',110'n',117'u',97'a',108'l',108'l',121'y'},
{79'O',112'p',101'e',114'r',97'a',116't',105'i',111'o',110'n',
32' ',101'e',120'x',99'c',101'e',101'e',100'd',101'e',100'd',32' ',100'd',
101'e',97'a',100'd',108'l',105'i',110'n',101'e'},
{77'M',111'o',110'n',105'i',107'k',101'e',114'r',32' ',110'n',
101'e',101'e',100'd',115's',32' ',116't',111'o',32' ',98'b',101'e',32' ',
103'g',101'e',110'n',101'e',114'r',105'i',99'c'},
{79'O',112'p',101'e',114'r',97'a',116't',105'i',111'o',110'n',
32' ',117'u',110'n',97'a',118'v',97'a',105'i',108'l',97'a',98'b',108'l',
101'e'},
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',32' ',115's',
121'y',110'n',116't',97'a',120'x'},
{78'N',111'o',32' ',111'o',98'b',106'j',101'e',99'c',116't',
32' ',102'f',111'o',114'r',32' ',109'm',111'o',110'n',105'i',107'k',101'e',
114'r'},
{66'B',97'a',100'd',32' ',101'e',120'x',116't',101'e',110'n',
115's',105'i',111'o',110'n',32' ',102'f',111'o',114'r',32' ',102'f',105'i',
108'l',101'e'},
{73'I',110'n',116't',101'e',114'r',109'm',101'e',100'd',105'i',
97'a',116't',101'e',32' ',111'o',112'p',101'e',114'r',97'a',116't',105'i',
111'o',110'n',32' ',102'f',97'a',105'i',108'l',101'e',100'd'},
{77'M',111'o',110'n',105'i',107'k',101'e',114'r',32' ',105'i',
115's',32' ',110'n',111'o',116't',32' ',98'b',105'i',110'n',100'd',97'a',
98'b',108'l',101'e'},
{77'M',111'o',110'n',105'i',107'k',101'e',114'r',32' ',105'i',
115's',32' ',110'n',111'o',116't',32' ',98'b',111'o',117'u',110'n',100'd'},
{77'M',111'o',110'n',105'i',107'k',101'e',114'r',32' ',99'c',
97'a',110'n',110'n',111'o',116't',32' ',111'o',112'p',101'e',110'n',32' ',
102'f',105'i',108'l',101'e'},
{85'U',115's',101'e',114'r',32' ',105'i',110'n',112'p',117'u',
116't',32' ',114'r',101'e',113'q',117'u',105'i',114'r',101'e',100'd',32' ',
102'f',111'o',114'r',32' ',111'o',112'p',101'e',114'r',97'a',116't',105'i',
111'o',110'n',32' ',116't',111'o',32' ',115's',117'u',99'c',99'c',101'e',
101'e',100'd'},
{77'M',111'o',110'n',105'i',107'k',101'e',114'r',32' ',99'c',
108'l',97'a',115's',115's',32' ',104'h',97'a',115's',32' ',110'n',111'o',
32' ',105'i',110'n',118'v',101'e',114'r',115's',101'e'},
{77'M',111'o',110'n',105'i',107'k',101'e',114'r',32' ',100'd',
111'o',101'e',115's',32' ',110'n',111'o',116't',32' ',114'r',101'e',102'f',
101'e',114'r',32' ',116't',111'o',32' ',115's',116't',111'o',114'r',97'a',
103'g',101'e'},
{78'N',111'o',32' ',99'c',111'o',109'm',109'm',111'o',110'n',
32' ',112'p',114'r',101'e',102'f',105'i',120'x'},
{77'M',111'o',110'n',105'i',107'k',101'e',114'r',32' ',99'c',
111'o',117'u',108'l',100'd',32' ',110'n',111'o',116't',32' ',98'b',101'e',
32' ',101'e',110'n',117'u',109'm',101'e',114'r',97'a',116't',101'e',100'd'},...
errout = 3
h:\Euphoria\include\variant.ew:
GET_ARRAY = 106'j'
h:\Euphoria\include\eucom.ew:
return_true_variant = 0
lcid = 1033
guid_mset = 29213548
clsid_table = {
{
{67'C',65'A',56'8',65'A',57'9',55'7',56'8',48'0',45'-',
50'2',56'8',48'0',68'D',45'-',49'1',49'1',67'C',70'F',45'-',65'A',50'2',
52'4',68'D',45'-',52'4',52'4',52'4',53'5',53'5',51'3',53'5',52'4',48'0',
48'0',48'0',48'0'}
},
{
{128,151,138,202,13,40'(',207,17,162,77'M',68'D',69'E',
83'S',84'T',0,0}
},
{
{1,2,3,4,5,6}
},
{{}}
}
iid_table = {
{
{48'0',48'0',48'0',48'0',48'0',48'0',48'0',48'0',45'-',
48'0',48'0',48'0',48'0',45'-',48'0',48'0',48'0',48'0',45'-',67'C',48'0',
48'0',48'0',45'-',48'0',48'0',48'0',48'0',48'0',48'0',48'0',48'0',48'0',
48'0',52'4',54'6'},
{48'0',48'0',48'0',50'2',48'0',52'4',48'0',48'0',45'-',
48'0',48'0',48'0',48'0',45'-',48'0',48'0',48'0',48'0',45'-',67'C',48'0',
48'0',48'0',45'-',48'0',48'0',48'0',48'0',48'0',48'0',48'0',48'0',48'0',
48'0',52'4',54'6'},
{67'C',70'F',53'5',49'1',69'E',68'D',49'1',48'0',45'-',
54'6',50'2',70'F',69'E',45'-',49'1',49'1',67'C',70'F',45'-',66'B',70'F',
56'8',54'6',45'-',48'0',48'0',65'A',48'0',67'C',57'9',48'0',51'3',52'4',
56'8',51'3',54'6'},
{55'7',70'F',68'D',53'5',50'2',51'3',56'8',48'0',45'-',
52'4',69'E',48'0',55'7',45'-',49'1',48'0',49'1',66'B',45'-',65'A',69'E',
50'2',68'D',45'-',48'0',56'8',48'0',48'0',50'2',66'B',50'2',69'E',67'C',
55'7',49'1',51'3'},
{66'B',49'1',57'9',54'6',66'B',50'2',56'8',52'4',45'-',
66'B',65'A',66'B',52'4',45'-',49'1',48'0',49'1',65'A',45'-',66'B',54'6',
57'9',67'C',45'-',48'0',48'0',65'A',65'A',48'0',48'0',51'3',52'4',49'1',
68'D',48'0',55'7'},
{48'0',48'0',48'0',48'0',48'0',49'1',49'1',50'2',45'-',
48'0',48'0',48'0',48'0',45'-',48'0',48'0',48'0',48'0',45'-',67'C',48'0',
48'0',48'0',45'-',48'0',48'0',48'0',48'0',48'0',48'0',48'0',48'0',48'0',
48'0',52'4',54'6'}
},
{
{0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,70'F'},
{0,4,2,0,0,0,0,0,192,0,0,0,0,0,0,70'F'},
{16,237,81'Q',207,254,98'b',207,17,191,134,0,160,201,
3,72'H',54'6'},
{128,35'#',213,127'',7,78'N',27,16,174,45'-',8,0,43'+',
46'.',199,19},
{132,178,150,177,180,186,26,16,182,156,0,170,0,52'4',
29,7},
{18,1,0,0,0,0,0,0,192,0,0,0,0,0,0,70'F'}
},
{
{1},
{1},
{1},
{1},
{1},
{1}
}
}
obj_table = {
{67024664},
{1},
{
{1718829020,1718829020,1718828372,1718828636,1718828420,
1718828868}
},
{
{67024664,67024664,67024724,67024692,67024716,67024672}
},
{
{
{-1,-1},
{1},
{28558228}
}
},
{
{0,0,600,400}
},
{1312528},
{28558388}
}
interface_table = {
{28558428,28558468,28558508,28558548,28558588,28558628,
28558668},
{1,1,1,1,1,1,1},
{
{24,1,0,0,0,0,0,0,192,0,0,0,0,0,0,70'F'},
{137,178,150,177,180,186,26,16,182,156,0,170,0,
52'4',29,7},
{25,1,0,0,0,0,0,0,192,0,0,0,0,0,0,70'F'},
{22,1,0,0,0,0,0,0,192,0,0,0,0,0,0,70'F'},
{17,0,0,0,0,0,0,0,192,0,0,0,0,0,0,70'F'},
{0,4,2,0,0,0,0,0,192,0,0,0,0,0,0,70'F'},
{32' ',177,242,28,125'}',84'T',27,16,142,101'e',
8,0,43'+',43'+',209,25}
}
}
IDispatch_ix = 2
com_eventsink_table = {
{1},
{
{69'E',55'7',57'9',48'0',69'E',49'1',68'D',
49'1',45'-',57'9',68'D',69'E',56'8',45'-',52'4',56'8',53'5',51'3',45'-',
56'8',65'A',67'C',54'6',45'-',57'9',51'3',51'3',68'D',52'4',70'F',68'D',
57'9',67'C',57'9',50'2',55'7'}
},
{
{179,180}
},
{
{1,2}
}
}
com_implement_interface_table = {{},{},{},{}}
disp_ix = 2
quickactivate_ix = 3
persist_ix = <no value>
persiststreaminit_ix = 4
oleobject_ix = 6
olewindow_ix = <no value>
event_vtbl = {6947776,6947872,6947968,6948064,6948160,6948256,6947680}
IID_NULL = 44484396
p_table = {
{28558228,28558228,28558428,28558468,28558508,28558508,28558508,
28558548,28558548,28558548,28558588,28558588,28558628,28558668},
{0,1,1,1,1,1,1,0,1,1,1,1,1,1},
{43203172,28558228,43202724,41993700,37708652,28558508,28558508,
27034732,28558548,28558548,28557948,28558588,43247652,43203300},
{
{0,4,2,0,0,0,0,0,192,0,0,0,0,0,0,70'F'},
{209,225,144,231,232,157,83'S',72'H',138,198,147,61'=',
79'O',217,201,39'''},
{24,1,0,0,0,0,0,0,192,0,0,0,0,0,0,70'F'},
{137,178,150,177,180,186,26,16,182,156,0,170,0,52'4',29,
7},
{20,1,0,0,0,0,0,0,192,0,0,0,0,0,0,70'F'},
{25,1,0,0,0,0,0,0,192,0,0,0,0,0,0,70'F'},
{128,173,44',',156,36'$',52'4',207,17,182,112'p',0,170,
0,76'L',214,216},
{20,1,0,0,0,0,0,0,192,0,0,0,0,0,0,70'F'},
{21,1,0,0,0,0,0,0,192,0,0,0,0,0,0,70'F'},
{22,1,0,0,0,0,0,0,192,0,0,0,0,0,0,70'F'},
{17,0,0,0,0,0,0,0,192,0,0,0,0,0,0,70'F'},
{17,0,0,0,0,0,0,0,192,0,0,0,0,0,0,70'F'},
{0,4,2,0,0,0,0,0,192,0,0,0,0,0,0,70'F'},
{32' ',177,242,28,125'}',84'T',27,16,142,101'e',8,0,43'+',
43'+',209,25}
},
{1,1,1,1,1,1,1,1,1,1,1,1,1,1}
}
invoke_args = <no value>
invoke_addr = 6884736
com_cleanup = {}
event_invoke_args = <no value>
event_invoke_addr = 6947680
14. Re: Embed Adobe Reader
- Posted by mattlewis (admin) 3 months ago
- 468 views
Matt... ex.err generated by comerr.ew
Sorry, I was actually asking for the error output into the console.
Matt
15. Re: Embed Adobe Reader
- Posted by buzzo 3 months ago
- 464 views
Here is the console output..
h:\Euphoria\include\comerr.ew:53 in procedure print_com_error() type_check failure, out is 1 ... called from H:\Euphoria\AcroPDF.ew:229 in function pdf_LoadFile() ... called from H:\Euphoria\AcroView.exw:91 in procedure mnuFile_Open_onClick() ... called from h:\Euphoria\include\Win32Lib.ew:3895 in function invokeHandler() ... called from h:\Euphoria\include\Win32Lib.ew:22941 in function fDoCommand() ... called from h:\Euphoria\include\Win32Lib.ew:24489 in function MessageProcess or() ... called from h:\Euphoria\include\Win32Lib.ew:24540 in function WndProc() ^^^ call-back from Windows ... called from h:\Euphoria\include\w32dll.ew:280 in procedure w32Proc() ... called from h:\Euphoria\include\Win32Lib.ew:25040 in procedure eventLoop() ... called from h:\Euphoria\include\Win32Lib.ew:25268 in procedure WinMain() ... called from H:\Euphoria\AcroView.exw:199 --> See ex.err Press Enter...
Buzz
16. Re: Embed Adobe Reader
- Posted by mattlewis (admin) 3 months ago
- 450 views
Here is the console output..
h:\Euphoria\include\comerr.ew:53 in procedure print_com_error() type_check failure, out is 1 ... called from H:\Euphoria\AcroPDF.ew:229 in function pdf_LoadFile()
Have you modified AcroPDF.ew? I don't see a call to print_com_error() anywhere in that file. You probably don't want to make any calls to that procedure unless you're doing some lower level COM calls. It should be called automatically by EuCOM when it gets a non-success return from a call.
Perhaps this was meant to be a call to com_err_out()?
Matt
17. Re: Embed Adobe Reader
- Posted by buzzo 3 months ago
- 429 views
Matt,
have this in AcroPDF.ew
global function pdf_LoadFile( atom obj, sequence fileName ) --puts(1,w32ToString(obj) & " " & w32ToString(fileName)) in console this returns obj as 1 ... correct path and filename atom bstr, result bstr = alloc_bstr( fileName ) result = invoke( obj, {AcroPDF_m_LoadFile}, {bstr}, {VT_BSTR}, DISPATCH_METHOD ) free_bstr( bstr ) print_com_error(1) this returns the console stuff I sent earlier return result end function
If I comment out print_com_error(1), there is no console error generated. I get a message box generated by AcroView.exw:
VOID = message_box( "Unable to load file:\n" & filename, "AcroView Error", MB_ICONEXCLAMATION )
Buzz
18. Re: Embed Adobe Reader
- Posted by mattlewis (admin) 3 months ago
- 425 views
Matt,
have this in AcroPDF.ew
global function pdf_LoadFile( atom obj, sequence fileName ) --puts(1,w32ToString(obj) & " " & w32ToString(fileName)) in console this returns obj as 1 ... correct path and filename atom bstr, result bstr = alloc_bstr( fileName ) result = invoke( obj, {AcroPDF_m_LoadFile}, {bstr}, {VT_BSTR}, DISPATCH_METHOD ) free_bstr( bstr ) print_com_error(1) this returns the console stuff I sent earlier return result end function
If I comment out print_com_error(1), there is no console error generated. I get a message box generated by AcroView.exw:
VOID = message_box( "Unable to load file:\n" & filename, "AcroView Error", MB_ICONEXCLAMATION )
You don't need print_com_error() there, and the way you're using it is an error. You need to call com_err_out(1) somewhere before you start calling COM routines. That should result in some stuff being printed in the console.
Matt
19. Re: Embed Adobe Reader
- Posted by buzzo 3 months ago
- 422 views
No call to print_com_error(1) At top of AcroPDF.ew com_err_out( 1 )
This is the console.........
IUnknown::QueryInterface Found implemented interface: E790E1D1-9DE8-4853-8AC6-933D4FD9C927 IUnknown::QueryInterface(80004002) Could not find implemented interface: B722BCC7-4E68-101B-A2BC-00AA00404770 IUnknown::QueryInterface(80004002) Could not find implemented interface: 6D5140C1-7436-11CE-8034-00AA006009FA IUnknown::QueryInterface Found implemented interface: 00020400-0000-0000-C000-000000000046 IUnknown::QueryInterface(80004002) Could not find implemented interface: B722BCC7-4E68-101B-A2BC-00AA00404770 IUnknown::QueryInterface(80004002) Could not find implemented interface: 6D5140C1-7436-11CE-8034-00AA006009FA IUnknown::QueryInterface Found implemented interface: 00020400-0000-0000-C000-000000000046 IUnknown::QueryInterface Found implemented interface: 00000000-0000-0000-C000-000000000046 IUnknown::QueryInterface Found implemented interface: 00000000-0000-0000-C000-000000000046 IUnknown::QueryInterface Found implemented interface: 9C2CAD80-3424-11CF-B670-00AA004CD6D8Buzz
20. Re: Embed Adobe Reader
- Posted by mattlewis (admin) 3 months ago
- 418 views
No call to print_com_error(1) At top of AcroPDF.ew com_err_out( 1 )
This is the console.........
Thanks. Based on that, it looks like it's initializing the control, and I didn't see any sort of error coming back from it. The next step is probably to check the path that you're supplying when you try to open something.
Although...that function returns a boolean. So -1 maybe returned as a True value, not failure. I'm not familiar with this control. Maybe Greg can help shed some more light?
Matt
21. Re: Embed Adobe Reader
- Posted by buzzo 3 months ago
- 413 views
Matt... thanks for your interest... maybe Greg will weigh in..
Z
22. Re: Embed Adobe Reader
- Posted by buzzo 2 months ago
- 212 views
Solved the problem....
In an early message above, I stated "The program starts ok.. but pdf_LoadFile( pdfCtrl, filename ) returns -1 .. not 0.. " So I changed the error checking value from 0 to -1 and the program runs fine..

