Please help
I believe this is part of Platform SDK. You will need to install the
SDK. On my machine I can see this file in PlatformSDK\Include
directory. I can also this under SmartDevices\SDK... directory.
---
Ajay
Joseph M. Newcomer [MVP]
email: newc...@flounder.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
my project is in different directory
now what settings and from where to do
I don't have idea i am new to this environment
"Joseph M. Newcomer" <newc...@flounder.com> wrote in message
news:6qhuc2du92gcilcbu...@4ax.com...
In VC6, you can include this directory in directory tab under
Tools::Options dialog. You will need to include the library files as
well on the same tab.
---
Ajay
In VC6, select Tools | Options. Click on the Directories tab, and add
"C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include"
to the Include list. Also add "C:\Program Files\Microsoft Visual Studio
.NET 2003\Vc7\PlatformSDK\Lib" to the Library list.
-- David
Make sure you include the platform sdk folder ON TOP OF the one that comes
with Visual Studio in the folder list. So that if there are the same files
in the two folders, the top one (the newest one) will be used.
-- David