Sean Solberg
Sean Solberg
I ran into the same problem. The issue is not really with NetCom7. Rather, the issue is with TBytesStream from Embarcadero. When you write to TBytesStream using normal streaming methods,...
Better solution: I modified the ExecCommand function to allow passing in of the aDataSize. This is more efficient than doing a pack. function TncClientSource.ExecCommand( const aCmd: Integer; const aData: TBytes...
rlebeau, thanks for your comments. We just re-wrote it internally to do what we needed to do.