Re: problem with pointer and module

From: Jugoslav Dujic (jdujicREMOVE_at_uns.ns.ac.yu)
Date: 10/15/03


Date: Wed, 15 Oct 2003 09:23:11 +0200

Richard Maine wrote:
|
| Compilation of a module generally produces 2 files. One file usually
| has a .mod prefix and is used in subsequent compilation steps. You
| might loosely think of it as an automatically generated .h file and
| the USE statement as including it. This isn't exactly right, as the
| .mod file won't be in source code form like a .h file would be, but it
| still isn't a bad analogy.

Many C/C++ compilers support the feature of "precompiled headers"
(.pch in MSVC++ incarnation), which speeds up the compilation,
especially with large .h files. I think this is a pretty good
analogy.

-- 
 Jugoslav
___________
www.geocities.com/jdujic


Relevant Pages

  • Re: Building solution from the command line
    ... The solution gets built. ... Without the /out options I don't see compilation ... Is there a way to eliminate this prefix? ...
    (microsoft.public.vsnet.ide)
  • Re: [PATCH 02/21] ftrace.c: Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
    ... For other entries in say kernel/power, ... Allows some messages to not have a prefix at all ... Prefixes can vary inside a specific compilation unit ... for instance: acpi/apic typos were found/fixed ...
    (Linux-Kernel)
  • Re: Use of ; in Forth Compiler
    ... introduce a lookahead function. ... I'm not interested in advocating it: the important difference between these dialects and other Forth dialects is compilation, ... The only way I can see to make variables: (or any Forth-like parsing prefix word) work is for it to be an IMMEDIATE word - which means, in many cases, that it cannot sensibly be used within a definition unless it is POSTPONED so that the parsing happens at run time. ...
    (comp.lang.forth)
  • Re: Run the Same Macro on Multiple Files
    ... which is all it needs for compilation. ... In JavaScript a "$" prefix is ... using the prefix to indicate data type). ... are the more serious issue (I've never had problems debugging type ...
    (microsoft.public.word.vba.general)
  • glut compiling problem
    ... I am trying to generate a glut window, however, I got some compilation ... it reports that: ... (many variables with X prefix in libglut.a) ...
    (comp.sys.hp.hpux)