Help for this page

Select Code to Download


  1. or download this
    use ExtUtils::MakeMaker;
    my %options = %{       
    ...
    
    # Remove the Makefile dependency. Causes problems on a few systems.
    sub MY::makefile { '' }
    
  2. or download this
    int __declspec(dllexport) foo(int x, int y)
    
  3. or download this
    __declspec(dllexport) int foo(int x, int y)