Hello
I have a function in my server Interface that its parameter is a class descendent of TRemotable.
In the client, I instanciate this class and I have a property of type TStringList that is instaciated and feed in the constructor of the class.
When the function is called passing the class as paremeter, the client gives a message of Access Violation. If I comment the line in the constructor of the class that create the property TStringList no message appear to me.
Please, anyone knows what it could be????
Vinicius Solano