Help for this page

Select Code to Download


  1. or download this
    int testing(int channel, SV* byte_ref, int len){
        SV ** elem;
    ...
            printf("%d\n", buf[x]);
        }
    }
    
  2. or download this
    try_pl_1bcb6.xs(10) : error C2057: expected constant expression
    try_pl_1bcb6.xs(10) : error C2466: cannot allocate an array of constan
    +t size 0
    try_pl_1bcb6.xs(10) : error C2133: 'buf' : unknown size
    NMAKE : fatal error U1077: 'cl' : return code '0x2'
    Stop.