> It looks like the application was developed by some > contractor and I am > afraid, we may not be able to trace the author. In that case > if I get the > DLL disassembled to an asm source, will I be able to manipulate it for > porting to Linux.
Then you're effectively rewriting the code -- Intel or Sparc assembly isn't going to do you much good on a S/390. *Anything* is possible, given infinite resources and time. It's a question of whether it's worth it to you to rebuild that portion of the application. -- db
