> know why butt then I receive errors. You should indicate exactly which errors you have and where they occurs, exactly.
> When I debug step by step I end up in the code of > TCustomWSocketServer.TriggerSessionAvailable, > at the and of that procedure 'Client.StartConnection' > I receive an access violation on a specifique memory address. Is Client still a valid reference to the clientclass instance ? Single step thru TCustomWSocketServer.TriggerSessionAvailable and check what Client variable refers to. It must stay valid of course. -- [EMAIL PROTECTED] http://www.overbyte.be -- [EMAIL PROTECTED] http://www.overbyte.be ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[email protected]> Sent: Saturday, April 30, 2005 12:59 PM Subject: [twsocket] Problem that i don't understand > > > > I'm using the components TWSocketServer, TWSocket in a project that I'm creating for school. Everything worked perfectly until I started to add visual components like a listbox, a menu etc. I don't know why butt then I receive errors. > > When I debug step by step I end up in the code of TCustomWSocketServer.TriggerSessionAvailable, at the and of that procedure 'Client.StartConnection' I receive an access violation on a specifique memory address. > > When I remove the visual component of my Frame, the error disappears. > > Way over my programming knowledge, so if anybody can help me, I would be very greatfull > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://www.elists.org/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be > -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
