Tagged Questions
1
vote
2answers
783 views
GetMem for one PChar variable change content of other PChar variable
So, I have the folowing problem. I have 2 PChar variables. I allocate memory for first, do some operations, allocate memory for the second variable - and on this step the first variable contains bad ...
2
votes
1answer
422 views
PChar Invalid Pointer Operation on StrPLCopy
I write some TCP-server usin WinSock 2 and I hava procedure which catch FD_READ event. In this procedure I need to parse recieved message. The code is here:
procedure ...