| Hi Jean-Pierre,
All of the KAV30 functions have now been integrated with VAXELN v4.4 so there
is no KAV kit to install.
Check out section 2.2.1 of the VAXELN V4.4 release notes for a discussion on
compiling and linking KAV30-based applications.
Also there is a new KAV30 Programming Guide that comes with VAXELN V4.4.
Hope this helps.
Regards,
Alan
|
| Hi Jim,
> When migrating from V4.3 to V4.4, don't forget to change the
>"target processor" parameter in Ebuild. It is no longer "rtVax-300"
>but "KAV30".
>I was bitten by this and I got strange (unhelpful) error messages
>on any KAV$... calls.
The KAV$ calls are not dispatched in the same manner as regular VAXELN
kernel services, references to the KAV$ routines are resolved at link time, i.e they are fixed to the start address of the appropriate routine in the kernel
module for the KAV$ routines, only the KAV30 kernel (3KVKER.EXE) has this
module linked into it, so if you attempt to call a KAV$ routine when your
system is running the rtVAX 300 kernel you can see some very wierd behaviour.
Don't worry too much about being bitten by this, its happened to me and I
implemented the change... :-)
Graham
|