On 1/6/21 5:44 PM, James Richters via fpc-pascal wrote:
I’ve been having issues with PTCGraph causing a runtime Error 217 :
EAccessViolation: Access violation at seemingly random times in my
program.The error is always on a line with either GetImage() or
PutImage() but not the same one.The p
Am 05.01.2021 um 14:30 schrieb Virgo Pärna via fpc-pascal:
Is there any reason, why TProxyStream.Check always raises
Exception without checking, if err = S_OK (ISteam call succeeded).
TOleStream overrides this Check to use OleCheck, which handles it. But
if Check needs to be overrided for
I've been having issues with PTCGraph causing a runtime Error 217 :
EAccessViolation: Access violation at seemingly random times in my program.
The error is always on a line with either GetImage() or PutImage() but not
the same one. The program can run for hours with no problems doing GetImage
and