Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#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 (5)

comment:1 by sgillies@…, 20 years ago

blocked: 847

comment:2 by sdlime, 20 years ago

Can you make the switch to text or something along those lines? I doubt anyone 
will notice...

Steve

comment:3 by sgillies@…, 20 years ago

Status: newassigned
OK.

comment:4 by sgillies@…, 20 years ago

Resolution: fixed
Status: assignedclosed
Done.  Will reopen if I've missed anything.

comment:5 by sdlime, 20 years ago

Great, thanks!

Steve
Note: See TracTickets for help on using tickets.