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

Conference hydra::axp-developer

Title:Alpha Developer Support
Notice:[email protected], 800-332-4786
Moderator:HYDRA::SYSTEM
Created:Mon Jun 06 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3722
Total number of notes:11359

3335.0. "Mcode" by HYDRA::DORHAMER () Mon Mar 17 1997 17:34

    Company Name :  Mcode
    Contact Name :  Tim McGuire
    Phone        :  
    Fax          :  
    Email        :  [email protected]
    Date/Time in :  17-MAR-1997 17:33:45
    Entered by   :  Karen Dorhamer
    SPE center   :  MRO

    Category     :  VMS
    OS Version   :  7.1
    System H/W   :  


    Brief Description of Problem:
    -----------------------------
    #15         17-MAR-1997 16:21:15.75                                 
1997-03
From:   SMTP%"[email protected]"
To:     [email protected]
CC:
Subj:   SYS$EXAMPLES:UWSS.C

Dear Sirs,

We're an ASAP member in need of a little help. We're porting our
applications from VAX to Alpha, currently our user System Server
dispatcher.

Using the nice example file "SYS$EXAMPLES:UWSS.C" as a guide on the
Alpha side.
Problem is: Where is PLVDEF.H and SSDESCRDEF.H?

We've looked on the entire OpenVMS 7.1 system with DEC C 5.5 installed.
These two include files (out of 9) are missing and leave the example
'uncompile-able'.

Thanks for the help in advance,

Tim McGuire
T.RTitleUserPersonal
Name
DateLines
3335.1acknowledgementHYDRA::DORHAMERMon Mar 17 1997 17:3615
        #2          17-MAR-1997 17:36:02.70                                 
    NEWMAIL
    From:   HYDRA::AXPDEVELOPER "[email protected]"
    To:     SMTP%"[email protected]"
    CC:     AXPDEVELOPER
    Subj:   RE: SYS$EXAMPLES:UWSS.C
    
    Tim,
    
    We received your question, and will look at a VMS 7.1 system here and
    try to
    locate the include files required by the example program.
    
    Karen Dorhamer
    Alpha Developer Support
3335.2Phoned before email turned around...AMCUCS::SWIERKOWSKIQuot homines tot sententiaeMon Mar 17 1997 20:3813
Greetings!

  Tim must have called before he got the "ACK" by email.  If it helps, his
phone number is: (810)795-9787, cheers...



						Tony Swierkowski
						Digital Equipment Corporation
						Software Partner Engineering
						Palo Alto, California
						(415) 617-3601
						"[email protected]"
3335.3They are in sys$lib_c.tlbHYDRA::NEWMANChuck Newman, 508/467-5499 (DTN 297), MRO1-3/F26Tue Mar 18 1997 13:077
The header files PLVDEF.H and SSDESCRDEF.H are in sys$lib_c.tlb, which is not
(by default) searched by the compiler.  Compile with
"+sys$share:sys$lib_c.tlb/lib" to find these.  E.g, 

	$ CC SYS$EXAMPLES:UWSS+sys$share:sys$lib_c.tlb/lib

								-- Chuck Newman
3335.4info sent, thanks Chuck!HYDRA::DORHAMERWed Mar 19 1997 10:114
    I sent the info in reply .3 to Tim McGuire at Mcode.  Chuck, thanks for
    your help on this one!
    
    Karen