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 |
Assuming that the distribution has changed what is the compilation command of a C written program which uses KAV routines ? Jean-Pierre
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
111.1 | KAV routine now resolved from the VAXELN RTLSHARE.OLB as of V4.4 | ZYDECO::BODA | Realtime Products Support | Thu Dec 16 1993 16:20 | 22 |
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.2 | Thanks | SWTHOM::COSTEUX | The Present is already the Past | Thu Dec 16 1993 16:30 | 5 |
Hi Alan, Thanks a lot for your answer. Jean-Pierre |