Help for this page

Select Code to Download


  1. or download this
    __declspec(dllexport) int testint = 12345;
    
  2. or download this
    #include <windows.h>
    #include <stdio.h>
    ...
        printf( "Addr: %x Value: %d\n", ptestint, *ptestint );
        return 1;
    }
    
  3. or download this
    #! perl -slw
    use strict;
    ...
    __END__
    C:\test>\perl32\bin\perl.exe 773754.pl
    12345