On Thu, 2019-01-31 at 15:14 +0000, Richard Shann wrote: > Since this is useless on Windows without a specially created > executable, I've changed the behavior of the CLI tool to pop-up a > dialog when used on Windows - this will be available in tomorrow's > executable at the usual place: > http://www.denemo.org/~jjbenham/mxe/denemo.zip > > which means you can use it to test the values of Scheme variables and > the signatures of Scheme procedures that Denemo creates.
For some reason this is not working on Windows at all - the CLI causes a crash on Windows now. You can achieve the same effect as the CLI should be giving by surrounding the expression you want to examine as in this example: (d-WarningDialog (format #f "~A" d-New)) which prints what d-New evaluates to (a procedure, in this case). Richard _______________________________________________ Denemo-devel mailing list Denemo-devel@gnu.org https://lists.gnu.org/mailman/listinfo/denemo-devel