Re: [twsocket] UDP Problem

2013-01-07 Thread Jack Moran
Thanks, Arno. I completely missed the read me file. It's working fine now. I appreciate the excellent support. On Jan 7, 2013, at 12:17 PM, Arno Garrels wrote: > Jack Moran wrote: >> That's probably my problem. How do I install ICS? I'm just adding >> files to the project. >> >> I'm using Del

Re: [twsocket] UDP Problem

2013-01-07 Thread Arno Garrels
Jack Moran wrote: > That's probably my problem. How do I install ICS? I'm just adding > files to the project. > > I'm using Delphi XE2 and ICS Gold. Quoted from ReadMe7.txt: {code} INSTALLATION USING THE INSTALL PROJECT GROUPS For each Delphi and C++ Builder version one project group is provide

Re: [twsocket] UDP Problem

2013-01-07 Thread Jack Moran
That's probably my problem. How do I install ICS? I'm just adding files to the project. I'm using Delphi XE2 and ICS Gold. On Jan 7, 2013, at 11:42 AM, "Arno Garrels" wrote: > Jack Moran wrote: >> I am having a problem with OverbyteIcsUdpSend. On compilation I get a >> message "Field MainForm

Re: [twsocket] UDP Problem

2013-01-07 Thread Arno Garrels
Jack Moran wrote: > I am having a problem with OverbyteIcsUdpSend. On compilation I get a > message "Field MainForm.Wsocket" does not have a corresponding > component. Remove the declaration?" I say No, but then get an access > violation at 0x00544c24 when it tries to set Wsocket. I've tried both >

[twsocket] UDP Problem

2013-01-07 Thread Jack Moran
I am having a problem with OverbyteIcsUdpSend. On compilation I get a message "Field MainForm.Wsocket" does not have a corresponding component. Remove the declaration?" I say No, but then get an access violation at 0x00544c24 when it tries to set Wsocket. I've tried both the XE2 and XE3 versions