MapServer / MapServer-import

3 stars 2 forks source link

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

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: ykchoo@geozervice.com Date: 2004/09/05 - 06:00

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.
tbonfort commented 12 years ago

Author: sgillies@frii.com Date: 2004/09/08 - 05:21

YK, I'll pick this one up.
tbonfort commented 12 years ago

Author: sgillies@frii.com Date: 2004/09/08 - 16:40

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