MapServer / MapServer-import

3 stars 2 forks source link

Unable to compile C# interface generated from owsrequest.i #1677

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: szekerest Date: 2006/02/21 - 14:00

C# interface generated with swig-1.3.28 is uncompilable since the intermediate
mapscriptPINVOKE class does not contain method for the destructor.

To fix this issue line 34 in owsrequest.i should be changed to:

#if defined(SWIGJAVA) || defined(SWIGCSHARP)

Tamas
tbonfort commented 12 years ago

Author: sgillies@frii.com Date: 2006/02/23 - 22:11

Committed to CVS HEAD (r1.7) and 4.8 branch (r1.6.4.1). Thanks for the patch!