Help for this page

Select Code to Download


  1. or download this
    int *user_ibsta;
    int *user_iberr;
    int *user_ibcnt;
    long *user_ibcntl;
    
  2. or download this
    HINSTANCE Gpib32Lib = NULL;
    
    ...
    Pibsta = (int *) GetProcAddress(Gpib32Lib,(LPCStr)"user_ibsta");
    Piberr = (int *) GetProcAddress(Gpib32Lib,(LPCStr)"user_iberr");
    Pibcntl = (long *) GetProcAddress(Gpib32Lib,(LPCStr)"user_ibcnt");