By Julian Cable and John Hind.
DGScript is a generic add-in for the DigiGuide EPG (version 4 or above) which enables functionality to be added using scripting techniques rather than C++. It is typically used to add menu items for automatically starting programme viewers or recorders.
You can build the addin using any Windows C++ development environment but we did have some problems with VisualStudio including references to hard to get DLLs. I use Mingw. Assuming you will do the same:
PATH=%PATH%;C:\Mingw\bin
make
All trademarks etc., acknowledged.
If you got here but just want to use DGscript then the main page has the binary distribution.