Notes |
(0017517)
obones (administrator)
2010-06-28 13:28
|
I believe this is the demo not working properly.
At line 154 of the DevReader file, replace PChar with PAnsiChar and you should be sorter |
|
(0018048)
obones (administrator)
2010-11-09 14:39
|
Can you tell me if the fixed proposed in my note fixed the situation? |
|
(0018563)
jit (reporter)
2011-06-01 15:25
|
I tried this with Delphi 2010. Problem is in devreader.pas, procedure TMainForm.ShowRead
PChar must be replaced with PAnsiChar in this line:
for I := 0 to Size - 1 do
Str := Str + Format('%.2x ', [Cardinal(PAnsiChar(Data)[I])]); |
|
(0018602)
obones (administrator)
2011-06-07 17:43
|
Fix pending inclusion in SVN |
|
(0018675)
obones (administrator)
2011-06-08 15:25
|
This was already in SVN |
|