On Wed, 07 Jul 2004 16:43:48 -0700 Vadim Zeitlin <[EMAIL PROTECTED]> wrote:

> Added Files:
>       dspam.vcproj 

> --- NEW FILE ---
> <?xml version="1.0" encoding="Windows-1252"?>
> <VisualStudioProject
>       ProjectType="Visual C++"
>       Version="7.10"
>       Name="dspam"
>       ProjectGUID="{62156246-DCEA-4713-95E0-C01F595F1A20}"

Hi Vadim,

It seems that when you needed to create the dspam.vcproj file, you
copied the imap.vcproj file, then edited the new file to suit your
needs. Unfortunately, things can not be so simple...

Each project is identified thanks to a GUID that is seemingly
generated by Visual Studio when the project is created. If two
projects have the same GUID, one of the problem that arise is that
Visual Studio can not define dependencies correctly: one of the two
projects that have the same GUID will never be correctly set as a
dependency of the main project.

So you have to generate a new GUID. You can either change one digit in
the one that's already there (I changed the last 0 with a 1 in
dspam.vcproj), or you can create a new project and use its GUID).

Hope this helps.

-- 
Xavier Nodet
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." - Benjamin Franklin, 1759.

Attachment: pgpZKGLiALJSF.pgp
Description: PGP signature

Reply via email to