Paul TOTH

Results 22 comments of Paul TOTH

found a workaround by adding ``` extra_hosts: - "dockerized-magento.local:172.17.0.9" ``` in the PHP: section of docker-compose.yml but I'm not sure that the IP will be always the same. BTW I've...

the network part do not work for now BTW, they are some mistake in the sscanf() implementation https://github.com/tothpaul/DelphiCraft

BTW not sure of the size of char in C but in my translation I had to extend Byte (8bit) to Word (16bits) the highest array in compute_chunk because the...

updated :) now I can connect on Michael's server but I have disabled the authentication.

A usage licence is now available on https://store.execute.fr I no longer use the XE series, which version are you using, what is incompatible ? I used an old version in...

I don't know, the first step is to compile PDFium for Android, I've never tried to do that. then it should work as any native library, finally there's no HDC...

You should consider support for CrossVCL; the Linux platform is currently rejected at compile time

when the Interface part of a unit (like FMX.Canvas.D2D) is changed, all the units that uses that one need to be recompiled also. So just copy the original unit in...

for cTYPEKIND_NAMES $IFDEF VER330 is insufficient, {$IF CompilerVersion >= 33.0} let the code compile for newer version also in Sydney DWRITE_FONT_STYLE_OBLIQUE is no more a constant, it's a SET, but...

I'm french and use a french version of Windows & Delphi, this can be related. Can you point me where the items positions are defined so I can check what's...