?I have a small problem I made a vcl wrapper of the overbyte client socket so that I can add my custom data to it with out editing the main overbyte source problem I have is when I try to build my app my wrapper can not find the client[x].function for my add-ons because right now it says my functions are undeclared when there in the public section and work fine if I don't use client[x] functions below is a example ...
[code] SocketServer.Client[i].Rank; [/code] [Pascal Error] mainserverunit.pas(407): E2003 Undeclared identifier: 'Rank' so my question is how do I have the function so that I can use the client[x] feature in my wrapper? thanks for the help -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be