Hi, i started to use this example because it already deal with Sockets, but just saw that this example was meant to be a DLL, just before i figure it out, i made it work with my programm on the emulator, just an import of the Header on my own object and the apropiate calls, then i tried in the phone, but my surprise was that it didn't work, i found that it connect to the server ip i set, but fail on write over the socket, not exactly the iSocket instance on the engine but a method before, on the Writer object, the Write Method, it is a pointer it use to call the method who really do the write action, but it terminate the application just in the starting proccess.
if i comment that line it works nice on the phone, but obviusly it doesn't send anything
My question is, if that Example was made to be a DLL how can i use it?, is there another way to use Sockets without an ActiveObject? so i can write on my Class the apropiate methods to connect, disconnect and write to a socket?, thank you


oCancel()

