Greetings,

I recently installed the February 2003 platform SDK. I am
using VC 6.0 and when attempting to build a sample extension for ESRI's ArcView 8.x I get the following error message:

Code:
--------------------Configuration: DisplayExtension - Win32 Unicode Release MinDependency--------------------
Compiling...
DisplayExtension.cpp
C:\PROGRAM FILES\MICROSOFT SDK\INCLUDE\mshtml.h(57258) : error C2011: 'ISegment' : 'struct' type redefinition
DisplayOptionDialog.cpp
C:\PROGRAM FILES\MICROSOFT SDK\INCLUDE\mshtml.h(57258) : error C2011: 'ISegment' : 'struct' type redefinition
DisplayOptions.cpp
C:\PROGRAM FILES\MICROSOFT SDK\INCLUDE\mshtml.h(57258) : error C2011: 'ISegment' : 'struct' type redefinition
Generating Code...
Error executing cl.exe.

DisplayExtension.dll - 3 error(s), 0 warning(s)
Could this be an ordering issue in my include directories? Or is there some other area I should be looking at?

Cheers,
John