CryptoSys Home > FirmaSAT > Using Clarion with FirmaSAT

Using Clarion with FirmaSAT


M. C. Peter Ralph N. Tolentino of CompuSoft has kindly provided an interface to Clarion for FirmaSAT version 2 and a demo application.

DEMO FirmaSAT functions in Clarion

The Clarion interface to FirmaSAT 2 is FirmaSAT.inc.

Download all the files zipped (11 kB) including instructions for programmers.

We don't use Clarion ourselves and have not tested this code. Please use at your own risk.

Many thanks to Peter for his work and for sharing this information.

If you need to update this for the new functions in more recent versions of FirmaSAT, you will have to do it yourself. We suggest you use the definitions in the latest version of diFirmaSat2.h. It should be pretty obvious how to add the new functions, using the following equivalent types.

Clarion (.inc)C (.h)
LONGlong
*CSTRINGchar *
CONST *CSTRINGconst char *

This page first published 20 November 2010. Last updated (for format) 23 December 2017.