Development Specs: Difference between revisions
Jump to navigation
Jump to search
(still a stub - added formatting example) |
|||
Line 4: | Line 4: | ||
== Macros to be defined for C library == | == Macros to be defined for C library == | ||
MSG_RASTER_NOT_FOUND_IN_MAPSET - " | MSG_RASTER_NOT_FOUND_IN_MAPSET - "Raster map [%s] not found in [%s]" | ||
MSG_CANNOT_OPEN_RASTER - "Failed opening raster map [%s]" |
Revision as of 09:55, 20 July 2006
How should Error/Warning messages be formatted?
- map names in [ ]
Macros to be defined for C library
MSG_RASTER_NOT_FOUND_IN_MAPSET - "Raster map [%s] not found in [%s]" MSG_CANNOT_OPEN_RASTER - "Failed opening raster map [%s]"