Opened 20 years ago

Closed 20 years ago

#851 closed defect (fixed)

Missing export declaration for hex2int() and msGMLWriteQuery()?

Reported by: ykchoo@… Owned by: sgillies@…
Priority: high Milestone:
Component: MapServer C Library Version: 4.2
Severity: normal Keywords:
Cc:

Description

I'm not sure why the MS_DLL_EXPORT is missing for hex2int() in map.h and 
msGMLWriteQuery() in mapows.h. Both these functions are used in generated by 
the SWIG file, mapscript_wrap.c; however, they are not exported. It'll be nice 
if they are declared as MS_DLL_EXPORT so that we can create a separate SWIG 
shared library (DLL) for each of the support SWIG language. Currently we've to 
rebuild modify the existing makefile to add the new wrapper file and rebuild 
the mapserver library.

Change History (2)

comment:1 by sgillies@…, 20 years ago

Owner: changed from sdlime to sgillies@…
YK, I'll pick this one up.

comment:2 by sgillies@…, 20 years ago

Resolution: fixed
Status: newclosed
OK, added declarations for hex2int and msGMLWriteQuery and have checked
them into the CVS branch-4-2 and HEAD.  Am calling this one fixed.


Note: See TracTickets for help on using tickets.