[Gdal-dev] 2 problems on GDAL/OGR-1.3.2
Jean-Daniel GONON
jdgonon at gi-lemans.com
Tue Nov 14 10:27:07 EST 2006
Hi,
nobody has ideas or solutions for my problems in these 2 mails ?
1° > I had some problems with compilation of GDAL/OGR : problems are
compatibility between
> "gdal13d.dll" (generated by GDAL/OGR) and ogrinfo.exe because none format
> (dgn, ...) is recognized.
>
> So I start a new compilation with GDAL/OGR 1.3.2, compiled in command
> lines without errors.
>
> I had to add " xerces-c_2_3_0-win32 " in gdal-1.3.2\frmts\folder.
>
> Now I have 90 errors in Visual C++ : " gdal error LNK2019: symbole externe
> non résolu _ObjectName
> référencé dans la fonction _ObjectFunction "
>
> My configuration : gdal1.3.2 under MS Visual C++ 2003 (version 7).
>
> I don't know what I can do ?
2° > Which are the operations to add new OGR format in GDAL/OGR (under
windows XP) ?
> It's an evolution of DGN format to version 8.
>
> I already start by making a copy of the gdal/ogr/ogrsf_frmts/old_format
> directory as gdal/ogr/ogrsf_frmts/new_format, and modify (filenames and
> functions names) accordingly.
>
> After I add the new registration entry point at the bottom of
> gdal/ogr/ogrsf_frmts/ogrsf_frmts.h, and call it from
> gda/ogr/ogrsf_frmts/generic/ogrregisterall.cpp.
>
> But the new format isn't detected by ogrinfo.exe when I want to open a DGN
> version 8 file.
>
> What I must then declare or modify ?
thank you in advance
Jean-Daniel
More information about the Gdal-dev
mailing list