Opened 11 years ago
Closed 11 years ago
#681 closed defect (fixed)
DLL_EXPORT in inlines.cpp
| Reported by: | akhliustov | Owned by: | mloskot |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Core | Version: | main |
| Severity: | Significant | Keywords: | windows, dll |
| Cc: |
Description
http://trac.osgeo.org/geos/browser/trunk/src/inlines.cpp#L31
The define used to build a DLL is GEOS_DLL_EXPORT, and it should be used in the above line.
Change History (3)
comment:1 by , 11 years ago
| Owner: | changed from to |
|---|
comment:2 by , 11 years ago
| Component: | Default → Core |
|---|---|
| Keywords: | windows dll added |
| Severity: | Unassigned → Significant |
| Status: | new → assigned |
| Version: | → svn-trunk |
comment:3 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in trunk r3971. Thanks.