|
From: Yasoo on 5 Jul 2005 12:06 I've installed the SDK. Do I need to change the location of the includes, libraries, etc. in "Options" on the "Directories" tab? They currently point to the Visual Studio subdirectories and the new SDK has it's own directory.
From: David Lowndes on 5 Jul 2005 15:08 >I've installed the SDK. Do I need to change the location of the includes, >libraries, etc. in "Options" on the "Directories" tab? They currently point >to the Visual Studio subdirectories and the new SDK has it's own directory. You probably want to ensure that the new PSDK directories are searched before the older VC6 directories. Dave -- MVP VC++ FAQ: http://www.mvps.org/vcfaq
From: Joseph M. Newcomer on 5 Jul 2005 15:45 Yes, you need to put the new platform SDK ahead of the standard include directories. joe On Tue, 5 Jul 2005 09:06:04 -0700, "Yasoo" <Yasoo(a)discussions.microsoft.com> wrote: >I've installed the SDK. Do I need to change the location of the includes, >libraries, etc. in "Options" on the "Directories" tab? They currently point >to the Visual Studio subdirectories and the new SDK has it's own directory. Joseph M. Newcomer [MVP] email: newcomer(a)flounder.com Web: http://www.flounder.com MVP Tips: http://www.flounder.com/mvp_tips.htm
From: Yasoo on 5 Jul 2005 16:22 Thanks guys. Although, I just read that it won't work: http://msdn.microsoft.com/library/default.asp?url=/library/EN-US/sdkintro/sdkintro/installing_the_platform_sdk_with_visual_studio.asp "Joseph M. Newcomer" wrote: > Yes, you need to put the new platform SDK ahead of the standard include directories. > joe > > On Tue, 5 Jul 2005 09:06:04 -0700, "Yasoo" <Yasoo(a)discussions.microsoft.com> wrote: > > >I've installed the SDK. Do I need to change the location of the includes, > >libraries, etc. in "Options" on the "Directories" tab? They currently point > >to the Visual Studio subdirectories and the new SDK has it's own directory. > > Joseph M. Newcomer [MVP] > email: newcomer(a)flounder.com > Web: http://www.flounder.com > MVP Tips: http://www.flounder.com/mvp_tips.htm >
From: Joe Butler on 5 Jul 2005 18:25
Presumably that link is refering to the latest SDK. I've just ordered an older version - the Feburary 2003 Edition Windows SDK ("the last version that works with VC 6"). You need to get it on CD (or I think MSDN subscription if you get that). "Yasoo" <Yasoo(a)discussions.microsoft.com> wrote in message news:E8C08F5E-8973-438F-8ED1-B1EA00996F08(a)microsoft.com... > Thanks guys. Although, I just read that it won't work: > > http://msdn.microsoft.com/library/default.asp?url=/library/EN-US/sdkintro/sd kintro/installing_the_platform_sdk_with_visual_studio.asp > > "Joseph M. Newcomer" wrote: > > > Yes, you need to put the new platform SDK ahead of the standard include directories. > > joe > > > > On Tue, 5 Jul 2005 09:06:04 -0700, "Yasoo" <Yasoo(a)discussions.microsoft.com> wrote: > > > > >I've installed the SDK. Do I need to change the location of the includes, > > >libraries, etc. in "Options" on the "Directories" tab? They currently point > > >to the Visual Studio subdirectories and the new SDK has it's own directory. > > > > Joseph M. Newcomer [MVP] > > email: newcomer(a)flounder.com > > Web: http://www.flounder.com > > MVP Tips: http://www.flounder.com/mvp_tips.htm > > |