Re: compile only one module file



Mike wrote:
| Hi
|
| I use CVF6.6C.
| I'd like to compile only one module file.
| Could I ask how to do it?
| Thank you in advance.

If you have one source file with several modules within -- you can't.
A source file is the smallest compilable unit. Besides, having several
modules within one file is usually a Bad Idea (with few due exceptions).

You can compile only one file (the one active in the editor or selected
in FileView) by hitting Ctrl+F7 (Debug/Compile) or right-click, then
select "Compile".

If you refer to solving the circular dependency problem before, see my
reply in that thread.

--
Jugoslav
___________
www.xeffort.com

Please reply to the newsgroup.
You can find my real e-mail on my home page above.
.



Relevant Pages

  • Re: Looking for a free basic compiler for DOS
    ... mother of an ide file - and created separate source files for each SUB ... big to compile in one bc step. ... the source for all the SUBS in the same source file. ...
    (comp.lang.basic.misc)
  • Re: disabling parse error in gcc
    ... typedef struct MYSTRUCT{ ... it will compile correctly. ... A header file shall permit multiple inclusion of itself. ... so that a source file containing only TWO #includes of it will compile, ...
    (comp.unix.programmer)
  • Re: A funny yet crazy extreme test on Delphi 7 compiler
    ... The RAM is 1G. ... A project with a major source file names TestCase.pas. ... Delphi can compile crazy functions with 999 parameters. ...
    (borland.public.delphi.non-technical)
  • Re: Summary: translation units, preprocessing, compiling and linking?
    ... > proper, assembly and linking, always in that order. ... that specifies that a file have a particular extension, ... you can call your main source file ... something a source file is if you instruct your compiler to compile it. ...
    (comp.lang.cpp)
  • Re: automatically remove unused #includes from C source?
    ... compile error, then the tool cannot assume that file1.h is a -necessary- ... I don't mechanically automate the code change and test process. ... by source file) and check to see whether ... Once you get beyond standard C into POSIX or system dependancies, ...
    (comp.lang.c)