Opened 14 years ago

Closed 14 years ago

#3601 closed defect (fixed)

C# binding string constants are wrong

Reported by: helgemor Owned by: tamas
Priority: normal Milestone: 1.7.3
Component: CSharpBindings Version: unspecified
Severity: normal Keywords:
Cc:

Description

Several of the GDALConst string constants in CSharp are wrong. Example: GdalConst.DCAP_CREATE = "GDAL_DCAP_CREATE". Should be "DCAP_CREATE" Several others have the same error.

Change History (1)

comment:1 by Even Rouault, 14 years ago

Milestone: 1.7.3
Resolution: fixed
Status: newclosed

Fixed in trunk (r20604) and in branches/1.7 (r20605). Looks like a bug/feature of swig in csharp binding generation...

Note: See TracTickets for help on using tickets.