Adriaan van Os wrote:
In the GPC docs I found that UCSD (BP) strings are on the todo list for the compiler.
Below is an outline for an intermediate solution I write for the Macintosh Toolbox. The "Carbon" API has 700 (!) references to UCSD-Pascal strings. For binary compatibility, I have little choice.
If appropriate, I will be pleased to write runtime support routines (in Pascal) for UCSD strings, when they are getting integrated into the compiler.
Unfortunately, the runtime support is not the main problem, the compiler support is (type-checking, automatic conversions etc.). In fact, most RTS routines won't even have to be changed if the compiler does the conversions automatically.
Frank