Hello. I am developing a software under linux, but it needs to call other program provided by other persons. They provide me various versions of this software: msdos exe, win32 exe, msdos LIB (library), and DLL 32 bits (library). I asked for a way to link the lib into my C program, but it seems to be unpossible. Then, I runned the msdos version under dosemy with good results. But I want to accelerate the execution of the program. The README.txt file of dosemy talks about mkdexe script that is included in mtools, but I can't find it. Not in bynary nor in source packets. Somebody can tell me where to find mkdexe or help me in order to link the lib or dll version of the program?
