| 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 |
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.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 1529.1 | QUARK::LIONEL | Free advice is worth every cent | Wed Oct 04 1989 17:55 | 5 | |
The "separate=true" option is new in DECwindows V2. I don't know
if UWS 2.1 is at that "level".
Steve
| |||||
| 1529.2 | CASEE::LACROIX | Object oriented dog food? No, sorry | Thu Oct 05 1989 05:24 | 9 | |
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.
| |||||