
Download edit
or- checkout last stable release from SourceForge [3]
ToDo edit
- Tutorials and reference manuals
- Review the API
- Internal Design overview and specs
- Porting to Linux and MacOsX (any volunteer ?)
arjen - 2015-08-20 07:55:27Interesting, but when I tried to run the demos I got the message at loading the DLL: Argument invalid. That is one of those very uninformative messages that you sometimes get, but it usually means some component is missing. However, I can not discover which component (DLL) is indeed missing. The library as I downloaded it, seems to be 64 bits, is that correct?ABU All dll are 32 bits. You need TclTk 8.6.x 32 bit, or TclKit.exe 32-bit (in this case you should provide some standard libraries like Snit .. ) . Let me know ...
arjen - 2015-08-21 14:22:03Right, that must have been it then. I will try with a 32-bits version.Yes, that worked - I used a MinGW installation, got Snit from my plain Windows one and removed "package require Img". Now I will need to have a closer look at the code of the demos.