Opened 13 years ago
Closed 13 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 , 13 years ago
Milestone: | → 1.7.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in trunk (r20604) and in branches/1.7 (r20605). Looks like a bug/feature of swig in csharp binding generation...