Microsoft C/C++ 1.x
This is the original standalone Microsoft C/C++ compiler for DOS and Windows - Later versions were rebranded and renumbered as Microsoft Visual C++ and were bundled with Visual Studio or the SDKs.
This is the original standalone Microsoft C/C++ compiler for DOS and Windows - Later versions were rebranded and renumbered as Microsoft Visual C++ and were bundled with Visual Studio or the SDKs.
Comments
See Lattice C for a manual for both (1.04 should be similar enough).
There's no linker included in 1.03 - use the one from 1.04 or from a PC/MS-DOS.
This is solution for compiling code (assuming our source code is file named "app.c") if anyone needs that.
1. mc1 app.c
2. mc2 app.q
3. link c.obj app.obj
- (Run File [C.EXE]:) app.exe
- (List File [NUL.MAP]:)
- (Libraries [.LIB]:) mc.lib