I got a program which contains two parts, main (written in cpp) and additional (assembler). I want to compile this program using DOSBOX 0.74 and BorlandC compiler.
I've tried this:
bcc32 -tWC mainprogram.cpp
and got as a result:
This program must be run under Win32
Why is wrong and what should I do to run this properly?