Is there documentation for turbopower's OnGuard anywhere?

2.7k Views Asked by At

Er...is there documentation for turbopower's OnGuard anywhere?

Finally got the source code to turn itself into components on the pallete (D2009) and can run the examples but I don't know what most of the components do or which I need.

There used to be documentation when it was a commercial product. Does it still exist?

Howard

Ah, I'd been looking for two days and eventually found the documentation five minutes after posting this message. To save anyone else the trouble they are here http://sourceforge.net/projects/tponguard/files/tponguard_docs/1.13/

2

There are 2 best solutions below

0
On

For two examples on how to use the OnGuard library look at this question.

The two approaches there are roughly equivalent, Runner's answer creates the OnGuard components at runtime, while my answer uses the procedural OnGuard API and has slightly less overhead as a result.

There is a third approach of dropping the components on a form directly rather than creating them at runtime. There's nothing particularly wrong with doing this, I've just found it unnecessary and not really saving anything more than a line or two of code.

0
On

The documentation is still available on SourceForge, along with the source code.

Update: Most of the TurboPower components are being maintained as part of TurboPack, a collection of open source tools being kept up to date by Roman Kassebaum. The most recent versions of the source code and documentation for OnGuard are on GitHub.