Re: [fpc-pascal] PTCGraph Causing 217

2021-02-03 Thread James Richters via fpc-pascal
ndows. James From: fpc-pascal On Behalf Of Nikolay Nikolov via fpc-pascal Sent: Sunday, January 31, 2021 4:30 AM To: ja...@productionautomation.net; 'FPC-Pascal users discussions' Cc: Nikolay Nikolov Subject: Re: [fpc-pascal] PTCGraph Causing 217 On 1/29/21 3:52 PM, Nikolay Nikolov wrot

Re: [fpc-pascal] PTCGraph Causing 217

2021-02-01 Thread Nikolay Nikolov via fpc-pascal
ames Richters via fpc-pascal *Sent:* Monday, January 11, 2021 9:37 AM *To:* 'FPC-Pascal users discussions' *Cc:* James Richters ; 'Nikolay Nikolov' *Subject:* Re: [fpc-pascal] PTCGraph Causing 217 I’ve made a sample program that demonstrates the problem https://gist.gith

Re: [fpc-pascal] PTCGraph Causing 217

2021-01-30 Thread James Richters via fpc-pascal
x27; Cc: James Richters ; 'Nikolay Nikolov' Subject: Re: [fpc-pascal] PTCGraph Causing 217 I've made a sample program that demonstrates the problem https://gist.github.com/Zaaphod/936901eb5f31df5044d2bd36a7cf6c91 When I was testing it, I found out that the problem shows up also with PTC

Re: [fpc-pascal] PTCGraph Causing 217

2021-01-29 Thread Nikolay Nikolov via fpc-pascal
ay James ** ** *From:*fpc-pascal *On Behalf Of *James Richters via fpc-pascal *Sent:* Monday, January 11, 2021 9:37 AM *To:* 'FPC-Pascal users discussions' *Cc:* James Richters ; 'Nikolay Nikolov' *Subject:* Re: [fpc-pascal] PTCGraph Causing 217 I’ve made a sample program

Re: [fpc-pascal] PTCGraph Causing 217

2021-01-12 Thread James Richters via fpc-pascal
l On Behalf Of Nikolay Nikolov via fpc-pascal Sent: Thursday, January 7, 2021 2:17 AM To: fpc-pascal@lists.freepascal.org Cc: Nikolay Nikolov Subject: Re: [fpc-pascal] PTCGraph Causing 217 On 1/6/21 5:44 PM, James Richters via fpc-pascal wrote: I've been having issues with PTCGraph causing

Re: [fpc-pascal] PTCGraph Causing 217

2021-01-11 Thread James Richters via fpc-pascal
I've made a sample program that demonstrates the problem, it's at: gist.github.com/Zaaphod/936901eb5f31df5044d2bd36a7cf6c91 When I was testing it, I found out that the problem shows up also with PTCCRT.Keypressed, Procedure to re-produce bug in Putimage 1. Run program in Windows 2. Do something t

Re: [fpc-pascal] PTCGraph Causing 217

2021-01-06 Thread Nikolay Nikolov via fpc-pascal
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

[fpc-pascal] PTCGraph Causing 217

2021-01-06 Thread James Richters via fpc-pascal
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