> ---------- Message transmis ---------- > Je suis étudiant , dans le cadre de ma mémoire de fin > d'étude j'ai un travail qui consiste à élaborer une > interface de maxima avec vb6.
My advice is to communicate between VB and Maxima via a socket. The major difficulty is that Maxima might try to ask a question of the user (e.g. sign of some expression) instead of just returning a result in all cases. Take a look at http://maxima.sourceforge.net/relatedprojects.html There are several user interfaces which talk to Maxima through a socket. WxMaxima is one such interface; perhaps the developers of that project can help you. Sorry for writing in English, I can't write in French. All the best Robert Dodier ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Maxima-lang-fr mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/maxima-lang-fr
