Compiling 16bits code with visual C++

Started by
1 comment, last by Kwizatz 19 years, 6 months ago
Hi all, I would like to build code for an embedded i386 processor. I would like to use my visual C++ development environment. Is it still possible to build 16bits binaries with visual C++ ? Thanks
Advertisement
I believe there is an embedded version of VC++. I know I have seen it on my school's MSDN site. "Embedded tools for VC++" or something like that.
--God has paid us the intolerable compliment of loving us, in the deepest, most tragic, most inexorable sense.- C.S. Lewis
You would probably have to downgrade your compiler (cl.exe) and linker, I think VC++ hasnt supported 16 bit compilation since 5.0 or 4.2 or so.

Good luck finding the older versions.

Edit: i386 does support 32 bits, unless your going to be running DOS in it.

This topic is closed to new replies.

Advertisement