[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

1129.0. "UIL/DRM and ULTRIX Decwindows" by COMICS::CARLETON (The Flying Shark) Tue Jul 18 1989 11:57

    		-< ULTRIX Decwindows and DRM/UIL >-
    
    	Customer Problem
    
    	I have a customer who is developing a 'client' under X windows
    	on a VS2000. (Bear with me I am not really familiar with low
    	level X stuff!). 
    
    	He claims that the documentation (!) he has tells him to link
    	a library called DRM into his code (along with dwt and X11),
    	however this library (and another referred to called Xmu) are
    	not supplied in his UWS kit. 
        
    	
    	Can anyone explain :-
    	a) Why these are mentioned and not supplied
    	b) How he can get around the problem of not having these libs
    	c) What a client is
    	d) Why the docs refer to something that isn't there (this
    		is not the first person looking for Xmu)
                
    	and e) whether I (UK/CSC) can get hold of some DECwindows ULTRIX
    		programming docs without waiting 6 wks for the paper
    		copies.
    
    	Cheers
    
    	Les
    
    	

T.RTitleUserPersonal
Name
DateLines
1129.1FLUME::dikeTue Jul 18 1989 14:405
libdrm.a used to be a separate library, but it has been in libdwt.a for a long
time.  libdwt.a gives you all of the DECwindows toolkit.  You must have old
docs.  libXmu.a didn't ship in 2.0, but it is in 2.1.
				Jeff

1129.2DRM/uilCOMICS::CARLETONThe Flying SharkWed Jul 19 1989 06:4610
    
    	Old docs! We (UK TSC Ultrix Support) have no docs (on order!)
    	for DECwindows at all, the customer has the docs (on field
    	test apparently).
    
    	Any idea on the other questions? 
    
    	Les
    

1129.3UWS Version 2.1 is your answerFUEL::grahamSend in the Clones!Thu Jul 20 1989 00:2221
ULTRIX Worksystem Software Version 2.0 will fix all the problems that
you mentioned in .0.  So, please advise your customer appropriately.

Here is how you compile UIL files for Ultrix.

dxuil -o  X.uid X.uil 
 
(X is an application's name...there is a default .uid file though..
if you do not specify a .uid file)

(link source files to /usr/include/mit/X11 if vanilla MIT code is used
to build core X application).

The  Xmu.h file is included with UWS 2.1. 


Kris..