[lazarus] More on string problem
Peter Vreman
pfvreman at wins.uva.nl
Thu Jul 8 05:37:04 EDT 1999
> OK I was wrong that didn't totally fix it. But now I have. I still don't
> know what is happening but it is in StrPCopy that has the problem. I
> still used the array[] of char but now I wrote my own StrPCopy routine.
>
> Just a loop in the code
>
> for I := 1 to length(signal) do
> gSignal[I - 1] := signal[I];
>
> gSignal[I] := #0;
>
>
> with that instead of the StrPCopy the gtk_signal_connect is happy as a
> clam and does it's thing. So something must be wrong with StrPCopy.
>
> I can't get the program running now because it throws and unhandled
> exception which gives
>
> At end of ExceptionAddresStack
>
> Getting there. :-\
If you say how i can reproduce the problem i'll take a look at it. I don't
have the time to figure out myself how to create the problem
Peter
More information about the Lazarus
mailing list