Ticket #852 (closed defect: fixed)
"string" member of labelCacheMemberObj conflict with C#
| Reported by: | sgillies@… | Owned by: | sdlime |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | MapServer C Library | Version: | 4.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
"string" is a C# keyword and anyone who tries to make a C# mapscript module using SWIG immediately runs into a conflict. The mapscript.i file was filled with such conflicts, and they exist in the core mapserver structures as well. At any rate, "string" is a bad name for a variable and the code benefits from a renaming.
Change History
Note: See
TracTickets for help on using
tickets.
