Obsolete Keywords

From: phinz_fan (phinzfan_at_discussions.microsoft.com)
Date: 08/11/04


Date: Wed, 11 Aug 2004 06:25:02 -0700

I am trying to compile old 16-bit C code in VC++2.0. I am running into errors
using the header file graph.h. This is a microsoft file that uses the
keywords '__far' and '__huge'. Is there a way to replace these keywords or
the entire header file itself for 32 -bit applications?



Relevant Pages

  • [PATCH] include/asm-i386/byteorder.h: ANSI mode fixes
    ... This header file uses `inline' where it should use `__inline__', ... keywords without the double underscores. ... Patch applies equally against latest 2.4.23and 2.6.0-test11 ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: managing header files
    ... hundred by commenting out some external declarations, ... complaints) but the complaints about redundant declarations and the complaints ... to simplify the problem I decided to just try to compile ... approach of, in effect, finding one header file that all the .c files ...
    (comp.lang.c.moderated)
  • Re: Converting .lib to .dll
    ... Adding the header file to the project does nothing. ... a DLL file. ... EXPORT_SETTING int VP_DoWhatever(int parameter1, int parameter2) ... And when you compile this, ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Parse errors
    ... Your code, shown in the previous message, will not compile with either ... NULL (which clearly indicates that it is a pointer). ... in it appropriate to a header file! ... you need prototypes for all of the functions defined in this ...
    (comp.os.linux.development.apps)
  • Re: reporting typedef errors automatically
    ... JTT> I guess it's meant to provoke the compiler to emit an error ... no it also shouldn't emit an error message for the C89 ... case since in order to compile it even in C99 mode you must ... automatically includes )- in that header file the ...
    (comp.lang.c)