I have VS6 & VS2003 & vs2005 installed on my desktop which is an w2k3x64 OS.
In VS2005 I have configured the paths for includes & libs to be the SDK under
Program Files. When I compile and link it is using Program Files (x86). This
is causing me an issue with trying to compile x64 appl using winHttp API's. I
get a could not resolve link messages. When I look at my environment
variables there is a INCLUDE & LIB paths to the x86 SDK which I have no idea
where it is getting those values. I removed them from the SYSTEM & USER
environment defines in the SYSTEM\ADVANCED tab. I also started a CMD and
removed them from the list and started the studio from the CMD space but when
I compile with verbose set I still see the wrong search paths being used.
What do I need to do to fix the VS2005 studio to use the paths defined in the
IDE ?

Signature
Timothy Jewett
Jewettware@online.nospam
Timothy Jewett - 13 Sep 2007 19:38 GMT
I found it. I realized the paths are by build options. When I selected the
x64 and entered the paths needed all was well. Sorry for the space used in
this question.

Signature
Timothy Jewett
Jewettware@online.nospam
> I have VS6 & VS2003 & vs2005 installed on my desktop which is an w2k3x64 OS.
> In VS2005 I have configured the paths for includes & libs to be the SDK under
[quoted text clipped - 8 lines]
> What do I need to do to fix the VS2005 studio to use the paths defined in the
> IDE ?