<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">Hi,<br>
&nbsp;<br>
I work on DGN v8 compatibility with GDAL.<br>
I'have got some difficults to compile GDAL with Visual Studio .Net
2005. I got all files on the vterrain's webpage
(<a class="moz-txt-link-freetext" href="http://vterrain.org/Distrib/gdal.html">http://vterrain.org/Distrib/gdal.html</a>) and i follow the steps. I have
got some linkage errors (35) on xercesc like this:<br>
&nbsp;<br>
Error 1 error LNK2019: unresolved external symbol
"__declspec(dllimport) public: __thiscall
xercesc_2_3::DefaultHandler::DefaultHandler(void)"
(__imp_??0DefaultHandler@xercesc_2_3@@QAE@XZ) referenced in function
"public: __thiscall GMLHandler::GMLHandler(class GMLReader *)"
(??0GMLHandler@@QAE@PAVGMLReader@@@Z) gmlhandler.obj <br>
&nbsp;<br>
Error 2 error LNK2001: unresolved external symbol "public: virtual
class xercesc_2_3::InputSource * __thiscall
xercesc_2_3::DefaultHandler::resolveEntity(unsigned short const *
const,unsigned short const * const)"
(?resolveEntity@DefaultHandler@xercesc_2_3@@UAEPAVInputSource@2@QBG0@Z)
gmlhandler.obj <br>
Error 3 error LNK2001: unresolved external symbol "public: virtual void
__thiscall xercesc_2_3::DefaultHandler::resetDocument(void)"
(?resetDocument@DefaultHandler@xercesc_2_3@@UAEXXZ) gmlhandler.obj <br>
...<br>
&nbsp;<br>
Error 34 error LNK2019: unresolved external symbol "public: void
__thiscall GMLReader::SetFeatureProperty(char const *,char const *)"
(?SetFeatureProperty@GMLReader@@QAEXPBD0@Z) referenced in function
"public: virtual void __thiscall GMLHandler::endElement(unsigned short
const * const,unsigned short const * const,unsigned short const *
const)" (?endElement@GMLHandler@@UAEXQBG00@Z) gmlhandler.obj <br>
Error 35 fatal error LNK1120: 34 unresolved externals
Debug_DLL/gdal13d-vc8.dll <br>
<br>
Is it possible to compile GDAL with Visual Studio .Net2005? Could you
give some details about your Visual Studio .Net2005 developpement
environement?<br>
&nbsp;<br>
Best concerns,<br>
&nbsp;<br>
Skouna Vongphouthone<br>
D&eacute;veloppeur<br>
G&eacute;n&eacute;rale d'Infographie<br>
&nbsp;<br>
</font>
</body>
</html>