• Welcome to Forum.Deepsoftware.Com. Please login or sign up.
 

nrSocketServer error "Invalid pointer operation"

Started by yangyu, August 11, 2021, 08:03:40 am

Previous topic - Next topic

yangyu

Program setting as below:
with nrSocketServer do
begin
  ServerMode := True;
  Port:= '60000';
  Active := True;
end;

With client connection, close server  nrSocketServer.Active := False; It will prompt error "Invalid pointer operation";
At Demo condition, it also has such problem.  Could you teach how to solve this problem? Thanks.

Roman Novgorodov

Hello

Please provide more details:
1) Version of nrComm Lib
2) Version of RAD
3) Version of Windows

Roman Novgorodov
DeepSoftware llc
DeepSoftware llc - The professional components for Delphi/CBuilder/.NET. The high quality custom software development.
Forums.nrCommLib.Com - DeepSoftware Tech Support Forum.

yangyu

Hello
The information you need is as follows:
1) Version of nrComm Lib  : v9.58
2) Version of RAD               : XE10.4.2
3) Version of Windows       : windows10