Discussion:
anything change in the project files after I create a new folder?
(too old to reply)
Jakein2006
2006-12-01 02:39:00 UTC
Permalink
I create a new folder in the fileview of vc6 workplace and move some files
into this folder, I want to know what has changed in the project files if I
compare the files before and after the changes?

I appreciate your help.
--
jake
Tom Serface
2006-12-01 04:43:30 UTC
Permalink
You could probably use WinDiff or something like Beyond Compare to do this
sort of thing. They are just text files.

Tom
Post by Jakein2006
I create a new folder in the fileview of vc6 workplace and move some files
into this folder, I want to know what has changed in the project files if
I
compare the files before and after the changes?
I appreciate your help.
--
jake
Jakein2006
2006-12-01 05:28:00 UTC
Permalink
Yes , I compare the two projects by windiff and beycompare, I find nothing
different after i create that foler and move the files.

So I want to know what has changed exactly?
--
jake
Post by Tom Serface
You could probably use WinDiff or something like Beyond Compare to do this
sort of thing. They are just text files.
Tom
Post by Jakein2006
I create a new folder in the fileview of vc6 workplace and move some files
into this folder, I want to know what has changed in the project files if
I
compare the files before and after the changes?
I appreciate your help.
--
jake
Tom Serface
2006-12-01 06:12:53 UTC
Permalink
Hmmm.

If you create some new folders (filters) you should see some new lines in
the .vcproj file that look like:

<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
...

showing up with a series of:

<File
RelativePath=".\ActivationDialog.cpp"
</File>

type statements included in the element.

Are you sure you are comparing the right files? Or, maybe I am
misunderstanding the question.

Tom
Post by Jakein2006
Yes , I compare the two projects by windiff and beycompare, I find nothing
different after i create that foler and move the files.
So I want to know what has changed exactly?
--
jake
Post by Tom Serface
You could probably use WinDiff or something like Beyond Compare to do this
sort of thing. They are just text files.
Tom
Post by Jakein2006
I create a new folder in the fileview of vc6 workplace and move some files
into this folder, I want to know what has changed in the project files if
I
compare the files before and after the changes?
I appreciate your help.
--
jake
Continue reading on narkive:
Loading...