PTK



PTK is an interfacing system between Pascal and TK. This is not just a wrapper unit, it is a completely new way of doing GUI design.
It is very quick and easy to develop smaller applications with it.
It requires The safetemp unit. not only to compile but to use.
The modifications to make it non TK-specific are very alpha and untested, please try it an give me
feedback.
Current Version 1.0
Changes since 0.99:
PTK can now be used to embed any interpreted language (Though I have only tested TK and python)
Note: This is new ground and should be considdered an ALPHA part of otherwize stable code
To do this simply change the WISHPATH typed constant to a different interpreter, and replace TK code with your code.
Fixed a comunications bug that sometimes caused PTK based applications to crash under KDE
Download