c++.dos.16-bits - Not picking up #defines from dos.h
-
Don Messerli
(7/7)
Jun 26 2003
When I include
in a source file and compile with the -mld switch... - Walter (6/11) Jun 26 2003 I get
- Don Messerli (1/12) Jun 26 2003
- Don Messerli (1/12) Jun 26 2003
When I include <dos.h> in a source file and compile with the -mld switch, I get errors for common defines like MK_FP and struct dosdate_t. I see that their in the include file. I expect their not being defined because of one of the conditionals in the header file. Is there something I need to define before including dos.h? Thanks, Don
Jun 26 2003
"Don Messerli" <Don_member pathlink.com> wrote in message news:bdf46k$1tmm$1 digitaldaemon.com...When I include <dos.h> in a source file and compile with the -mld switch,I geterrors for common defines like MK_FP and struct dosdate_t. I see thattheir inthe include file. I expect their not being defined because of one of the conditionals in the header file. Is there something I need to definebeforeincluding dos.h?It works when I try it. What's the exact command line you use?
Jun 26 2003
In article <bdf6mp$20c7$1 digitaldaemon.com>, Walter says..."Don Messerli" <Don_member pathlink.com> wrote in message news:bdf46k$1tmm$1 digitaldaemon.com...When I include <dos.h> in a source file and compile with the -mld switch,I geterrors for common defines like MK_FP and struct dosdate_t. I see thattheir inthe include file. I expect their not being defined because of one of the conditionals in the header file. Is there something I need to definebeforeincluding dos.h?It works when I try it. What's the exact command line you use?
Jun 26 2003
In article <bdf6mp$20c7$1 digitaldaemon.com>, Walter says..."Don Messerli" <Don_member pathlink.com> wrote in message news:bdf46k$1tmm$1 digitaldaemon.com...When I include <dos.h> in a source file and compile with the -mld switch,I geterrors for common defines like MK_FP and struct dosdate_t. I see thattheir inthe include file. I expect their not being defined because of one of the conditionals in the header file. Is there something I need to definebeforeincluding dos.h?It works when I try it. What's the exact command line you use?
Jun 26 2003