| Home | |
| Download | |
| Register | |
| Tutorial | |
| Help | |
| Site index | |
| Contact info |
Developers can extend DTBuild's capability with the DTBuild Development Tools. Contact DTUtilities support for more information.
| DTCmd.exe | Command line version of DTBuild | |
|---|---|---|
| DTLib.dll | DTBuild library | |
| DTLib.h | DTLib.dll function interface definition | |
| dtx.h | DTBuild extension DLL interface definition | |
| idt.h | IDT01 interface definition | (required by DTLib.h) |
| ixxinbuf.h | IXXINBUF (input buffer) interface definition | (required by dtx.h) |
| xxdefs.h | Basic #defines, typedefs, etcetera | (required by ixxinbuf.h) |
| dtcmd.cpp | Source code for DTCmd.exe | (illustrates use of IDT01 interface to DTLib.dll) |
| dtx.cpp | Sample UDF implementation | |
| dxdb.dll | Database interface DLL | (required by DTLib.dll) |
| dthttp.dll | HTTP support DLL | (required by DTLib.dll) |
| fsel.dll | Message system interface DLL | (required by DTLib.dll) |
| ReadMe.txt | Description of the Development Tools files |
DTLib.dll exports two functions :
DTLib.dll requires prior installation of DTBuild. DTLib.dll also requires registration after the 30-day evaluation period.
DTCmd.exe is a command line version of DTBuild. It accepts a single command line argument, the .DXD file to run, and calls DTLib.dll.
| Home | Download | Register | Tutorial | Help | Site index | Contact info |