You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Shaswata Das
827363a95b
|
4 years ago | |
---|---|---|
.. | ||
ddrop.cpp | 4 years ago | |
ddrop.def | 4 years ago | |
ddrop.idl | 4 years ago | |
ddrop.rc | 4 years ago | |
dllmain.cpp | 4 years ago | |
filter.h | 4 years ago | |
makefile | 4 years ago | |
makefile.inc | 4 years ago | |
readme.txt | 4 years ago | |
regbind.cmd | 4 years ago | |
resource.h | 4 years ago | |
sources | 4 years ago | |
stdafx.cpp | 4 years ago | |
stdafx.h | 4 years ago | |
stdafx.rgs | 4 years ago |
readme.txt
DDrop.DLL
This SDK sample handles directory drop.
When a News article arrives, this sample drops a copy of the
article into the specify drop directory.
To build this sample, you need VC5.
* Modify SDKENV.BAT to reflect the correct root path to your SDK.
If C:\NNTPSDK is your SDK root path, use "Set NNTPSDK=C:\NNTPSDK"
* Run SDKENV.BAT
* Execute "nmake /a /f makefile.vc" to build this sample.
* Run "REGSVR32 DDROP.DLL" to register this DLL.
* Modify regbind.cmd to bind to the expected event and set appropriate
properties.