<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi, </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am&nbsp;developing an application that could read 
ArcInfo binary grid using MS VC++ 6.0. I got some errors like:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>aigccitt.obj : error LNK2001: unresolved external 
symbol _CPLError<BR>aigopen.obj : error LNK2001: unresolved external symbol 
_CPLError<BR>gridlib.obj : error LNK2001: unresolved external symbol 
_CPLError<BR>aigopen.obj : error LNK2001: unresolved external symbol 
_VSIFClose<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>But when I added the "gdal_i.lib" as 
Objects/library modules in the Project Setting, I was prompted to have the file 
"gdal11.dll" to build my program. So, I am wondering if there is a way to 
use&nbsp;that part of the GDAL library without binding my program with 
"gdal11.dll".</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>Thanks,</FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>Hao</FONT></DIV></FONT></BODY></HTML>