| File | Folder | Description |
| dgsdk.dll | / | Main DLL with all API functions |
| common.dll | / | DLL with supplemental functions (not included in Core edition of SDK) |
| dgsdk.chm | / | SDK documentation, Windows HTML help format |
| dgsdk.lib | / | Import library for dgsdk.dll |
| reg_com_server.cmd | / | Command file for manual COM-object registration |
| unreg_com_server.cmd | / | Command file for manual COM-object deregistration |
| lowLevelAPI.c | examples.c | C example for low level API |
| MaskMethod.c | examples.c | C example for by mask fill method |
| ListMethod.c | examples.c | C example for from list fill method |
| FileMethod.c | examples.c | C example for from file fill method |
| IncrementalMethod.c | examples.c | C example for incremental fill method |
| LibraryMethod.c | examples.c | C example for from library fill method |
| TableMethod.c | examples.c | C example for from table fill method |
| SQLMethod.c | examples.c | C example for by SQL statement fill method |
| projectAPI.c | examples.c | C example for Project level API |
| run_project.c | examples.c | C example for project execution function |
| lowLevelAPI.cs | examples.cs | C# example for low level API |
| MaskMethod.cs | examples.cs | C# example for by mask fill method |
| SQLMethod.cs | examples.cs | C# example for by SQL statement fill method |
| TableMethod.cs | examples.cs | C# example for from table fill method |
| FileMethod.cs | examples.cs | C# example for from file fill method |
| lowLevelAPI.asp | examples.asp | ASP (VBScript) example for low level API |
| MaskMethod.asp | examples.asp | ASP (VBScript) example for by mask fill method |
| LibraryMethod.asp | examples.asp | ASP (VBScript) example for from library fill method |