Also, the original source code is still available, so you may just recompile it yourself. Free compilers for Windows exist, e.g. gcc.
For the sources, see http://www.tug.org/tex-archive/dviware/dvibook/ (subdir Dviconcat contains dviconcat.c while subdir libtex contains required header files.) There are only two small corrections to be made when using recent versions of gcc: varargs.h must be replaced with stdarg.h, and the external declaration of "int errno;" must be replaced with "#include <errno.h>". The signatures of error() and panic() in error.h and error.c must be changed to what is between the /* .. */ in error.h And it all works for me, both compiling and running (on linux). -- Peter Vanroose. _______________________________________________ TeX-music mailing list [EMAIL PROTECTED] http://sunsite.dk/mailman/listinfo/tex-music
