VC 6.0 always rebuild 
Author Message
 VC 6.0 always rebuild

Hi,
Some of my project always want to rebuild completely, although they have
exactly the same project settings, which I uses in projects, where the
incremental build process works correctly. I really don't know what's the
matter for the this problem, perhapse I have to download a new service pack
or something like this...

I would be very happy if anyone could help me, because I'm really getting
confuses with this bug!

Thanks in advance
                        Sebastian Faust



Tue, 13 Nov 2001 03:00:00 GMT  
 VC 6.0 always rebuild
Do the help files rebuild?
I have had problems when their is a problem with a help file it will cause a
rebuild and if the help file. To check this view the output from the help
compiler and check for error.

If this is the case two solutions are;
1) Remove the ****.hpj file from your projects files. (Tempurary fix).
2) Run the help compiler and determine the error. I often have a problem
when I change systems where VC is installed in different drives and the
second last line
#include <F:\Program Files\Microsoft Visual
Studio\VC98\MFC\include\afxhelp.hm> causes problems.

--
John McTainsh (Kiwi)
__________________________________________
If you have a comment regarding my answer , please mail

Dont for get to remove (REMOVE THIS).

Quote:

>Hi,
>Some of my project always want to rebuild completely, although they have
>exactly the same project settings, which I uses in projects, where the
>incremental build process works correctly. I really don't know what's the
>matter for the this problem, perhapse I have to download a new service pack
>or something like this...

>I would be very happy if anyone could help me, because I'm really getting
>confuses with this bug!

>Thanks in advance
>                        Sebastian Faust



Tue, 13 Nov 2001 03:00:00 GMT  
 VC 6.0 always rebuild
I have had this problem when the dates on on or more files is later than the
current system time.


Tue, 13 Nov 2001 03:00:00 GMT  
 VC 6.0 always rebuild
No, the help file do not rebuild. I have not
insert any help files in my project.
Also I have to mention that this error only
occurs sometimes. Yesterday after I have posted
this message to the newsgroups, I have
experimented with VC. Suddenly everything works
pretty fine, but when I then rebuild everything,
VC now only wants to recompile the "mainfrm.cpp"
file not the complete project anymore.
Furthermore now on my other system the same error
occurs.

I'm really very confused with this version of VC
6.0.
For any suggestion on solving this problem I
would be very thankful.

With best regards
            Sebastian



Quote:

> Do the help files rebuild?
> I have had problems when their is a problem

with a help file it will cause a
Quote:
> rebuild and if the help file. To check this

view the output from the help
Quote:
> compiler and check for error.

> If this is the case two solutions are;
> 1) Remove the ****.hpj file from your projects

files. (Tempurary fix).
Quote:
> 2) Run the help compiler and determine the

error. I often have a problem
Quote:
> when I change systems where VC is installed in

different drives and the
Quote:
> second last line
> #include <F:\Program Files\Microsoft Visual
> Studio\VC98\MFC\include\afxhelp.hm> causes
problems.

> --
> John McTainsh (Kiwi)
> __________________________________________
> If you have a comment regarding my answer ,
please mail

printrak.com
> Dont for get to remove (REMOVE THIS).




Quote:

> >Hi,
> >Some of my project always want to rebuild

completely, although they have
Quote:
> >exactly the same project settings, which I

uses in projects, where the
Quote:
> >incremental build process works correctly. I

really don't know what's the
Quote:
> >matter for the this problem, perhapse I have

to download a new service pack
Quote:
> >or something like this...

> >I would be very happy if anyone could help me,

because I'm really getting

Quote:
> >confuses with this bug!

> >Thanks in advance
> >                        Sebastian Faust

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.


Tue, 13 Nov 2001 03:00:00 GMT  
 VC 6.0 always rebuild
Check the dates of your source and object files.  If they're in the future,
then they'll always be out of date and will be rebuilt.  You may need to
'touch' the files to restore them to the current time and date.

Steve Dunn


Quote:

> Hi,
> Some of my project always want to rebuild completely, although they have
> exactly the same project settings, which I uses in projects, where the
> incremental build process works correctly. I really don't know what's the
> matter for the this problem, perhapse I have to download a new service
pack
> or something like this...

> I would be very happy if anyone could help me, because I'm really getting
> confuses with this bug!

> Thanks in advance
>                         Sebastian Faust



Sat, 17 Nov 2001 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. VC 6.0 always rebuild

2. VC 6.0 always rebuild

3. VS 6.0 always rebuild

4. VS 6.0 always rebuild

5. VS 6.0 always rebuild

6. VC7 project always out-of-date, always rebuilds all

7. VC 6.0 help system always preparing index...

8. Rebuild, Rebuild, Rebuild

9. VC7 - why is the DLL always rebuild

10. IDL File always rebuilt

11. Project always rebuilt

12. VC7 always does rebuild all

 

 
Powered by phpBB® Forum Software