Dump.dpr
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
- // *****************************************************************************
- // Author: komarov andrey.
- // Email: komar@elecard.net.ru
- // This filter is a useful debugging tool. For example, you can verify,
- // bit by bit, the results of a transform filter. You can build a graph
- // manually by using GraphEdit, and connect the Dump filter to the output
- // of a transform filter or any other output pin.
- // *****************************************************************************
- library Dump;
- uses
- BaseClass,
- Main in 'Main.pas';
- {$R *.RES}
- {$E ax}
- exports
- DllGetClassObject,
- DllCanUnloadNow,
- DllRegisterServer,
- DllUnregisterServer;
- begin
- end.