I have to develop two applications, one using Microsoft Visual C++ 5.0, and
the other using Watcom 11.0. I have to build the Microsoft functions into a
DLL, and access them from a Watcom generated EXE. Everything is working
except the passing of parameters from the EXE to the DLL.
What is going on here, and is there an easy way to resolve this conflict?