Opened 10 years ago

Closed 9 years ago

#5513 closed defect (wontfix)

GDALDefaultCSVFilename needs to be exported to the DLL

Reported by: hobu Owned by: warmerdam
Priority: low Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

libLAS uses the gt_srs_wkt.cpp code (mostly) unedited due to the fact that these things aren't generally exported through the GDAL dll. One thing that needs to be tweaked is GDALDefaultCSVFilename should maybe be exported to the DLL.

   Creating library ..\bin\Debug\liblas.lib and object ..\bin\Debug\liblas.exp
gt_wkt_srs.cpp.obj : error LNK2019: unresolved external symbol GDALDefaultCSVFil
ename referenced in function LibgeotiffOneTimeInit
..\bin\Debug\liblas.dll : fatal error LNK1120: 1 unresolved externals

Change History (1)

comment:1 by Even Rouault, 9 years ago

Resolution: wontfix
Status: newclosed

Not sure if this is still valid. Anyway hobu can make that trivial change if needed. Closing.

Note: See TracTickets for help on using tickets.