Maple API (fwd)
Joris van der Hoeven <vdhoeven <at> texmacs.org>
2004-07-14 16:22:53 GMT
Hi,
After the yearly ISSAC meeting, I finally got some feedback from Maple
on how to write an interface with TeXmacs. So if there is a volunteer
for rewriting the current (buggy) interface...
Best wishes, Joris
---------- Forwarded message ----------
Date: Wed, 14 Jul 2004 11:58:24 -0400
From: Laurent Bernardin <lbernardin <at> maplesoft.com>
[...]
I've appended some code that shows how to build an alternative UI on top
of Maple using the OpenMaple API. The help page ?OpenMaple,Examples
shows how to build this example app.
I've only looked at Maple 9.5 but I am pretty sure this will work in
Maple 8. I am also pretty sure it won't work prior to Maple 8, unfortunately.
============= omexample.c ====================
/* ***********************************************************************
* OpenMaple Example Program
*
* Copyright (c) Maplesoft, a division of Waterloo Maple Inc. 2003.
* You are permitted to copy, modify and distribute this code, as long as
* this copyright notice is prominently included and remains intact. If any
* modifications were done, a prominent notice of the fact that the code has
* been modified, as well as a list of the modifications, must also be
* included. To the maximum extent permitted by applicable laws, this
(Continue reading)