[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

3099.0. "Missing DWTAPPL.UIL file" by RHETT::MACEACHERN () Thu Jul 19 1990 10:14

    I have a customer who has installed VMS and during the installation
    asked for the language support for Fortran and Macro.  He is now
    trying to learn Decwindows programming and finds that he cannot compile
    his UIL files.  He gets a file not found for DWTAPPL.UIL.
    
    I have not found anything which says that a specific language has to
    have programming support installed to get this file.  Have I missed
    something?
    
    Dave.
T.RTitleUserPersonal
Name
DateLines
3099.1QUARK::LIONELFree advice is worth every centThu Jul 19 1990 13:0810
The file is in the directory identified by the logical name DECW$INCLUDE.  To
get the UIL compiler to use it, do a:

	$ DEFINE UIL$INCLUDE DECW$INCLUDE:

This command is in the command procedures provided to compile the examples,
but I'm not sure how well it's described in the documentation.  I added
text on this to the comments in the DECBURGER example for V5.4.

			Steve
3099.2DWTAPPL.UIL is only there if MIT-C language support is installedH2SO4::GERSBACHEdwin Gersbach CS SwitzerlandWed Sep 19 1990 12:389
I just had a customer comlaining that this file is missing. I finaly found that
this file is installed only with the MIT-C binding.

I think this file should be part of the base programming support and not part
of a language binding.

Any ideas why it is included in the MIT binding?

Edwin
3099.3QUARK::LIONELFree advice is worth every centWed Sep 19 1990 13:043
QAR it - it's not the only UIL file in that class.

			Steve