vc 6.0 使用gdal有关问题

vc 6.0 使用gdal问题#include string#include ..\inc\gdal\ogrsf_frmts.h编译时会出现src-5-9\inc\gda

vc 6.0 使用gdal问题
#include <string>

#include "..\inc\gdal\ogrsf_frmts.h"

编译时会出现
src-5-9\inc\gdal\cpl_string.h(158) : error C2874: using-declaration causes a multiple declaration of 'string'
  d:\program files\microsoft visual studio\vc98\include\xstring(612) : see declaration of 'string'

[解决办法]
错误类型是:重复定义了string。看看哪里重复了。