Dynamic Data Exchange client for Scilab to communicate with excel and some
others DDE servers.
see help & demos
ddeclose — Close DDE connection.
ddeexec — Send execution string to DDE server application.
ddeisopen — return if dde connection is etablished.
ddeopen — Initiate DDE conversation between Scilab and another application.
ddepoke — Send data from Scilab to DDE server application.
ddereq — Request data from DDE server application.
v0.5 - Use api_scilab for all gateways
- Use UNICODE strings for DDE functions
- Use toolboxe_skeleton 5.4
- Fix some memory leak
- Factorized code
- Fix some warnings on Windows 64 bit
- Use PutLhsVar as default gateways
- Use assert functions for tests