Changes between Initial Version and Version 1 of Ticket #340
- Timestamp:
- Jan 9, 2009, 7:06:17 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #340
- Property Milestone Release_4.0 → Release_3.16
- Property Owner set to
-
Ticket #340 – Description
initial v1 1 This enhancement will rework GetPString to move the strings in fm3dll.str to fm3res.rc stringtables. The external interface to GetPString will remain unchanged. GetPString will handle caching strings in memory. It will also know how to build strings longer than the 256 character stringtable limit. 2 3 The purpose of this enhancement is to make NLS support easier to implement. It should also make string maintenance simpler overall.