<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><BASE href="file://D:\Outlook Express\">
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<STYLE></STYLE>
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY lang=FR background="">
<DIV class=Section1>
<P>Hi<BR><BR>I compile OGR/GDAL-1.3.2 with DGN v8 format using DGNDirect
librairies.<BR>I use Visual C++ 2003 for source code, but I use commands lines
for compiling my DLL.<BR><BR>I included "dgntk.h" in my hearder file without
errors.<BR>I declared DGNDirect librairies (zlibMD8.lib, dgntkMD8.lib,
olessMD8.lib) in "nmake.opt" (in attachement file).<BR><BR>According to the
DGNDirect librairies included (MD/MT/ST/v7/v8), I have various types of errors
:</P>
<P>either "<I>fatal error LNK1262: l'édition de liens a échoué à cause de
l'incompatibilité des versions de 'C:\Program Files\Microsoft Visual Studio .NET
2003\VC7\BIN\c2.dll' et de LINK.EXE</I>", or "<I>error LNK2019: symbole externe
non résolu "public: static class dgn::IDgnFile * __cdecl
dgn::IDgnFile::Load(char *)" (?Load@IDgnFile@dgn@@SAPAV12@PAD@Z) référencé dans
la fonction _DGNOpen_V8</I>".<BR>The error on compilation is always on the call
of the function "<I>static IDgnFile* Load(char* pFileName)</I>" in "IDgnFile"
class (in "IDgnFile.h" file).<BR><BR>I think I have included bad librairies
DGNDirect<BR><BR>What can I do ?<BR><BR>Thank you in
advance<BR>JD</P></DIV></BODY></HTML>