[fpc-pascal]UNCGI issues
Peter Vreman
peter at freepascal.org
Mon Jun 18 20:43:30 CEST 2001
At 05:43 18-6-01, you wrote:
>Hey all,
> I've been using UNCGI to develop some cool little CGI apps lately and
> I have run across only one problem. Namely, the fact that get_value will
> not return anything longer than 255 chars. I've tried putting it into a
> pchar and into a ansistring with no luck. Please help with a
> solution. I will modify the uncgi code if required.. but i need to know
> what direction to take in doing so.
Try adding {$H+} to the uncgi unit. That will switch all strings to
ansistrings.
Peter
More information about the fpc-pascal
mailing list