Search:

Type: Posts; User: [email protected]

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    6,005

    Just read Global Variables Are Bad...

    Just read Global Variables Are Bad.
    Yup, I did it for all the wrong reasons.
    If it wasn't for your help doing it your way would have taken me a half hour.
  2. Replies
    15
    Views
    6,005

    Thanks for the heads up. I'll make it global.

    Thanks for the heads up. I'll make it global.
  3. Replies
    15
    Views
    6,005

    DANG! I don't know how I missed that duplicate...

    DANG! I don't know how I missed that duplicate struct.
    Problem solved.
    Thanks again Tim!
  4. Replies
    15
    Views
    6,005

    Small but complete. Gotcha.

    Small but complete. Gotcha.
  5. Replies
    15
    Views
    6,005

    OH! Here's the code: #include ...

    OH! Here's the code:



    #include <stdio.h>
    #include <stdlib.h>
    #include <memory.h> /* for memset */
    #include "rap.h"
    #include <rpc/rpc.h>
  6. Replies
    15
    Views
    6,005

    fyi - my Build Log: -------------- Clean:...

    fyi - my Build Log:



    -------------- Clean: Release in rap00 ---------------


    Cleaned "rap00 - Release"
  7. Replies
    15
    Views
    6,005

    Yup, everything is there. I included rpc.h which...

    Yup, everything is there. I included rpc.h which includes types.h which contains:


    struct netbuf {
    unsigned int maxlen;
    unsigned int len;
    void *buf;
    };
  8. Replies
    15
    Views
    6,005

    According to this I'm doing it right:Help - AIX...

    According to this I'm doing it right:Help - AIX 6.1 Information Center


    I think I'm structuring netbuf wrong.
    Should I have mentioned that this is in Cygwin? Probably huh?
    Perhaps the Cygwin...
  9. Replies
    15
    Views
    6,005

    Why is `rpcb_getaddr' failing?

    Why is my linker warning me "C:/cygwin/home/eb/rap00/main.c:94: warning: passing arg 4 of `rpcb_getaddr' from incompatible pointer type"?


    And yes, rpcb_getaddr() fails.





    /*
Results 1 to 9 of 9