Tried with the today published buil 2008 of Delphi 10.2.2
I get the same error.
entry point @System@Net@Httpclient@Win@TCertificateStore@$bcdtr$qqrv
could not be located in the dynamic library rtl250.bpl
Peter
Search found 4 matches
- Mon Dec 18, 2017 7:10 pm
- Forum: VCL
- Topic: TeeChart.2017.22 is not compatible with the RAD 10.2.2
- Replies: 24
- Views: 65989
- Mon Dec 18, 2017 3:05 pm
- Forum: VCL
- Topic: TeeChart.2017.22 is not compatible with the RAD 10.2.2
- Replies: 24
- Views: 65989
Re: TeeChart.2017.22 is not compatible with the RAD 10.2.2
After installing TeeChart.2017.22, by loading dclfmxteepro925.bpl I get error:
The procedure entry point @System@Net@Httpclient@Win@TCertificateStore@$bcdtr$qqrv
could not be located in the dynamic library rtl250.bpl
Can I fix this or must wait for new istallation version ?
The procedure entry point @System@Net@Httpclient@Win@TCertificateStore@$bcdtr$qqrv
could not be located in the dynamic library rtl250.bpl
Can I fix this or must wait for new istallation version ?
- Tue Aug 01, 2017 8:10 am
- Forum: FMX
- Topic: Missing TPicture Unit
- Replies: 2
- Views: 12818
Re: Missing TPicture Unit
Great it work's!
thanks a lot!
Peter
thanks a lot!
Peter
- Wed Jul 26, 2017 12:27 pm
- Forum: FMX
- Topic: Missing TPicture Unit
- Replies: 2
- Views: 12818
Missing TPicture Unit
Hello, using last TeeChart Pro FMX/VCL with Delphi Berlin 10.1 happen following: I create a new Firemonkey project. I create a TImagePointSeries. Then I add a OnGetImage event to the TImagePointSeries ... GetImage(Sender: TCustomImagePointSeries; ValueIndex: Integer; Picture: TPicture); I receive a ...