Version 1.36
March 14th, 1995.
- Rewrite of much of wxCLIPS: generic extension-support library (wxExtend) created
for code-sharing with projects such as wxPython. Please beware of bugs
introduced in this release: hopefully none, but you never know.
- Addition of execute function, with synchronous or asynchronous
operation. Please use instead of system.
- DDE changes: use add-event-handler instead of the previous
callback mechanism. Client DDE code has minimal change, just omit any
arguments to client-create. For server operation, register interest
for events OnAdvise, OnExecute, OnRequest etc., one callback function each.