<!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>
<br>
I have a new question about compilation of GDAL/OGR-132 with
DGNDirect09964 :<br>
<br>
When I compile in debug mode, I have much warnings like this :<br>
"dgntkMD8d.lib(CFontMgr.obj) : warning LNK4204:
'd:\DGN_V8\GDAL-OGR\gdal132_vc8\VisualStudio8\gdal\Debug_DLL\vc80.pdb'
is missing debugging information for referencing module; linking object
as if no debug info"<br>
<br>
In debug mode, I use debug DLL (libpng13d-vc8.lib libjpegd.lib
zlib1d-vc8.lib xerces-c_2D.lib dgntkMD8d.lib olessMD8d.lib
zlibMD8d.lib) and parameter "C/C++ =&gt; Code generation =&gt; Runtime
Library" is "Multi-threaded Debug DLL (/MDd)" (see gdal_debug.vcproj
project file in attached file).<br>
<br>
<br>
Also, when I compile in release mode, i have errors like this :<br>
"tif_aux.obj : error LNK2001: unresolved external symbol __RTC_Shutdown"<br>
<br>
In release mode, I use release DLL (libpng13-vc8.lib libjpeg.lib
zlib1-vc8.lib
xerces-c_2.lib dgntkMD8.lib olessMD8.lib zlibMD8.lib) and parameter
"C/C++ =&gt; Code generation =&gt; Runtime Library" at "Multi-threaded
DLL (/MD)" (see gdal_release.vcproj project file in attached file).<br>
<br>
I don't know what I must to do to correct these problems...<br>
<br>
I don't know if my question is comprehensible, but I need your help...
Thanck you in advance.<br>
Jean-Daniel<br>
<br>
</font>
</body>
</html>