Hi All

This is an initial release of XrcAccessor, which is a program to
generate type-safe accessor functions from XRC files. See attached
tar.gz.

As of yet, there is little documentation, but I do not think much
documentation is needed either. There are two examples that shows what
this small program can do in testsuite/TestControls.hs and
testsuite/TestMenu.hs. To run these two examples and the unit tests do:

> cd testsuite
> chmod 755 doTest
> ./doTest

If you are on MS Windows, you may need to alter the doTest script a bit.

You can install the program by:

runhaskell Setup.hs --user configure
runhaskell Setup.hs build
runhaskell Setup.hs install


Greetings,

Mads Lindstrøm


Attachment: XrcAccessors.tar.gz
Description: application/compressed-tar

Attachment: signature.asc
Description: This is a digitally signed message part

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users

Reply via email to