c++ - How to install DOS 16 Libraries
- Casey Wong <ksh_wong msn.com> May 27 2009
- Walter Bright <newshound1 digitalmars.com> May 27 2009
- Casey Wong <ksh_wong msn.com> May 27 2009
- Walter Bright <newshound1 digitalmars.com> May 28 2009
Hi, I have two questions regarding DMC and would be grateful is someone could help. 1) I am trying to use DMC to compile a DOS 16-bit program but I do not know how to install the DOS 16 libraries from DMC? 2) Is there any documentation/information on how to use DMC that I can download from? Any help and advice is much appreciated Many thanks Casey
May 27 2009
Casey Wong wrote:Hi, I have two questions regarding DMC and would be grateful is someone could help. 1) I am trying to use DMC to compile a DOS 16-bit program but I do not know how to install the DOS 16 libraries from DMC?
They don't need to be installed. Just download them from http://www.digitalmars.com/download/freecompiler.html and unzip the file.2) Is there any documentation/information on how to use DMC that I can download from?
Look on the right side of http://www.digitalmars.com, the links to the online documentation are there.Any help and advice is much appreciated Many thanks Casey
May 27 2009
Hi, Thanks for the quick reply, where should I unzip the files into? the same directory as the DMC files? I have my DMC files in c:\dm850c\dm. Thanks Best Regards Casey
May 27 2009
Casey Wong wrote:Hi, Thanks for the quick reply, where should I unzip the files into? the same directory as the DMC files?
Yes.I have my DMC files in c:\dm850c\dm. Thanks Best Regards Casey
May 28 2009








Walter Bright <newshound1 digitalmars.com>