1. win32lib v60.5 error code 461
- Posted by Bob Thompson <rthompson at rthompson.karoo.co.uk> Sep 09, 2004
- 437 views
- Last edited Sep 10, 2004
{{{ Hi, I'm fairly new to this and any help on the following would be appreciated.
I'm running 98SE and the latest version of Win32Lib reports error code 461 - failed to acquire a hWnd when creating a control - even on Generic demo but also where createEx is used. All previous versions of Win32Lib were OK.
(From Generic) the following code works;
include win32lib.ew win32 library without warning constant Generic = create( Window, "Untitled - ", 0, 0.05, 0.05, 0.9, 0.9, 0 ), GTools = create( ToolBar, "", Generic, 0, 0, 0, 34, 0 ), GStatus = create( StatusBar, "Ready", Generic, 0, {{40},0.46,-1}, 0, 0, 0 ) WinMain( Generic, Normal )
but the following code doesn't, the difference being RichEdit;
include win32lib.ew win32 library without warning constant Generic = create( Window, "Untitled - ", 0, 0.05, 0.05, 0.9, 0.9, 0 ), GTools = create( ToolBar, "", Generic, 0, 0, 0, 34, 0 ), GStatus = create( StatusBar, "Ready", Generic, 0, {{40},0.46,-1}, 0, 0, 0 ), GText = create( RichEdit, "", Generic, 4, 25, 380, 200, ES_NOHIDESEL ) WinMain( Generic, Normal )
ex.err reports;
C:\EUPHORIA\WIN32LIB\INCLUDE\w32msgs.e:112 in procedure fShowError() attempt to divide by 0 pParams = { {70'F',97'a',105'i',108'l',101'e',100'd',32' ',116't',111'o', 32' ',97'a',99'c',113'q',117'u',105'i',114'r',101'e',32' ',97'a',32' ',104'h', 87'W',110'n',100'd',32' ',119'w',104'h',101'e',110'n',32' ',99'c',114'r', 101'e',97'a',116't',105'i',110'n',103'g',32' ',97'a',32' ',99'c',111'o', 110'n',116't',114'r',111'o',108'l',46'.'}, 461 } pMode = 2 lErrCode = 461 lResponse = 1 lStyle = 16 s = {70'F',97'a',105'i',108'l',101'e',100'd',32' ',116't',111'o',32' ', 97'a',99'c',113'q',117'u',105'i',114'r',101'e',32' ',97'a',32' ',104'h', 87'W',110'n',100'd',32' ',119'w',104'h',101'e',110'n',32' ',99'c',114'r', 101'e',97'a',116't',105'i',110'n',103'g',32' ',97'a',32' ',99'c',111'o', 110'n',116't',114'r',111'o',108'l',46'.'} lDispMsg = {69'E',114'r',114'r',111'o',114'r',32' ',99'c',111'o',100'd', 101'e',32' ',52'4',54'6',49'1',10,70'F',97'a',105'i',108'l',101'e',100'd', 32' ',116't',111'o',32' ',97'a',99'c',113'q',117'u',105'i',114'r',101'e', 32' ',97'a',32' ',104'h',87'W',110'n',100'd',32' ',119'w',104'h',101'e', 110'n',32' ',99'c',114'r',101'e',97'a',116't',105'i',110'n',103'g',32' ', 97'a',32' ',99'c',111'o',110'n',116't',114'r',111'o',108'l',46'.',10,10, 87'W',105'i',110'n',51'3',50'2',76'L',105'i',98'b',32' ',118'v',48'0',46'.', 54'6',48'0',46'.',53'5',32' ',48'0',53'5',45'-',83'S',101'e',112'p',45'-', 50'2',48'0',48'0',52'4'} lTitle = {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',32' ',45'-',32' ', 70'F',97'a',116't',97'a',108'l',32' ',69'E',114'r',114'r',111'o',114'r'}
... called from C:\EUPHORIA\WIN32LIB\INCLUDE\w32msgs.e:145 in procedure abortErr() pParams = { {70'F',97'a',105'i',108'l',101'e',100'd',32' ',116't',111'o', 32' ',97'a',99'c',113'q',117'u',105'i',114'r',101'e',32' ',97'a',32' ',104'h', 87'W',110'n',100'd',32' ',119'w',104'h',101'e',110'n',32' ',99'c',114'r', 101'e',97'a',116't',105'i',110'n',103'g',32' ',97'a',32' ',99'c',111'o', 110'n',116't',114'r',111'o',108'l',46'.'}, 461 }
... called from C:\EUPHORIA\WIN32LIB\INCLUDE\win32lib.ew:16807 in function createEx() pControl = 42'*' pCaption = {} pOwner = 3 pLeft = 4 pTop = 59';' pWidth = 380 pHeight = 200 styleFlags = 256 exFlags = 0 id = 16 at = <no value> hotkey = <no value> bgControl = <no value> style = <no value> result = <no value> hWnd = 0 flags = 1419878724 extendedflags = 512 lParenthWnd = 2860 szClassName = 8358180 szCaption = 8362672 hMenu = 3 newhWnd = <no value> pstr = <no value> struct = <no value> ok = <no value> newobj = <no value> lvcol = <no value> BBox = {4,59';',380,200} sbPanels = <no value> lHintText = {} lIconInfo = <no value> autoclose = 0 lBGColor = <no value> lUserPre = {} lUserPost = <no value> lTemp = <no value>
... called from C:\EUPHORIA\WIN32LIB\INCLUDE\win32lib.ew:17250 in function create() pControl = 42'*' caption = {} pOwner = 3 x = 4 y = 25 cx = 380 cy = 200 styleFlags = 256
... called from generic.exw:13
Global & Local Variables
C:\EUPHORIA\WIN32LIB\INCLUDE\win32lib.ew: VOID = 1 r_activateTabItems = 68'D' r_addItem = 43'+' r_addStyle = 5 r_addToBand = 36'$' r_AppCallback = -1 r_attachPopup = 121'y' r_autoclose = 22 r_closeWindow = 21 r_colorValue = 4 r_createBrush = 55'7' r_createEx = 23 r_createForm = 24 r_createPen = 56'8' r_defineUserProperty = 17 r_deleteUserProperty = 20 r_destroy = 26 r_doEvents = 117'u' r_drawRectangle = 59';' r_defaultProcessing = 114'r' r_eventLoop = 116't' r_findChildren = 14 r_findParent = 13 r_getCaption = 33'!' r_getClientRect = 30 r_getCount = 44',' r_getCtlSize = 29 r_getData = 34'"' r_getDC = 6 r_getEdit = 45'-' r_getFormIds = 25 r_getHandle = 3 r_getIdFromDC = 8 r_getIndex = 46'.' r_getItem = 48'0' r_getKeyMasks = 73'I' r_getKeyState = 72'H' r_getLVItemText = 16 r_getMainWindow = 1 r_getPixel = 58':' r_getPointerRelPos = 70'F' r_getRect = 28 r_getScrollPos = 53'5' r_getText = 35'#' r_getTextWidth = 12 r_getUserProperty = 19 r_isChecked = 42'*' r_isVisible = 39''' r_libCleanUp = 120'x' r_loadBitmapFromFile = 60'<' r_lvSortitems = 75'K' r_moveZOrder = 66'B' r_openDialog = 118'v' r_openWindow = 115's' r_registerNotification = 123'{' r_releaseDC = 7 r_setBackColor = 54'6' r_setBitmap = 62'>' r_setBuddy = 37'%' r_setControlSet = 71'G' r_setCheck = 41')' r_setClientRect = 65'A' r_setCtlSize = 64'@' r_setEnable = 40'(' r_setFocus = 69'E' r_setFont = 9 r_setHintEx = 119'w' r_setIcon = 61'=' r_setIndex = 47'/' r_setLVItem = 15 r_setLVStyle = 74'J' r_setMousePointer = 67'C' r_setPenColor = 57'9' r_setPenPos = 27 r_setRect = 63'?' r_setScrollChange = 49'1' r_setScrollPos = 52'4' r_setScrollRange = 51'3' r_setSubFields = 31 r_setText = 32' ' r_setUserProperty = 18 r_setVisible = 38'&' r_setWindowScrollRange = 50'2' r_validId = 2 r_wDebug = 122'z'
C:\EUPHORIA\include\machine.e: mem = 5509064 check_calls = 1
C:\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_fp_format = <no value> pretty_int_format = <no value> pretty_line = <no value>
C:\EUPHORIA\include\msgbox.e: lib = 3220504576 msgbox_id = 0 get_active_id = 1
C:\EUPHORIA\include\file.e: SLASH = 92'\' my_dir = -2
C:\EUPHORIA\include\get.e: input_file = <no value> input_string = <no value> string_next = <no value> ch = <no value>
C:\EUPHORIA\include\graphics.e: BLUE = 1 CYAN = 3 RED = 4 BROWN = 6 BRIGHT_BLUE = 9 BRIGHT_CYAN = 11 BRIGHT_RED = 12 YELLOW = 14
C:\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>
C:\EUPHORIA\WIN32LIB\INCLUDE\w32msgs.e: showWarnings = 1 xUserCleanUp = {120'x'} 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'.',54'6',48'0',46'.',53'5',32' ',48'0',53'5',45'-',83'S', 101'e',112'p',45'-',50'2',48'0',48'0',52'4'}
C:\EUPHORIA\WIN32LIB\INCLUDE\w32support.e: vCurrencySym = {36'$',163,164,165,128} vAbortRtn = 0 vAllocations = 2 vExtraCare = {} vOwners = {0} vSets = { {4915052,7995768} } vAllotted = 0 vSafetyBuffer = 4 w32UsingSafeCode = 0 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} vOldSeed = 1777713421
C:\EUPHORIA\WIN32LIB\INCLUDE\w32dll.ew: vw32Libraries = { { {1,2140995584}, {
{114'r',105'i',99'c',104'h',101'e',100'd',51'3', 50'2',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'} } }, { {1,3220504576},
{117'u',115's',101'e',114'r',51'3',50'2',46'.',100'd', 108'l',108'l'} }, { {1,3220307968},
{103'g',100'd',105'i',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'} }, { {0,0}, {99'c',111'o',109'm',100'd',108'l',103'g',51'3', 50'2',46'.',100'd',108'l',108'l'} }, { {1,3219718144},
{99'c',111'o',109'm',99'c',116't',108'l',51'3',50'2', 46'.',100'd',108'l',108'l'} }, { {1,3220635648}, {107'k',101'e',114'r',110'n',101'e',108'l',51'3', 50'2',46'.',100'd',108'l',108'l'} }, { {0,0}, {115's',104'h',101'e',108'l',108'l',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'} }, { {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'} } } vw32Routines = { { -2,
{83'S',101'e',116't',80'P',97'a',114'r',101'e',110'n', 116't'}, {33554436,33554436}, 33554436 }, 12, 19, { -2, {68'D',101'e',115's',116't',114'r',111'o',121'y', 73'I',99'c',111'o',110'n'}, {33554436}, 33554436 }, { -2,
{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 }, 20, 42'*', 21, { -2,
{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 }, { -2,
{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 }, { -2,
{83'S',104'h',111'o',119'w',87'W',105'i',110'n',100'd', 111'o',119'w'}, {33554436,16777220}, 16777220 }, { -2,
{85'U',112'p',100'd',97'a',116't',101'e',87'W',105'i', 110'n',100'd',111'o',119'w'}, {33554436} }, { -2,
{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 }, { -2,
{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 }, 13, { -2,
{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 }, { -2,
{83'S',101'e',116't',67'C',117'u',114'r',115's',111'o', 114'r'}, {33554436}, 16777220 }, { -2,
{83'S',101'e',116't',67'C',117'u',114'r',115's',111'o', 114'r',80'P',111'o',115's'}, {16777220,16777220} }, { -2, {109'm',111'o',117'u',115's',101'e',95'_',101'e', 118'v',101'e',110'n',116't'}, {16777220,16777220,16777220,16777220,16777220} }, { -2,
{83'S',104'h',111'o',119'w',67'C',117'u',114'r',115's', 111'o',114'r'}, {16777220}, 16777220 }, { -2,
{67'C',114'r',101'e',97'a',116't',101'e',67'C',117'u', 114'r',115's',111'o',114'r'},
{33554436,16777220,16777220,16777220,16777220,33554436, 33554436}, 33554436 }, { -2, {68'D',101'e',115's',116't',114'r',111'o',121'y', 67'C',117'u',114'r',115's',111'o',114'r'}, {33554436}, 16777220 }, { -2,
{71'G',101'e',116't',67'C',108'l',97'a',115's',115's', 76'L',111'o',110'n',103'g',65'A'}, {33554436,16777220}, 33554436 }, 26, { -2,
{80'P',101'e',101'e',107'k',77'M',101'e',115's',115's', 97'a',103'g',101'e',65'A'}, {33554436,33554436,33554436,33554436,33554436}, 16777220 }, { -2,
{71'G',101'e',116't',77'M',101'e',115's',115's',97'a', 103'g',101'e',65'A'}, {33554436,33554436,33554436,33554436}, 16777220 }, { -2,
{84'T',114'r',97'a',110'n',115's',108'l',97'a',116't', 101'e',77'M',101'e',115's',115's',97'a',103'g',101'e'}, {16777220} }, { -2,
{68'D',105'i',115's',112'p',97'a',116't',99'c',104'h', 77'M',101'e',115's',115's',97'a',103'g',101'e',65'A'}, {33554436} }, { -2,
{71'G',101'e',116't',81'Q',117'u',101'e',117'u',101'e', 83'S',116't',97'a',116't',117'u',115's'}, {33554436}, 33554436 }, 28, 38'&', { -2,
{68'D',114'r',97'a',119'w',84'T',101'e',120'x',116't', 65'A'}, {33554436,33554436,16777220,33554436,33554436}, 16777220 }, { -2,
{68'D',114'r',97'a',119'w',84'T',101'e',120'x',116't', 69'E',120'x',65'A'},
{33554436,33554436,16777220,33554436,33554436,33554436}, 16777220 }, 22, { -2,
{68'D',101'e',102'f',70'F',114'r',97'a',109'm',101'e', 80'P',114'r',111'o',99'c',65'A'}, {33554436,33554436,33554436,16777220,16777220}, 16777220 }, 14, 18, { -2,
{66'B',101'e',103'g',105'i',110'n',80'P',97'a',105'i', 110'n',116't'}, {33554436,33554436}, 16777220 }, { -2,
{69'E',110'n',100'd',80'P',97'a',105'i',110'n',116't'}, {33554436,33554436} }, { -2,
{71'G',101'e',116't',85'U',112'p',100'd',97'a',116't', 101'e',82'R',101'e',99'c',116't'}, {33554436,33554436,16777220}, 16777220 }, { -2,
{71'G',101'e',116't',85'U',112'p',100'd',97'a',116't', 101'e',82'R',103'g',110'n'}, {33554436,33554436,16777220}, 16777220 }, { -2,
{69'E',120'x',99'c',108'l',117'u',100'd',101'e',85'U', 112'p',100'd',97'a',116't',101'e',82'R',103'g',110'n'}, {33554436,33554436}, 16777220 }, 27, { -2,
{86'V',97'a',108'l',105'i',100'd',97'a',116't',101'e', 82'R',101'e',99'c',116't'}, {33554436,33554436}, 16777220 }, { -2,
{73'I',110'n',118'v',97'a',108'l',105'i',100'd',97'a', 116't',101'e',82'R',103'g',110'n'}, {33554436,33554436,16777220}, 16777220 }, { -2,
{86'V',97'a',108'l',105'i',100'd',97'a',116't',101'e', 82'R',103'g',110'n'}, {33554436,33554436}, 16777220 }, { -2,
{82'R',101'e',100'd',114'r',97'a',119'w',87'W',105'i', 110'n',100'd',111'o',119'w'}, {33554436,33554436,33554436,33554436}, 16777220 }, { -2,
{83'S',101'e',116't',84'T',105'i',109'm',101'e',114'r'}, {33554436,33554436,33554436,33554436} }, { -2,
{75'K',105'i',108'l',108'l',84'T',105'i',109'm',101'e', 114'r'}, {33554436,33554436} }, { -2,
{83'S',101'e',116't',87'W',105'i',110'n',100'd',111'o', 119'w',84'T',101'e',120'x',116't',65'A'}, {33554436,33554436}, 16777220 }, { -2,
{71'G',101'e',116't',87'W',105'i',110'n',100'd',111'o', 119'w',84'T',101'e',120'x',116't',65'A'}, {33554436,33554436,16777220}, 16777220 }, { -2,
{71'G',101'e',116't',87'W',105'i',110'n',100'd',111'o', 119'w',84'T',101'e',120'x',116't',76'L',101'e',110'n',103'g',116't',104'h', 65'A'}, {33554436}, 16777220 }, { -2,
{69'E',110'n',97'a',98'b',108'l',101'e',87'W',105'i', 110'n',100'd',111'o',119'w'}, {33554436,16777220} }, { -2,
{73'I',115's',87'W',105'i',110'n',100'd',111'o',119'w', 86'V',105'i',115's',105'i',98'b',108'l',101'e'}, {33554436}, 16777220 }, { -2,
{73'I',115's',87'W',105'i',110'n',100'd',111'o',119'w', 69'E',110'n',97'a',98'b',108'l',101'e',100'd'}, {33554436}, 16777220 }, { -2,
{73'I',115's',73'I',99'c',111'o',110'n',105'i',99'c'}, {33554436}, 16777220 }, { -2,
{73'I',115's',90'Z',111'o',111'o',109'm',101'e',100'd'}, {33554436}, 16777220 }, { -2,
{71'G',101'e',116't',75'K',101'e',121'y',83'S',116't', 97'a',116't',101'e'}, {16777220}, 16777220 }, { -2,
{83'S',101'e',116't',70'F',111'o',99'c',117'u',115's'}, {33554436} }, { -2,
{71'G',101'e',116't',87'W',105'i',110'n',100'd',111'o', 119'w',76'L',111'o',110'n',103'g',65'A'}, {33554436,16777220}, 16777220 }, 23, 29, { -2,
{76'L',111'o',97'a',100'd',77'M',101'e',110'n',117'u', 65'A'}, {33554436,33554436}, 16777220 }, { -2,
{76'L',111'o',97'a',100'd',77'M',101'e',110'n',117'u', 73'I',110'n',100'd',105'i',114'r',101'e',99'c',116't',65'A'}, {33554436}, 33554436 }, { -2, {71'G',101'e',116't',77'M',101'e',110'n',117'u'}, {33554436}, 33554436 }, { -2, {83'S',101'e',116't',77'M',101'e',110'n',117'u'}, {33554436,33554436}, 16777220 }, { -2,
{72'H',105'i',108'l',105'i',116't',101'e',77'M',101'e', 110'n',117'u',73'I',116't',101'e',109'm'}, {33554436,33554436,33554436,33554436}, 16777220 }, { -2,
{71'G',101'e',116't',77'M',101'e',110'n',117'u',83'S', 116't',114'r',105'i',110'n',103'g',65'A'}, {33554436,33554436,33554436,16777220,33554436}, 16777220 }, { -2,
{71'G',101'e',116't',77'M',101'e',110'n',117'u',83'S', 116't',97'a',116't',101'e'}, {33554436,33554436,33554436}, 16777220 }, { -2,
{68'D',114'r',97'a',119'w',77'M',101'e',110'n',117'u', 66'B',97'a',114'r'}, {33554436}, 16777220 }, { -2,
{71'G',101'e',116't',83'S',121'y',115's',116't',101'e', 109'm',77'M',101'e',110'n',117'u'}, {33554436,16777220}, 33554436 }, { -2,
{67'C',114'r',101'e',97'a',116't',101'e',77'M',101'e', 110'n',117'u'}, {}, 33554436 }, { -2,
{67'C',114'r',101'e',97'a',116't',101'e',80'P',111'o', 112'p',117'u',112'p',77'M',101'e',110'n',117'u'}, {}, 33554436 }, { -2, {68'D',101'e',115's',116't',114'r',111'o',121'y', 77'M',101'e',110'n',117'u'}, {33554436}, 16777220 }, { -2,
{67'C',104'h',101'e',99'c',107'k',77'M',101'e',110'n', 117'u',73'I',116't',101'e',109'm'}, {33554436,33554436,33554436}, 16777220 }, { -2,
{69'E',110'n',97'a',98'b',108'l',101'e',77'M',101'e', 110'n',117'u',73'I',116't',101'e',109'm'}, {33554436,33554436,33554436}, 16777220 }, { -2,
{71'G',101'e',116't',83'S',117'u',98'b',77'M',101'e', 110'n',117'u'}, {33554436,16777220}, 33554436 }, { -2,
{71'G',101'e',116't',77'M',101'e',110'n',117'u',73'I', 116't',101'e',109'm',73'I',68'D'}, {33554436,16777220}, 33554436 }, { -2,
{71'G',101'e',116't',77'M',101'e',110'n',117'u',73'I', 116't',101'e',109'm',67'C',111'o',117'u',110'n',116't'}, {33554436}, 16777220 }, { -2,
{73'I',110'n',115's',101'e',114'r',116't',77'M',101'e', 110'n',117'u',65'A'}, {33554436,33554436,33554436,33554436,33554436}, 16777220 }, { -2,
{65'A',112'p',112'p',101'e',110'n',100'd',77'M',101'e', 110'n',117'u',65'A'}, {33554436,33554436,33554436,33554436}, 33554436 }, { -2,
{77'M',111'o',100'd',105'i',102'f',121'y',77'M',101'e', 110'n',117'u',65'A'}, {33554436,33554436,33554436,33554436,33554436}, 16777220 }, { -2,
{82'R',101'e',109'm',111'o',118'v',101'e',77'M',101'e', 110'n',117'u'}, {33554436,33554436,33554436}, 16777220 }, { -2,
{68'D',101'e',108'l',101'e',116't',101'e',77'M',101'e', 110'n',117'u'}, {33554436,33554436,33554436}, 16777220 }, { -2,
{83'S',101'e',116't',77'M',101'e',110'n',117'u',73'I', 116't',101'e',109'm',66'B',105'i',116't',109'm',97'a',112'p',115's'}, ... vNextRtn = 293 WC_RICHEDIT = {82'R',73'I',67'C',72'H',69'E',68'D',73'I',84'T',50'2', 48'0',65'A'}
C:\EUPHORIA\WIN32LIB\INCLUDE\w32file.ew: VOID = <no value> vSearchPaths = {} vFileNameBufferSize = 8000 vOpenedFlags = 0
C:\EUPHORIA\WIN32LIB\INCLUDE\series.e: vDefnSeries = { 0, 1, 2, 3, {119'w',51'3',50'2',72'H',67'C',104'h',97'a',110'n', 103'g',101'e'}, 4, 5, 6 } vSeriesData = { {6,1,0,1,0,{},-1,0}, {28,1,0,1,0,{},-1,0}, {52'4',1,0,1,0,{},-1,0}, {4,1,0,1,0,{},-1,0}, {4,1,0,1,0,{},-1,0}, {45'-',1,0,1,0,{},-1,0}, {7,1,0,1,0,{},-1,0}, {5,1,0,1,0,{},-1,0} }
C:\EUPHORIA\WIN32LIB\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'}
C:\EUPHORIA\WIN32LIB\INCLUDE\win32lib.ew: vPermMemSet = 4976324 vWinMainState = 2 vEndAction = -1 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'} w32LastEventType = 28 vWinMsg = { {-2761,2860,130,0,0}, {-9987,2880,5,0,0}, {-9987,2880,34'"',0,0}, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } vWMI = 0 vDuringPaint = {} vDragData = {} vCSP = 0 w32Seed = 1054780245 vFontResolution = 1 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'} } } vFontHandles = {1224} vFontWeight = 700 idStack = {3,0,0,0,0,0,0,0,0,0} returnStack = {0,0,0,0,0,0,0,0,0,0} SP = 0 gwsMem = 4564392 gppMem = 4792432 vDragPointer = {32515,32515,32515,32515} NumClasses = 52'4' vEventCodes = {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,27,28} vWinIconNames = {
{65'A',80'P',80'P',76'L',73'I',67'C',65'A',84'T',73'I', 79'O',78'N'}, {69'E',82'R',82'R',79'O',82'R'}, {81'Q',85'U',69'E',83'S',84'T',73'I',79'O',78'N'}, {87'W',65'A',82'R',78'N',73'I',78'N',71'G'}, {65'A',83'S',84'T',69'E',82'R',73'I',83'S',75'K'}, {87'W',73'I',78'N',76'L',79'O',71'G',79'O'} } vEventNamesUpper = { {66'B',82'R',69'E',65'A',75'K'}, {80'P',65'A',85'U',83'S',69'E'}, {77'M',79'O',85'U',83'S',69'E'}, {67'C',76'L',73'I',67'C',75'K'},
{75'K',69'E',89'Y',80'P',82'R',69'E',83'S',83'S'}, {75'K',69'E',89'Y',85'U',80'P'}, {75'K',69'E',89'Y',68'D',79'O',87'W',78'N'}, {82'R',69'E',83'S',73'I',90'Z',69'E'}, {67'C',72'H',65'A',78'N',71'G',69'E'},
{71'G',79'O',84'T',70'F',79'O',67'C',85'U',83'S'},
{76'L',79'O',83'S',84'T',70'F',79'O',67'C',85'U', 83'S'}, {83'S',67'C',82'R',79'O',76'L',76'L'}, {79'O',80'P',69'E',78'N'}, {67'C',76'L',79'O',83'S',69'E'}, {68'D',69'E',83'S',84'T',82'R',79'O',89'Y'}, {84'T',73'I',77'M',69'E',82'R'}, {80'P',65'A',73'I',78'N',84'T'},
{68'D',82'R',65'A',71'G',65'A',78'N',68'D',68'D', 82'R',79'O',80'P'}, {69'E',86'V',69'E',78'N',84'T'},
{65'A',67'C',84'T',73'I',86'V',65'A',84'T',69'E'},
{65'A',70'F',84'T',69'E',82'R',69'E',86'V',69'E', 78'N',84'T'},
{68'D',82'R',79'O',80'P',68'D',79'O',87'W',78'N'}, {67'C',76'L',79'O',83'S',69'E',85'U',80'P'}, {73'I',68'D',76'L',69'E'}, {82'R',69'E',71'G',73'I',79'O',78'N'},
{71'G',69'E',84'T',72'H',65'A',78'N',68'D',76'L', 69'E',82'R'},
{68'D',65'A',84'T',65'A',67'C',72'H',65'A',78'N', 71'G',69'E'} } vEventNames = { {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'}, {73'I',110'n',112'p',117'u',116't'},
{71'G',101'e',116't',72'H',97'a',110'n',100'd',108'l', 101'e',114'r'} } vControlTypes = {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'} vControlNames = { {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} vWinExFlagValues = {16,262144,512,1024,65536,1,0,16384,0,64'@',4,768, 392,4096,0,8192,131072,128,8,32' ',256,524288,1048576,4194304,134217728} vWinFlagValues = {0,2147483648,1073741824,536870912,268435456,134217728, 1140850688,67108864,33554432,16777216,12582912,8388608,4194304,1048576,2097152, 524288,262144,131072,65536,3145728,131072,65536,0,536870912,262144,13565952, 13565952,-2138570752,1073741824,5,6,3,9,128,2048,768,2,1,7,64'@',256,32' ', 8192,16384,11,0,4096,4,512,32' ',0,1024,8,3072,0,1,2,4,128,64'@',8192,16, 8192,8192,1024,32' ',2048,8,4096,192,32768,256,1,2,4,8,16,32' ',64'@',128, 256,512,1024,2048,4096,8192,16384,10485763,0,1,2,3,3,4,8,16,32' ',64'@', 128,256,512,4096,8192,64512,0,2048,3072,1024,16384,32768,256,512,1024,2048, 4096,8192,16384,32768,1,2,4,8,16,32' ',64'@',128,256,1,2,4,8,16,32' ',64'@', 128,256,512,1024,2048,4096,8192,16384,8,4,32' ',16,64'@',128,2,1,128,256, 512,1024,2048,4096,16384,32768} vWinExFlagNames = { {87'W',83'S',95'_',69'E',88'X',95'_',65'A',67'C', 67'C',69'E',80'P',84'T',70'F',73'I',76'L',69'E',83'S'}, {87'W',83'S',95'_',69'E',88'X',95'_',65'A',80'P', 80'P',87'W',73'I',78'N',68'D',79'O',87'W'}, {87'W',83'S',95'_',69'E',88'X',95'_',67'C',76'L', 73'I',69'E',78'N',84'T',69'E',68'D',71'G',69'E'}, {87'W',83'S',95'_',69'E',88'X',95'_',67'C',79'O', 78'N',84'T',69'E',88'X',84'T',72'H',69'E',76'L',80'P'}, {87'W',83'S',95'_',69'E',88'X',95'_',67'C',79'O', 78'N',84'T',82'R',79'O',76'L',80'P',65'A',82'R',69'E',78'N',84'T'}, {87'W',83'S',95'_',69'E',88'X',95'_',68'D',76'L', 71'G',77'M',79'O',68'D',65'A',76'L',70'F',82'R',65'A',77'M',69'E'}, {87'W',83'S',95'_',69'E',88'X',95'_',76'L',69'E', 70'F',84'T'}, {87'W',83'S',95'_',69'E',88'X',95'_',76'L',69'E', 70'F',84'T',83'S',67'C',82'R',79'O',76'L',76'L',66'B',65'A',82'R'}, {87'W',83'S',95'_',69'E',88'X',95'_',76'L',84'T', 82'R',82'R',69'E',65'A',68'D',73'I',78'N',71'G'}, {87'W',83'S',95'_',69'E',88'X',95'_',77'M',68'D', 73'I',67'C',72'H',73'I',76'L',68'D'}, {87'W',83'S',95'_',69'E',88'X',95'_',78'N',79'O', 80'P',65'A',82'R',69'E',78'N',84'T',78'N',79'O',84'T',73'I',70'F',89'Y'}, {87'W',83'S',95'_',69'E',88'X',95'_',79'O',86'V', 69'E',82'R',76'L',65'A',80'P',80'P',69'E',68'D',87'W',73'I',78'N',68'D', 79'O',87'W'}, {87'W',83'S',95'_',69'E',88'X',95'_',80'P',65'A', 76'L',69'E',84'T',84'T',69'E',87'W',73'I',78'N',68'D',79'O',87'W'}, {87'W',83'S',95'_',69'E',88'X',95'_',82'R',73'I', 71'G',72'H',84'T'}, {87'W',83'S',95'_',69'E',88'X',95'_',82'R',73'I', 71'G',72'H',84'T',83'S',67'C',82'R',79'O',76'L',76'L',66'B',65'A',82'R'}, {87'W',83'S',95'_',69'E',88'X',95'_',82'R',84'T', 76'L',82'R',69'E',65'A',68'D',73'I',78'N',71'G'}, {87'W',83'S',95'_',69'E',88'X',95'_',83'S',84'T', 65'A',84'T',73'I',67'C',69'E',68'D',71'G',69'E'}, {87'W',83'S',95'_',69'E',88'X',95'_',84'T',79'O', 79'O',76'L',87'W',73'I',78'N',68'D',79'O',87'W'}, {87'W',83'S',95'_',69'E',88'X',95'_',84'T',79'O', 80'P',77'M',79'O',83'S',84'T'}, {87'W',83'S',95'_',69'E',88'X',95'_',84'T',82'R', 65'A',78'N',83'S',80'P',65'A',82'R',69'E',78'N',84'T'}, {87'W',83'S',95'_',69'E',88'X',95'_',87'W',73'I', 78'N',68'D',79'O',87'W',69'E',68'D',71'G',69'E'}, {87'W',83'S',95'_',69'E',88'X',95'_',76'L',65'A', 89'Y',69'E',82'R',69'E',68'D'}, {87'W',83'S',95'_',69'E',88'X',95'_',78'N',79'O', 73'I',78'N',72'H',69'E',82'R',73'I',84'T',76'L',65'A',89'Y',79'O',85'U', 84'T'}, {87'W',83'S',95'_',69'E',88'X',95'_',76'L',65'A', 89'Y',79'O',85'U',84'T',82'R',84'T',76'L'}, {87'W',83'S',95'_',69'E',88'X',95'_',78'N',79'O', 65'A',67'C',84'T',73'I',86'V',65'A',84'T',69'E'} } vWinFlagNames = {
{87'W',83'S',95'_',79'O',86'V',69'E',82'R',76'L',65'A', 80'P',80'P',69'E',68'D'}, {87'W',83'S',95'_',80'P',79'O',80'P',85'U',80'P'}, {87'W',83'S',95'_',67'C',72'H',73'I',76'L',68'D'},
{87'W',83'S',95'_',77'M',73'I',78'N',73'I',77'M',73'I', 90'Z',69'E'},
{87'W',83'S',95'_',86'V',73'I',83'S',73'I',66'B',76'L', 69'E'},
{87'W',83'S',95'_',68'D',73'I',83'S',65'A',66'B',76'L', 69'E',68'D'},
{87'W',83'S',95'_',67'C',76'L',73'I',80'P',80'P',73'I', 78'N',71'G',67'C',72'H',73'I',76'L',68'D'},
{87'W',83'S',95'_',67'C',76'L',73'I',80'P',83'S',73'I', 66'B',76'L',73'I',78'N',71'G',83'S'},
{87'W',83'S',95'_',67'C',76'L',73'I',80'P',67'C',72'H', 73'I',76'L',68'D',82'R',69'E',78'N'},
{87'W',83'S',95'_',77'M',65'A',88'X',73'I',77'M',73'I', 90'Z',69'E'},
{87'W',83'S',95'_',67'C',65'A',80'P',84'T',73'I',79'O', 78'N'},
{87'W',83'S',95'_',66'B',79'O',82'R',68'D',69'E',82'R'},
{87'W',83'S',95'_',68'D',76'L',71'G',70'F',82'R',65'A', 77'M',69'E'},
{87'W',83'S',95'_',72'H',83'S',67'C',82'R',79'O',76'L', 76'L'},
{87'W',83'S',95'_',86'V',83'S',67'C',82'R',79'O',76'L', 76'L'},
{87'W',83'S',95'_',83'S',89'Y',83'S',77'M',69'E',78'N', 85'U'},
{87'W',83'S',95'_',84'T',72'H',73'I',67'C',75'K',70'F', 82'R',65'A',77'M',69'E'}, {87'W',83'S',95'_',71'G',82'R',79'O',85'U',80'P'},
{87'W',83'S',95'_',84'T',65'A',66'B',83'S',84'T',79'O', 80'P'},
{87'W',83'S',95'_',83'S',67'C',82'R',79'O',76'L',76'L', 66'B',65'A',82'R',83'S'},
{87'W',83'S',95'_',77'M',73'I',78'N',73'I',77'M',73'I', 90'Z',69'E',66'B',79'O',88'X'},
{87'W',83'S',95'_',77'M',65'A',88'X',73'I',77'M',73'I', 90'Z',69'E',66'B',79'O',88'X'}, {87'W',83'S',95'_',84'T',73'I',76'L',69'E',68'D'},
{87'W',83'S',95'_',73'I',67'C',79'O',78'N',73'I',67'C'},
{87'W',83'S',95'_',83'S',73'I',90'Z',69'E',66'B',79'O', 88'X'},
{87'W',83'S',95'_',79'O',86'V',69'E',82'R',76'L',65'A', 80'P',80'P',69'E',68'D',87'W',73'I',78'N',68'D',79'O',87'W'},
{87'W',83'S',95'_',84'T',73'I',76'L',69'E',68'D',87'W', 73'I',78'N',68'D',79'O',87'W'},
{87'W',83'S',95'_',80'P',79'O',80'P',85'U',80'P',87'W', 73'I',78'N',68'D',79'O',87'W'},
{87'W',83'S',95'_',67'C',72'H',73'I',76'L',68'D',87'W', 73'I',78'N',68'D',79'O',87'W'},
{66'B',83'S',95'_',51'3',83'S',84'T',65'A',84'T',69'E'},
{66'B',83'S',95'_',65'A',85'U',84'T',79'O',51'3',83'S', 84'T',65'A',84'T',69'E'},
{66'B',83'S',95'_',65'A',85'U',84'T',79'O',67'C',72'H', 69'E',67'C',75'K',66'B',79'O',88'X'},
{66'B',83'S',95'_',65'A',85'U',84'T',79'O',82'R',65'A', 68'D',73'I',79'O',66'B',85'U',84'T',84'T',79'O',78'N'},
{66'B',83'S',95'_',66'B',73'I',84'T',77'M',65'A',80'P'},
{66'B',83'S',95'_',66'B',79'O',84'T',84'T',79'O',77'M'},
{66'B',83'S',95'_',67'C',69'E',78'N',84'T',69'E',82'R'},
{66'B',83'S',95'_',67'C',72'H',69'E',67'C',75'K',66'B', 79'O',88'X'},
{66'B',83'S',95'_',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'},
{66'B',83'S',95'_',71'G',82'R',79'O',85'U',80'P',66'B', 79'O',88'X'}, {66'B',83'S',95'_',73'I',67'C',79'O',78'N'}, {66'B',83'S',95'_',76'L',69'E',70'F',84'T'},
{66'B',83'S',95'_',76'L',69'E',70'F',84'T',84'T',69'E', 88'X',84'T'},
{66'B',83'S',95'_',77'M',85'U',76'L',84'T',73'I',76'L', 73'I',78'N',69'E'},
{66'B',83'S',95'_',78'N',79'O',84'T',73'I',70'F',89'Y'},
{66'B',83'S',95'_',79'O',87'W',78'N',69'E',82'R',68'D', 82'R',65'A',87'W'},
{66'B',83'S',95'_',80'P',85'U',83'S',72'H',66'B',85'U', 84'T',84'T',79'O',78'N'},
{66'B',83'S',95'_',80'P',85'U',83'S',72'H',76'L',73'I', 75'K',69'E'},
{66'B',83'S',95'_',82'R',65'A',68'D',73'I',79'O',66'B', 85'U',84'T',84'T',79'O',78'N'}, {66'B',83'S',95'_',82'R',73'I',71'G',72'H',84'T'},
{66'B',83'S',95'_',82'R',73'I',71'G',72'H',84'T',66'B', 85'U',84'T',84'T',79'O',78'N'}, {66'B',83'S',95'_',84'T',69'E',88'X',84'T'}, {66'B',83'S',95'_',84'T',79'O',80'P'},
{66'B',83'S',95'_',85'U',83'S',69'E',82'R',66'B',85'U', 84'T',84'T',79'O',78'N'},
{66'B',83'S',95'_',86'V',67'C',69'E',78'N',84'T',69'E', 82'R'}, {69'E',83'S',95'_',76'L',69'E',70'F',84'T'},
{69'E',83'S',95'_',67'C',69'E',78'N',84'T',69'E',82'R'}, {69'E',83'S',95'_',82'R',73'I',71'G',72'H',84'T'},
{69'E',83'S',95'_',77'M',85'U',76'L',84'T',73'I',76'L', 73'I',78'N',69'E'},
{69'E',83'S',95'_',65'A',85'U',84'T',79'O',72'H',83'S', 67'C',82'R',79'O',76'L',76'L'},
{69'E',83'S',95'_',65'A',85'U',84'T',79'O',86'V',83'S', 67'C',82'R',79'O',76'L',76'L'},
{69'E',83'S',95'_',68'D',73'I',83'S',65'A',66'B',76'L', 69'E',78'N',79'O',83'S',67'C',82'R',79'O',76'L',76'L'},
{69'E',83'S',95'_',76'L',79'O',87'W',69'E',82'R',67'C', 65'A',83'S',69'E'},
{69'E',83'S',95'_',78'N',85'U',77'M',66'B',69'E',82'R'},
{69'E',83'S',95'_',78'N',85'U',77'M',69'E',82'R',73'I', 67'C'},
{69'E',83'S',95'_',79'O',69'E',77'M',67'C',79'O',78'N', 86'V',69'E',82'R',84'T'},
{69'E',83'S',95'_',80'P',65'A',83'S',83'S',87'W',79'O', 82'R',68'D'},
{69'E',83'S',95'_',82'R',69'E',65'A',68'D',79'O',78'N', 76'L',89'Y'},
{69'E',83'S',95'_',85'U',80'P',80'P',69'E',82'R',67'C', 65'A',83'S',69'E'},
{69'E',83'S',95'_',87'W',65'A',78'N',84'T',82'R',69'E', 84'T',85'U',82'R',78'N'},
{69'E',83'S',95'_',65'A',85'U',84'T',79'O',83'S',67'C', 82'R',79'O',76'L',76'L'},
{69'E',83'S',95'_',83'S',65'A',86'V',69'E',83'S',69'E', 76'L'},
{69'E',83'S',95'_',78'N',79'O',72'H',73'I',68'D',69'E', 83'S',69'E',76'L'},
{76'L',66'B',83'S',95'_',78'N',79'O',84'T',73'I',70'F', 89'Y'}, {76'L',66'B',83'S',95'_',83'S',79'O',82'R',84'T'},
{76'L',66'B',83'S',95'_',78'N',79'O',82'R',69'E',68'D', 82'R',65'A',87'W'},
{76'L',66'B',83'S',95'_',77'M',85'U',76'L',84'T',73'I', 80'P',76'L',69'E',83'S',69'E',76'L'},
{76'L',66'B',83'S',95'_',79'O',87'W',78'N',69'E',82'R', 68'D',82'R',65'A',87'W',70'F',73'I',88'X',69'E',68'D'},
{76'L',66'B',83'S',95'_',79'O',87'W',78'N',69'E',82'R', 68'D',82'R',65'A',87'W',86'V',65'A',82'R',73'I',65'A',66'B',76'L',69'E'},
{76'L',66'B',83'S',95'_',72'H',65'A',83'S',83'S',84'T', 82'R',73'I',78'N',71'G',83'S'},
{76'L',66'B',83'S',95'_',85'U',83'S',69'E',84'T',65'A', 66'B',83'S',84'T',79'O',80'P',83'S'},
{76'L',66'B',83'S',95'_',78'N',79'O',73'I',78'N',84'T', 69'E',71'G',82'R',65'A',76'L',72'H',69'E',73'I',71'G',72'H',84'T'},
{76'L',66'B',83'S',95'_',77'M',85'U',76'L',84'T',73'I', 67'C',79'O',76'L',85'U',77'M',78'N'},
{76'L',66'B',83'S',95'_',87'W',65'A',78'N',84'T',75'K', 69'E',89'Y',66'B',79'O',65'A',82'R',68'D',73'I',78'N',80'P',85'U',84'T'},
{76'L',66'B',83'S',95'_',69'E',88'X',84'T',69'E',78'N', 68'D',69'E',68'D',83'S',69'E',76'L'},
{76'L',66'B',83'S',95'_',68'D',73'I',83'S',65'A',66'B', 76'L',69'E',78'N',79'O',83'S',67'C',82'R',79'O',76'L',76'L'},
{76'L',66'B',83'S',95'_',78'N',79'O',68'D',65'A',84'T', 65'A'},
{76'L',66'B',83'S',95'_',78'N',79'O',83'S',69'E',76'L'},
{76'L',66'B',83'S',95'_',83'S',84'T',65'A',78'N',68'D', 65'A',82'R',68'D'}, {76'L',86'V',83'S',95'_',73'I',67'C',79'O',78'N'},
{76'L',86'V',83'S',95'_',82'R',69'E',80'P',79'O',82'R', 84'T'},
{76'L',86'V',83'S',95'_',83'S',77'M',65'A',76'L',76'L', 73'I',67'C',79'O',78'N'}, {76'L',86'V',83'S',95'_',76'L',73'I',83'S',84'T'},
{76'L',86'V',83'S',95'_',84'T',89'Y',80'P',69'E',77'M', 65'A',83'S',75'K'},
{76'L',86'V',83'S',95'_',83'S',73'I',78'N',71'G',76'L', 69'E',83'S',69'E',76'L'},
{76'L',86'V',83'S',95'_',83'S',72'H',79'O',87'W',83'S', 69'E',76'L',65'A',76'L',87'W',65'A',89'Y',83'S'},
{76'L',86'V',83'S',95'_',83'S',79'O',82'R',84'T',65'A', 83'S',67'C',69'E',78'N',68'D',73'I',78'N',71'G'},
{76'L',86'V',83'S',95'_',83'S',79'O',82'R',84'T',68'D', 69'E',83'S',67'C',69'E',78'N',68'D',73'I',78'N',71'G'},
{76'L',86'V',83'S',95'_',83'S',72'H',65'A',82'R',69'E', 73'I',77'M',65'A',71'G',69'E',76'L',73'I',83'S',84'T',83'S'},
{76'L',86'V',83'S',95'_',78'N',79'O',76'L',65'A',66'B', 69'E',76'L',87'W',82'R',65'A',80'P'},
{76'L',86'V',83'S',95'_',65'A',85'U',84'T',79'O',65'A', 82'R',82'R',65'A',78'N',71'G',69'E'},
{76'L',86'V',83'S',95'_',69'E',68'D',73'I',84'T',76'L', 65'A',66'B',69'E',76'L',83'S'},
{76'L',86'V',83'S',95'_',79'O',87'W',78'N',69'E',82'R', 68'D',65'A',84'T',65'A'},
{76'L',86'V',83'S',95'_',78'N',79'O',83'S',67'C',82'R', 79'O',76'L',76'L'},
{76'L',86'V',83'S',95'_',84'T',89'Y',80'P',69'E',83'S', 84'T',89'Y',76'L',69'E',77'M',65'A',83'S',75'K'},
{76'L',86'V',83'S',95'_',65'A',76'L',73'I',71'G',78'N', 84'T',79'O',80'P'},
{76'L',86'V',83'S',95'_',65'A',76'L',73'I',71'G',78'N', 76'L',69'E',70'F',84'T'},
{76'L',86'V',83'S',95'_',65'A',76'L',73'I',71'G',78'N', 77'M',65'A',83'S',75'K'},
{76'L',86'V',83'S',95'_',79'O',87'W',78'N',69'E',82'R', 68'D',82'R',65'A',87'W',70'F',73'I',88'X',69'E',68'D'},
{76'L',86'V',83'S',95'_',78'N',79'O',67'C',79'O',76'L', 85'U',77'M',78'N',72'H',69'E',65'A',68'D',69'E',82'R'},
{76'L',86'V',83'S',95'_',78'N',79'O',83'S',79'O',82'R', 84'T',72'H',69'E',65'A',68'D',69'E',82'R'},
{82'R',66'B',83'S',95'_',84'T',79'O',79'O',76'L',84'T', 73'I',80'P',83'S'},
{82'R',66'B',83'S',95'_',86'V',65'A',82'R',72'H',69'E', 73'I',71'G',72'H',84'T'},
{82'R',66'B',83'S',95'_',66'B',65'A',78'N',68'D',66'B', 79'O',82'R',68'D',69'E',82'R',83'S'},
{82'R',66'B',83'S',95'_',70'F',73'I',88'X',69'E',68'D', 79'O',82'R',68'D',69'E',82'R'},
{82'R',66'B',83'S',95'_',82'R',69'E',71'G',73'I',83'S', 84'T',69'E',82'R',68'D',82'R',79'O',80'P'},
{82'R',66'B',83'S',95'_',65'A',85'U',84'T',79'O',83'S', 73'I',90'Z',69'E'},
{82'R',66'B',83'S',95'_',86'V',69'E',82'R',84'T',73'I', 67'C',65'A',76'L',71'G',82'R',73'I',80'P',80'P',69'E',82'R'},
{82'R',66'B',83'S',95'_',68'D',66'B',76'L',67'C',76'L', 75'K',84'T',79'O',71'G',71'G',76'L',69'E'},
{82'R',66'B',66'B',83'S',95'_',66'B',82'R',69'E',65'A', 75'K'},
{82'R',66'B',66'B',83'S',95'_',70'F',73'I',88'X',69'E', 68'D',83'S',73'I',90'Z',69'E'},
{82'R',66'B',66'B',83'S',95'_',67'C',72'H',73'I',76'L', 68'D',69'E',68'D',71'G',69'E'},
{82'R',66'B',66'B',83'S',95'_',72'H',73'I',68'D',68'D', 69'E',78'N'},
{82'R',66'B',66'B',83'S',95'_',78'N',79'O',86'V',69'E', 82'R',84'T'},
{82'R',66'B',66'B',83'S',95'_',70'F',73'I',88'X',69'E', 68'D',66'B',77'M',80'P'},
{82'R',66'B',66'B',83'S',95'_',86'V',65'A',82'R',73'I', 65'A',66'B',76'L',69'E',72'H',69'E',73'I',71'G',72'H',84'T'},
{82'R',66'B',66'B',83'S',95'_',71'G',82'R',73'I',80'P', 80'P',69'E',82'R',65'A',76'L',87'W',65'A',89'Y',83'S'},
{82'R',66'B',66'B',83'S',95'_',78'N',79'O',71'G',82'R', 73'I',80'P',80'P',69'E',82'R'},
{84'T',86'V',83'S',95'_',72'H',65'A',83'S',66'B',85'U', 84'T',84'T',79'O',78'N',83'S'},
{84'T',86'V',83'S',95'_',72'H',65'A',83'S',76'L',73'I', 78'N',69'E',83'S'},
{84'T',86'V',83'S',95'_',76'L',73'I',78'N',69'E',83'S', 65'A',84'T',82'R',79'O',79'O',84'T'},
{84'T',86'V',83'S',95'_',69'E',68'D',73'I',84'T',76'L', 65'A',66'B',69'E',76'L',83'S'},
{84'T',86'V',83'S',95'_',68'D',73'I',83'S',65'A',66'B', 76'L',69'E',68'D',82'R',65'A',71'G',68'D',82'R',79'O',80'P'},
{84'T',86'V',83'S',95'_',83'S',72'H',79'O',87'W',83'S', 69'E',76'L',65'A',76'L',87'W',65'A',89'Y',83'S'},
{84'T',86'V',83'S',95'_',82'R',84'T',76'L',82'R',69'E', 65'A',68'D',73'I',78'N',71'G'},
{84'T',86'V',83'S',95'_',78'N',79'O',84'T',79'O',79'O', 76'L',84'T',73'I',80'P',83'S'},
{84'T',86'V',83'S',95'_',67'C',72'H',69'E',67'C',75'K', 66'B',79'O',88'X',69'E',83'S'},
{84'T',86'V',83'S',95'_',84'T',82'R',65'A',67'C',75'K', 83'S',69'E',76'L',69'E',67'C',84'T'},
{84'T',86'V',83'S',95'_',83'S',73'I',78'N',71'G',76'L', 69'E',69'E',88'X',80'P',65'A',78'N',68'D'},
{84'T',86'V',83'S',95'_',73'I',78'N',70'F',79'O',84'T', 73'I',80'P'},
{84'T',86'V',83'S',95'_',70'F',85'U',76'L',76'L',82'R', 79'O',87'W',83'S',69'E',76'L',69'E',67'C',84'T'},
{84'T',86'V',83'S',95'_',78'N',79'O',83'S',67'C',82'R', 79'O',76'L',76'L'},
{84'T',86'V',83'S',95'_',78'N',79'O',78'N',69'E',86'V', 69'E',78'N',72'H',69'E',73'I',71'G',72'H',84'T'},
{85'U',68'D',83'S',95'_',65'A',76'L',73'I',71'G',78'N', 76'L',69'E',70'F',84'T'},
{85'U',68'D',83'S',95'_',65'A',76'L',73'I',71'G',78'N', 82'R',73'I',71'G',72'H',84'T'},
{85'U',68'D',83'S',95'_',65'A',82'R',82'R',79'O',87'W', 75'K',69'E',89'Y',83'S'},
{85'U',68'D',83'S',95'_',65'A',85'U',84'T',79'O',66'B', 85'U',68'D',68'D',89'Y'}, {85'U',68'D',83'S',95'_',72'H',79'O',82'R',90'Z'},
{85'U',68'D',83'S',95'_',78'N',79'O',84'T',72'H',79'O', 85'U',83'S',65'A',78'N',68'D',83'S'},
{85'U',68'D',83'S',95'_',83'S',69'E',84'T',66'B',85'U', 68'D',68'D',89'Y',73'I',78'N',84'T'}, {85'U',68'D',83'S',95'_',87'W',82'R',65'A',80'P'},
{83'S',83'S',95'_',78'N',79'O',80'P',82'R',69'E',70'F', 73'I',88'X'},
{83'S',83'S',95'_',78'N',79'O',84'T',73'I',70'F',89'Y'},
{83'S',83'S',95'_',67'C',69'E',78'N',84'T',69'E',82'R', 73'I',77'M',65'A',71'G',69'E'},
{83'S',83'S',95'_',82'R',73'I',71'G',72'H',84'T',74'J', 85'U',83'S',84'T'},
{83'S',83'S',95'_',82'R',69'E',65'A',76'L',83'S',73'I', 90'Z',69'E',73'I',77'M',65'A',71'G',69'E'},
{83'S',83'S',95'_',83'S',85'U',78'N',75'K',69'E',78'N'},
{83'S',83'S',95'_',69'E',78'N',68'D',69'E',76'L',76'L', 73'I',80'P',83'S',73'I',83'S'},
{83'S',83'S',95'_',80'P',65'A',84'T',72'H',69'E',76'L', 76'L',73'I',80'P',83'S',73'I',83'S'} } vColorNames = { {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'} } vColorValues = {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} vLVExFlagValues = {1,2,4,8,16,32' ',64'@',128,256,512,1024,2048,4096, 8192} vLVExFlagNames = { {76'L',86'V',83'S',95'_',69'E',88'X',95'_',71'G', 82'R',73'I',68'D',76'L',73'I',78'N',69'E',83'S'}, {76'L',86'V',83'S',95'_',69'E',88'X',95'_',83'S', 85'U',66'B',73'I',84'T',69'E',77'M',73'I',77'M',65'A',71'G',69'E',83'S'}, {76'L',86'V',83'S',95'_',69'E',88'X',95'_',67'C', 72'H',69'E',67'C',75'K',66'B',79'O',88'X',69'E',83'S'}, {76'L',86'V',83'S',95'_',69'E',88'X',95'_',84'T', 82'R',65'A',67'C',75'K',83'S',69'E',76'L',69'E',67'C',84'T'}, {76'L',86'V',83'S',95'_',69'E',88'X',95'_',72'H', 69'E',65'A',68'D',69'E',82'R',68'D',82'R',65'A',71'G',68'D',82'R',79'O', 80'P'}, {76'L',86'V',83'S',95'_',69'E',88'X',95'_',70'F', 85'U',76'L',76'L',82'R',79'O',87'W',83'S',69'E',76'L',69'E',67'C',84'T'}, {76'L',86'V',83'S',95'_',69'E',88'X',95'_',79'O', 78'N',69'E',67'C',76'L',73'I',67'C',75'K',65'A',67'C',84'T',73'I',86'V', 65'A',84'T',69'E'}, {76'L',86'V',83'S',95'_',69'E',88'X',95'_',84'T', 87'W',79'O',67'C',76'L',73'I',67'C',75'K',65'A',67'C',84'T',73'I',86'V', 65'A',84'T',69'E'}, {76'L',86'V',83'S',95'_',69'E',88'X',95'_',70'F', 76'L',65'A',84'T',83'S',66'B'}, {76'L',86'V',83'S',95'_',69'E',88'X',95'_',82'R', 69'E',71'G',73'I',79'O',78'N',65'A',76'L'}, {76'L',86'V',83'S',95'_',69'E',88'X',95'_',78'N', 70'F',79'O',84'T',73'I',80'P'}, {76'L',86'V',83'S',95'_',69'E',88'X',95'_',85'U', 78'N',68'D',69'E',82'R',76'L',73'I',78'N',69'E',72'H',79'O',84'T'}, {76'L',86'V',83'S',95'_',69'E',88'X',95'_',85'U', 78'N',68'D',69'E',82'R',76'L',73'I',78'N',69'E',67'C',79'O',76'L',68'D'}, {76'L',86'V',83'S',95'_',69'E',88'X',95'_',77'M', 85'U',76'L',84'T',73'I',87'W',79'O',82'R',75'K',65'A',82'R',69'E',65'A', 83'S'} } 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',50'2', 48'0',65'A'}, {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'},
2. Re: win32lib v60.5 error code 461
- Posted by CoJaBo <cojabo at suscom.net> Sep 09, 2004
- 455 views
- Last edited Sep 10, 2004
Runs fine on XP SP1. Bob Thompson wrote: > > Hi, I'm fairly new to this and any help on the following would be > appreciated. > > I'm running 98SE and the latest version of Win32Lib reports error code > 461 - failed to acquire a hWnd when creating a control - even on > Generic demo but also where createEx is used. All previous versions of > Win32Lib were OK. > > (From Generic) the following code works; > > include win32lib.ew -- win32 library > without warning > constant > Generic = create( Window, "Untitled - ", 0, 0.05, 0.05, 0.9, 0.9, 0 ), > GTools = create( ToolBar, "", Generic, 0, 0, 0, 34, 0 ), > GStatus = create( StatusBar, "Ready", Generic, 0, {{40},0.46,-1}, 0, > 0, 0 ) > WinMain( Generic, Normal ) > > but the following code doesn't, the difference being RichEdit; > > include win32lib.ew -- win32 library > without warning > constant > Generic = create( Window, "Untitled - ", 0, 0.05, 0.05, 0.9, 0.9, 0 ), > GTools = create( ToolBar, "", Generic, 0, 0, 0, 34, 0 ), > GStatus = create( StatusBar, "Ready", Generic, 0, {{40},0.46,-1}, 0, > 0, 0 ), > GText = create( RichEdit, "", Generic, 4, 25, 380, 200, ES_NOHIDESEL ) > WinMain( Generic, Normal ) > > ex.err reports; <SNIP>
3. Re: win32lib v60.5 error code 461
- Posted by Derek Parnell <ddparnell at bigpond.com> Sep 09, 2004
- 436 views
- Last edited Sep 10, 2004
I messed up with RichEdit on old Windows systems. Look in the w32DLL.ew include file. Naar the end of the file you will see some code dealing with RichEdit classes. Replace all after the comments ...
--/topic Constant --/const riched32 --/desc Windows Library: Rich Edit Control
with ...
global constant riched32 = registerw32Library({"Msftedit.dll","riched20.dll","riched32.dll"}), -- Rich Edit control WC_RICHEDIT10 = "RICHEDIT", WC_RICHEDIT20 = "RichEdit20A", WC_RICHEDIT50 = "RICHEDIT50W" global sequence WC_RICHEDIT vw32Libraries[riched32][1] = linkDLL(vw32Libraries[riched32][2]) if vw32Libraries[riched32][1][1] = 1 then WC_RICHEDIT = WC_RICHEDIT50 elsif vw32Libraries[riched32][1][1] = 2 then WC_RICHEDIT = WC_RICHEDIT20 else WC_RICHEDIT = WC_RICHEDIT10 end if
-- Derek Parnell Melbourne, Australia
4. Re: win32lib v60.5 error code 461
- Posted by Don <eunexus at yahoo.com> Sep 10, 2004
- 446 views
> I messed up with RichEdit on old Windows systems. > > Look in the w32DLL.ew include file. Naar the end of the file you > will see some code dealing with RichEdit classes. Replace > all after the comments ... > > }}} <eucode> > --/topic Constant > --/const riched32 > --/desc Windows Library: Rich Edit Control > </eucode> {{{ > > with ... > }}} <eucode> > > global constant > riched32 = > registerw32Library({"Msftedit.dll","riched20.dll","riched32.dll"}), -- > Rich Edit control > WC_RICHEDIT10 = "RICHEDIT", > WC_RICHEDIT20 = "RichEdit20A", > WC_RICHEDIT50 = "RICHEDIT50W" > global sequence WC_RICHEDIT > > vw32Libraries[riched32][1] = linkDLL(vw32Libraries[riched32][2]) > if vw32Libraries[riched32][1][1] = 1 then > WC_RICHEDIT = WC_RICHEDIT50 > > elsif vw32Libraries[riched32][1][1] = 2 then > WC_RICHEDIT = WC_RICHEDIT20 > > else > WC_RICHEDIT = WC_RICHEDIT10 > end if > </eucode> {{{ > > -- > Derek Parnell Hey Derek, maybe you can educate me a little bit on this topic. I was looking at this exact routine yesterday trying to determine the problem from the log file he specified. I can see the changes you made above, but I dont see how this is going to help him. I dont know much about Msftedit.dll (im going to do some research into it now), but I dont see how this fixes it as in the log it shows him using RichEdit20A... Very likely I find the answer to my own question when I look into it... =) Don Phillips - aka Graebel National Instruments mailto: eunexus @ yahoo.com
5. Re: win32lib v60.5 error code 461
- Posted by Derek Parnell <ddparnell at bigpond.com> Sep 10, 2004
- 459 views
Don wrote: > > > I messed up with RichEdit on old Windows systems. [snip] > > Hey Derek, maybe you can educate me a little bit on this topic. > > I was looking at this exact routine yesterday trying to determine the > problem from the log file he specified. I can see the changes you made > above, but I dont see how this is going to help him. > > I dont know much about Msftedit.dll (im going to do some research > into it now), but I dont see how this fixes it as in the log it shows > him using RichEdit20A... The problem is that I got him to use riched32.dll but with a class name of RichEdit20A instead of RICHEDIT. The class name and the dll name have to be in sync. "Msftedit.dll" is just the latest richedit code from MS. It comes with WinXP. -- Derek Parnell Melbourne, Australia
6. Re: win32lib v60.5 error code 461
- Posted by Bob Thompson <rthompson at rthompson.karoo.co.uk> Sep 10, 2004
- 423 views
Thanks to all for the responses. Derek, you are a gentleman and a scholar. All is back to normal - I just don't understand why I didn't spot it.