[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

1529.0. "UIL differences between VMS and Ultrix" by PDVAX::P_DAVIS (Peter Davis) Wed Oct 04 1989 16:59

    For grins, I tried copying the DECW$EXAMPLES:HELLOWORLD.UIL file to an
    Ultrix system (UWS 2.1) and compiling it there with dxuil.  It got two
    errors:
    
                        label_label = compound_string('Hello', separate=true)&
                                                               *
    Error: unexpected NAME token seen - parsing resumes after ";"
                     line: 41  file: helloworld.uil
    
    
    These appeared to arise from the 'separate=true' attribute in
    several of the compound strings.  Removing these allowed it to compile
    ok.
    
    Is this an acceptable, documented difference between VMS and Ultrix
    UIL?
    
    Thanks.
    -pd

T.RTitleUserPersonal
Name
DateLines
1529.1QUARK::LIONELFree advice is worth every centWed Oct 04 1989 18:555
    The "separate=true" option is new in DECwindows V2.  I don't know
    if UWS 2.1 is at that "level".
    
    			Steve

1529.2CASEE::LACROIXObject oriented dog food? No, sorryThu Oct 05 1989 06:249
    Re .1:

    Steve is right: UWS 2.1 is pretty much DECwindows V1; UWS 2.2 (now
    Field Testing) is pretty much DECwindows V2 with some other stuff not
    yet available on VMS.

    Regards,
    Denis.