is there a way to produce com file(pure binary) from vc++ ,i dont want the exe headers, bcoz i need to develop codes for operating system...
please dont suggest gnu compiler...
is there a way to produce com file(pure binary) from vc++ ,i dont want the exe headers, bcoz i need to develop codes for operating system...
please dont suggest gnu compiler...
The last version of Visual C++ that could create COM files was VC++ 1.52c. As far as I know, the only (legitimate) way to get a copy anymore is via a subscription to MSDN. Be aware that the compiler is quite primitive by modern standards (e.g., no support for templates at all).