Hello, I would like to have a version of DX which can read and execute some simple commands from a socket (e.g. for starting or reexecuting some visual program). I assume that I could build such a beast with DXLink. Therefore I would like to learn more about it. Some questions:
1. How can I compile the example files? E.g. I tried to compile "sealevel.c" with (variations of) gcc -o sealevel -I/usr/lib/dx/include -L/usr/lib/dx/lib_linux -lDXcallm \ -lDXlite -lDXL sealevel.c but still there are some routines missing. 2. Is it possible (difficult) to set up a simple socket communication with DX without using DXLink (using only some socket package)? 3. Finally, I want to link to a Common Lisp application. Which is the best way to do this? Are there examples how this is done for other languages, e.g. Python? Thank you very much, Nicolas
