George Birbilis

Results 72 issues of George Birbilis

Only the design-time packages (dcl*.dproj) that compile for Win32 only (and in 64-bit IDE for 64-bit too) should have the -LUDesignIDE set. The GetIt version Delphi 12.3 brings have it...

https://github.com/DeveloppeurPascal/librairies/blob/d62a03827469e35026cc48d00a76a1637ca397ac/src/u_urlOpen.pas#L81 `SharedApplication.OpenURL(StrToNSUrl(Url));` This was probably working with older iOS, but with latest one I don't see it working reason is probably that OpenURL is listed as deprecated and need to...

bug