Click to See Complete Forum and Search --> : Instalation quirk in WinXP Home Edtn


cdn_jaz
December 24th, 2003, 04:42 PM
I recently upgraded form Win98 to WinXP as well as a 2.5G AMD CPU and Asus A7V600 MB.
When I install and run VC++ 6.0 it seems to take forever to load my project and compile it (written under Win98 originaly).
Have HD partitioned but VC and projects are in the same partition.
If I run it in Win98 compatible mode it seems to work OK.
Strange thing is my lap top has WinXP home and Visual C++ runs without a hitch.(not in Win98 compatible mode).
Stumped.
Any ideas as to why it runs so slowly on the dersk top system??
PS Have RAID running..
Txs

cdn_jaz
December 24th, 2003, 05:16 PM
addendum..runiing in Win98 comp mode and I get..
[].dll cannot be found
reinstall.

Andreas Masur
December 25th, 2003, 06:01 AM
[Moved thread]

Mick
December 25th, 2003, 11:46 AM
try deleting your .ncb and .opt in your project directory...

cdn_jaz
December 25th, 2003, 05:11 PM
Originally posted by Mick
try deleting your .ncb and .opt in your project directory...

Tried that and it helped a bit.
Isolated the probelm and it seems to be really slow while it's
..Loading the Workspace.
(not that huge. Never noticed any delay in win98 or on the lap top running XP Home)

and when you click on a source file (takes a good 2 -3 sec to load and they are quit small. (same comments as above).

Maybe some XP setting I should look at (or VC setting??).

Txs

Mick
December 25th, 2003, 05:42 PM
got any anti virus code running? this really bogs down vc++ due to the hits on headers etc etc...

cdn_jaz
December 25th, 2003, 09:21 PM
Originally posted by Mick
got any anti virus code running? this really bogs down vc++ due to the hits on headers etc etc...

No . No AV software running.
tried cleaning and rebuilding..no effect.
Kinda stumoed. Strange.
Taking over 5 sec to load a small header file and that doesn't seem right.

Wierd.

Mick
December 25th, 2003, 10:12 PM
ok if your using mfc then kill the .clw also...

cdn_jaz
December 26th, 2003, 01:57 PM
Problem solved!!

This was a new clean installation done by some techie and I have no idea what settings he used or what was installed.

In desperation I did another clean install of WinXP and all is running just fine now.

Txs for your help .