<!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">
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
<font face="Arial"><font color="navy">Hi</font><br>
<br>
<span style="font-size: 10pt; color: navy; font-family: Arial;"><font
 size="3"></font></span><span
 style="font-size: 10pt; color: navy; font-family: Arial;"><font
 size="3">Yes, I replace original OGR DLL/Lib in MapServer with the DLL
I build in VC++.<br>
But I don't modify other setting in MAPSERVER, I don't rebuild MAPSERVER<br>
<br>
I see, witth spys in my sou<font color="navy">rce code, that MAPSERVER
open DGNv8 file, </font></font></span></font><font color="navy"
 face="Arial"><span
 style="font-size: 10pt; color: navy; font-family: Arial;"><font
 size="3">MAPSERVER can read unit of resoution, geometry of file (2d/3d</font></span>).<br>
But geographics elements are not display in MAPSERVER interface, I have
just a message about "CGI error".<br>
<br>
I don't know that it means<br>
</font><font face="Arial"><span
 style="font-size: 10pt; color: navy; font-family: Arial;"><font
 size="3"><br>
Jean-Daniel</font></span></font><font color="#000000" face="Arial"><span
 style="font-size: 10pt; color: navy; font-family: Arial;"><font
 size="3"><br>
</font></span></font>
<br>
<pre wrap=""><div class="moz-txt-sig"><div class="moz-txt-sig"><font
 color="#000000">Jean-Daniel Gonon wrote:</font>
</div></div></pre>
<blockquote type="cite">
  <pre wrap=""><span class="moz-txt-citetags">&gt; </span>
<span class="moz-txt-citetags">&gt; </span>Hi
<span class="moz-txt-citetags">&gt; </span>
<span class="moz-txt-citetags">&gt; </span>I compile GDAL/OGR_1.3.2 under Visual C++ 2005 and I integrate 
<span class="moz-txt-citetags">&gt; </span>DGNdirect09964 in GDAL/OGR_1.3.2.
<span class="moz-txt-citetags">&gt; </span>
<span class="moz-txt-citetags">&gt; </span>Now, with "ogrinfo fileV8.dgn -al" command, I can read attributs of 
<span class="moz-txt-citetags">&gt; </span>line, text and shape elements.
<span class="moz-txt-citetags">&gt; </span>
<span class="moz-txt-citetags">&gt; </span>But when I replace "gdal.lib" in MAPSERVER with the new file version,
<span class="moz-txt-citetags">&gt; </span> MAPSERVER fail to open and read DGNv8 file. MAPSERVER still open and
<span class="moz-txt-citetags">&gt; </span>read successful DGNv7 file.
<span class="moz-txt-citetags">&gt; </span>
<span class="moz-txt-citetags">&gt; </span>What is the problem ?
  </pre>
</blockquote>
<pre wrap=""><!---->gdal.lib is a static library, but I suppose you are going to replace the
original GDAL DLL from MapServer with the new one you built on your own.

Or do you mean you use gdal.lib to rebuild MapServer?

Cheers</pre>
</body>
</html>