Does anyone know why these functions are not implemented?

        I am trying to run an application that needs sdget() (and probably some
        others). Is there any reason these can't simply be maped into calls to
        SVS IPC? 

        If anyone has any information on this, I would _greatly_ appreciate it.
        I have my neck stuck out a long way on making this work on Linux.

        Thansk.
>
>int xnx_sdget(char *path, int flags, long size, int mode) {
>       return -EPERM;
>}
>
>int xnx_sdfree(char* addr) {
>       return -EPERM;
>}
>
>int xnx_sdenter(char *addr, int flags) {
>       return -EPERM;
>}
>
>int xnx_sdleave(char *addr) {
>       return -EPERM;
>}
>
>int xnx_sdgetv(char *addr) {
>       return -EPERM;
>}
>
>int xnx_sdwaitv(char *addr, int vnum) {
>       return -EPERM;
>}


-- 
Stan Brown     [EMAIL PROTECTED]                                    843-745-3154
Westvaco
Charleston SC.
-- 
Windows 98: n.
        useless extension to a minor patch release for 32-bit extensions and
        a graphical shell for a 16-bit patch to an 8-bit operating system
        originally coded for a 4-bit microprocessor, written by a 2-bit 
        company that can't stand for 1 bit of competition.
-
(c) 1999 Stan Brown.  Redistribution via the Microsoft Network is prohibited.

Reply via email to