From: Pier A. G. <pgu...@an...> - 2002-05-02 07:24:34
|
Hi Paul, I modified lines 417 and 422 in this way: line 417 strcpy ((char*) binding->pointer,string+binding->blobCounter); line 422 memcpy (binding->pointer, string+binding->blobCounter, len); Michael told me to modify also line 423 in this way: ((char*) (binding->pointer)) [len + 1] = 0; The compiler accepted them. I rebuilt all but the driver didn't work. Maybe I haven't used the latest source. I wasn't able to download them from CVS (how can I do that with WinCVS?), and so I used those available for download on the IBPhoenix site. Regards, Ing. Pier Alberto GUIDOTTI ANALYSIS s.r.l. Via Zanardi 403/23B 40131 BOLOGNA (ITALY) http://www.analysisbo.it |