[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

1515.0. "SYS$LIBRARY:DECW$DWTSTRUCT / DECW$DWTENTRY" by FRSTSC::ERLEMANN () Mon Oct 02 1989 11:43

	Hi everybody,

	I'm coming along with a programming problem, especially in Fortran.

	I took out the DECburger program from the DW_EXAMPLES conference and
	observed it. By doing this, I met some strange INCLUDE-files, e.g.
	"INCLUDE 'SYS$LIBRARY:DECW$DWTSTRUCT/NOLIST'" and "INCLUDE 'SYS$LIBRARY:
	DECW$DWTENRTY/NOLIST'".

	Now my question: Where can I find these library-files ?!?



	Thanks
		Armin

T.RTitleUserPersonal
Name
DateLines
1515.1QUARK::LIONELFree advice is worth every centMon Oct 02 1989 16:5911
As I believe I noted when I posted those programs, the include files used
are provided with DECwindows V2.  If you are using V1, use only:
	

	INCLUDE 'SYS$LIBRARY:DECW$DWTDEF'

I'd be happy to answer further questions about the FORTRAN DECBURGER
example.

			Steve

1515.2$DSCDEF NOW!FRSTSC::ERLEMANNTue Oct 03 1989 11:3410
    
    Thanks for the quick response, Steve,
    
    but the question that follows is: what about the Include-Statement
    in the line below (INCLUDE '($DSCDEF)/NOLIST') ? 
    I forgot this to mention yesterday.
    
    Thanks
    		Armin

1515.3QUARK::LIONELFree advice is worth every centTue Oct 03 1989 16:498
That includes the module $DSCDEF from the FORTRAN system definition
library SYS$LIBRARY:FORSYSDEF.TLB.  $DSCDEF defines the descriptor layout
and codes.  FORSYSDEF.TLB is built as part of the FORTRAN installation
procedure.  See the FORTRAN manuals for more on text libraries and
FORSYSDEF.

			Steve