Hi friends, I would like to get a tool which can run under pure Dos and Win32 altogether:
First use tc3.0 to compile the source file under pure Dos and get a_dos.exe;
then I would like to compile another source file(b.cpp) and replace the DOS stub(part of PE) with the a_dos.exe.
How can I link the two("b.cpp/obj" and the "a_dos.exe")?