Re: [fpc-devel] ftfont and FreeType

2020-07-17 Thread Michael Van Canneyt via fpc-devel
On Fri, 17 Jul 2020, Werner Pamler wrote: Am 17.07.2020 um 17:26 schrieb Michael Van Canneyt: It is exactly the opposite. It can now load the DLL dynamically. home:~/fpc/packages/fcl-image/src> svn log freetypeh.pp r

Re: [fpc-devel] Problem compiling rtl for arm-embedded with -CfFPV4_SP_D16

2020-07-17 Thread Michael Ring via fpc-devel
Compiles again, thank you! I should have copied the header of the mail into the message, then things would have been more clear, sorry! Michael Am 17.07.20 um 18:46 schrieb Florian Klämpfl: Am 17.07.20 um 18:03 schrieb Michael Ring via fpc-devel: As the problem is still there I checked wher

Re: [fpc-devel] Spam reports regarding mails from fpc-devel mailing list

2020-07-17 Thread Jonas Maebe
On 17/07/2020 19:07, Jonas Maebe wrote: > Hi, > > We received a notification that someone with a yandex.ru email address Sorry, this message was intended to the fpc-devel-admin address. I'm very glad I used BCC for the other addresses though! :) Jonas ___

[fpc-devel] Spam reports regarding mails from fpc-devel mailing list

2020-07-17 Thread Jonas Maebe
Hi, We received a notification that someone with a yandex.ru email address reported two messages sent via the fpc-devel mailing list as spam. The message was anonymised, so we cannot know who reported the mails. This mail is sent in BCC to all of the people that may have sent that report. If you

Re: [fpc-devel] ftfont and FreeType

2020-07-17 Thread Werner Pamler
Am 17.07.2020 um 17:26 schrieb Michael Van Canneyt: It is exactly the opposite. It can now load the DLL dynamically. home:~/fpc/packages/fcl-image/src> svn log freetypeh.pp r37865 | michael | 2017-12-29 15:22:33 +0100 (F

Re: [fpc-devel] Problem compiling rtl for arm-embedded with -CfFPV4_SP_D16

2020-07-17 Thread Florian Klämpfl
Am 17.07.20 um 18:03 schrieb Michael Ring via fpc-devel: As the problem is still there I checked where it comes from, revision 45750 is to blame, 45749 compiles just fine, 45750 kills the build of rtl for armv7em It is not armv7em related but fpv4_sp_d16. I hope r45799 fixes it.

Re: [fpc-devel] Problem compiling rtl for arm-embedded with -CfFPV4_SP_D16

2020-07-17 Thread Michael Ring via fpc-devel
As the problem is still there I checked where it comes from, revision 45750 is to blame, 45749 compiles just fine, 45750 kills the build of rtl for armv7em Michael Am 10.07.20 um 23:46 schrieb Michael Ring via fpc-devel: I today updated to latest trunk, I am getting an error compiling rtl

Re: [fpc-devel] ftfont and FreeType

2020-07-17 Thread Michael Van Canneyt
On Fri, 17 Jul 2020, Werner Pamler wrote: Am 17.07.2020 um 12:30 schrieb Ondrej Pokorny: I am not 100% sure, but some freetype.dll versions can depend on zlib1.dll. I.e. you need to copy zlib1.dll to the exe directory as well. Actually I just found an info about it: https://wiki.freepascal

Re: [fpc-devel] ftfont and FreeType

2020-07-17 Thread Werner Pamler
Am 17.07.2020 um 12:30 schrieb Ondrej Pokorny: I am not 100% sure, but some freetype.dll versions can depend on zlib1.dll. I.e. you need to copy zlib1.dll to the exe directory as well. Actually I just found an info about it: https://wiki.freepascal.org/FPReport_FAQ (see Lazarus does not start

Re: [fpc-devel] ftfont and FreeType

2020-07-17 Thread Ondrej Pokorny
I am not 100% sure, but some freetype.dll versions can depend on zlib1.dll. I.e. you need to copy zlib1.dll to the exe directory as well. Actually I just found an info about it: https://wiki.freepascal.org/FPReport_FAQ (see Lazarus does not start anymore in Windows). Ondrej On 17.07.2020 1

[fpc-devel] ftfont and FreeType

2020-07-17 Thread Werner Pamler
I am having issues in the nogui demo of TAChart with FPC 3.2.0. It uses the FCL unit ftfont and crashes at runtime with     Project noguidemo.exe raised exception class 'EInOutError' with message:     Can not load Freetype library "freetype.dll". Check your installation. This does not happen