Re: Urgent urgent help..

Tech-Archive recommends: Fix windows errors by optimizing your registry



You only changed one line...

You have added some massive grid package a couple days before release?

I have delved further. I removed all reference to the ultimategrid
(UG)... still same problem.

Then I re-started a new project. Added in all code (except for
UG .cpp's and .h's). Compiled. It runs fine.

Now I add the UG .cpp's and .h's and the software does not run.

My question is this (i don't understand the compilation / execution
process): How does adding files to a project affect the executable, if
the code in those files is not executed at run-time?

Could it be some #define statement or something that is screwing stuff
up?

Why can I add those files to a similar project and it runs fine? Is
there some conflict going on somewhere?
.



Relevant Pages

  • Re: huge array
    ... or do you know a CPU which can handle something like "FOR I = 1 TO ... The dot net JIT compilers *do* interpret pseudo code (or whatever ... parsing and execution are two separate steps. ... compilation happens in two phases ...
    (microsoft.public.vb.general.discussion)
  • Re: huge array
    ... or do you know a CPU which can handle something like "FOR I = 1 TO ... There is a huge difference between interpeted code and native code. ... parsing and execution are two separate steps. ... compilation happens in two phases ...
    (microsoft.public.vb.general.discussion)
  • Re: cxx performance
    ... > Yes, the real performance lies in execution, but when executing the TDD ... > grand total of much lost productivity over a day. ... I assume that you are being sarcastic about comparing ... > me - I was looking for ways to speed up the compilation in the current ...
    (comp.os.vms)
  • Re: huge array
    ... It alwasy has been run as native code. ... |> transformed from plain VB code or from any other language, ... parsing and execution are two separate steps. ... | stage of compilation - which is the generation of IL (a binary, ...
    (microsoft.public.vb.general.discussion)
  • Re: COBOLs Influence on C
    ... The target of a Cobol CALL can be in the same source or it can be external. ... learn of missing external names either at link or execution time. ... On Unix, you can check for missing externals by running "ldd -r ', both after ... compilation and before execution. ...
    (comp.lang.cobol)