- or download this
#include <windows.h>
#include <stdio.h>
...
gets( line );
return 0;
}
- 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>
- or download this
#include <stdio.h>
...
);
return;
}
- 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>
- or download this
#include <stdio.h>
...
printf( "depFunc: called with %d, %f\n", a, b );
return 1;
}
- 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>
- or download this
#include <stdio.h>
...
);
return;
}
- 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>
- or download this
#include <stdio.h>
...
printf( "depFunc: called with %d, %d\n", a, b );
return 1;
}
- 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>
- 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
- 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