Opened 21 years ago

Last modified 21 years ago

#378 closed defect (fixed)

class OGREnvelope should be defined with CPL_DLL

Reported by: sf@… Owned by: warmerdam
Priority: high Milestone:
Component: OGR_SF Version: unspecified
Severity: normal Keywords:
Cc:

Description

ogr/ogr_core.h:
class OGREnvelope

should be defined as

class CPL_DLL OGREnvelope

Although it is an inlined class Microsoft's compilers (VC6, VC7) complain
about OGREnvelope to be used by clients of the DLL, as it is not exported.

Change History (1)

comment:1 by warmerdam, 21 years ago

I have added the CPL_DLL attribute to the OGREnvelope class in CVS.

Thanks,

Note: See TracTickets for help on using tickets.