I am trying to call function in a 16-bit code from a 32-bit application.
The 16-bit object code is compiled using the MSC 6.0 compiler while the 32-bit
application is compiled using CSET/2. I wish to statically link these two objectfiles. Would link386 be suitable to link this 16- and 32-bit code? Are there
any link options that I need to specify in order to get things to work. My 16-bit code also makes 16-bit DOS API calls. Also, while compiling the 16-bit code
do I need to give any options so that it would be callable by 32-bit code?