Re: [twsocket] OFF: string issues while porting WebSockets server to BDS 2010

2012-02-28 Thread Stan
Apologies for the disturbance, I've found the solution - AnsiChar. Now all is working fine. - Original Message - From: Stan To: ICS support mailing Sent: Tuesday, February 28, 2012 10:43 PM Subject: OFF: string issues while porting WebSockets server to BDS 2010 Hi, I have a

[twsocket] OFF: string issues while porting WebSockets server to BDS 2010

2012-02-28 Thread Stan
Hi, I have a working WebSockets server for ICS, which I plan to share. It is implemented initially in Delphi 7. Now I try to port it to BDS2010 and have some issues with strings. First, I replaced all 'string's with 'AnsiString's, and this seems working as expected. But Chr function produces a

Re: [twsocket] OFF: string issues while porting WebSockets server to BDS 2010

2012-02-28 Thread François Piette
- De : twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] De la part de Stan Envoyé : mardi 28 février 2012 21:01 À : ICS support mailing Objet : Re: [twsocket] OFF: string issues while porting WebSockets server to BDS 2010 Apologies for the disturbance, I've found the solution