Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    ...
        printf( "id:%d  addr: %s\n", *pnClientId, pszIPAddress );
        return 12345;
    }
    
  2. or download this
    C:\test>cl /LD /MT 853196dll.c
    Microsoft (R) C/C++ Optimizing Compiler Version 15.00.21022.08 for x64
    ...
    /implib:853196dll.lib
    853196dll.obj
       Creating library 853196dll.lib and object 853196dll.exp
    
  3. or download this
    #! perl -slw
    use strict;
    ...
    END_C
    
    print RegClient( 123, 'fred' );
    
  4. or download this
    C:\test>853196-ic.pl
    Starting Build Preprocess Stage
    ...
    
    id:123  addr: fred
    12345