Help for this page

Select Code to Download


  1. or download this
    #include <windows.h>
    #include <stdio.h>
    ...
            gets( line );
            return 0;
    }
    
  2. or download this
    <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
    <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.
    +0'>
    ...
        </security>
      </trustInfo>
    </assembly>
    
  3. or download this
    #include <stdio.h>
    
    ...
        );
        return;
    }
    
  4. or download this
    <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
    <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.
    +0'>
    ...
        </dependentAssembly>
      </dependency>
    </assembly>
    
  5. or download this
    #include <stdio.h>
    
    ...
        printf( "depFunc: called with %d, %f\n", a, b );
        return 1;
    }
    
  6. or download this
    <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
    <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.
    +0'>
      <assemblyIdentity type="win32" name="Dep" version="2.0.0.0" processo
    +rArchitecture="amd64"/>
      <file name="Dep.dll" />
    </assembly>
    
  7. or download this
    #include <stdio.h>
    
    ...
            );
            return;
    }
    
  8. or download this
    <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
    <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.
    +0'>
    ...
        </dependentAssembly>
      </dependency>
    </assembly>
    
  9. or download this
    #include <stdio.h>
    
    ...
        printf( "depFunc: called with %d, %d\n", a, b );
        return 1;
    }
    
  10. or download this
    <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
    <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.
    +0'>
      <assemblyIdentity type="win32" name="Dep" version="1.0.0.0" processo
    +rArchitecture="amd64"/>
      <file name="Dep.dll" />
    </assembly>
    
  11. or download this
    C:\test\myApp\Ext>cl /nologo /LD Dep.c
    Dep.c
    ...
    myApp.c
    
    C:\test\myApp>mt /nologo -manifest MyApp.exe.manifest -outputresource:
    +MyApp.Exe;1
    
  12. or download this
    C:\test\myApp>MyApp.Exe Ext\ExtDll.dll
    depFunc: called with 42, 3.141593
    MyDLL: depFunc return 1
    depFunc: called with 12345, 98765
    ExtDll: depFunc returned: 1