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

Conference 49.910::kav30

Title:VAX on VMEbus: KAV30
Notice:Could have been as fast as 68K but its a VAX!
Moderator:CSSVMS::KAV30_SUPP
Created:Thu Apr 18 1991
Last Modified:Fri Aug 02 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:159
Total number of notes:645

111.0. "Compilation with ELN-V4.4 + C + KAV routines" by SWTHOM::COSTEUX (The Present is already the Past) Thu Dec 16 1993 14:44

    Assuming that the distribution has changed what is the compilation
    command of a C written program which uses KAV routines ?
    
    Jean-Pierre
T.RTitleUserPersonal
Name
DateLines
111.1KAV routine now resolved from the VAXELN RTLSHARE.OLB as of V4.4ZYDECO::BODARealtime Products SupportThu Dec 16 1993 16:2022
Hi Jean-Pierre,

You can now use a standard compile and link in V4.4 

To compile: 

$CC/NOOP/DEBUG KAV_OUT + ELN$:VAXELNC/LIB     

To link:   

$LINK/DEB KAV_IN + ELN$:CRTLSHARE/LIB + RTLSHARE/LIB + RTL/LIB   

For KAV-specific routines, in the code you would use:

#include kavdef     /* Now in VAXELNC.TLB */

Check out p2-5,6 of the release notes.  Also have several KAV30-specific
articles in STARS/TIMA showing how we compiled and linked in V4.4.

Regards,

Alan
111.2ThanksSWTHOM::COSTEUXThe Present is already the PastThu Dec 16 1993 16:305
    Hi Alan,
    
    Thanks a lot for your answer.
    
    Jean-Pierre