App stopped compiling for iOS 11.3; [DCC Error] E2597 ld: file not found:...
I'm using Delphi 10.1 Berlin I now get this message when I try to compile [DCC Error] E2597 ld: file not found: /usr/lib/system/libcache.dylib for architecture arm64 I can't find this file on my Mac Do...
View ArticleDelphi Tokyo 10.2 TDSRestConnection DataSnap Connection on Windows 7
When running a datasnap client application with the componente TDSRestConnection on windows 7 i am encountered the following error: "Error sending data: (12030) The connection to the server was aborted...
View ArticleGoogle Firebase Messaging Delphi
I received an email from Google today that the Google messaging will be deprecated by next year. Hence, it would be advisable for anyone who want to make use of remote notification to use the Firebase...
View ArticleHeaders wrong or missing for iOS 11.3
I am using C++ Builder 10.2.3 to create an app for iOS 64 bit devices. I have XCode 9.3 on my Mac (which is running High Sierra 10.13.4) and PAServer 19.0 from the CB 10.2.3 update. I am having...
View ArticleSuddenly F1 (Context Sensitive Help) inside IDE stopped working
Any idea how can i get my F1 back inside IDE? Thanks ps: Using Windows 10.16299 64, Delphi 10.2 Version 25.0.29899.2631
View ArticleSubVersion client from the IDE
Hi there, Trying to get the Subversion client to Work from inside the IDE (following the guidelines from the README file (c:\Program Files (x86)\Embarcadero\Studio\19.0\bin\subversion\) and the online...
View ArticleComport Library for Delphi 10.1 Berlin
1. Where can I download Comport Library for Delphi 10.1 Berlin? 2. How can I code for Pole display RS232 in Delphi.
View ArticleDelphi Out of memory
Hello,I have my application working smoothly in Delphi XE2 with BDE with PostgreSQL databse.Now, it has been migrated to latest Delphi 10.2 update 3 with PostgreSQL database only.This application is...
View ArticleMobile add-on serial number for 10.2.3?
I updated my RAD environment to version 10.2.3 a month ago or so. I wonder when you people are going to send out the additional "mobile add-on serial number" I need in order to be able to develop...
View Articlefgets flawed beyond 2GB in BCB Tokyo 10.2 Version 25.0.26309.314
C++ fgets works ok up to offsets of 2GB, but beyond that it returns wrong results (the line read in is not the one I can see is there). Any remedy? Thanks!
View ArticleApp crash on iOS after launching splash screen
Hi, please help. I'm using RAD Studio to develop iOS and Android Apps. everything look good on Android, but when I running on iOS simulator via PASServer, App crash immediately after splash screen. Thx...
View ArticleIntegrating UIAutomationLibs into my C++ project
Hi all, I tried to create a new DUnitX test-case using the UIAutomationLibs in a new C++-DunitX test-case. I was able to create such a test-case in Delphi, but now I am struggling to do the same in...
View ArticleCannot initialize OCI environment
I am using Delphi 10.2 alongwith Oracle client 12. While running my application I am getting '[FireDAC][Phys][Ora][OCI] . Cannot initialize OCI environment'. What problem it should be?
View ArticleRecommended replacement for NMSMTP component in Delphi 5 to Delphi 10.2 (Tokyo)
Hi...I need to replace the of NMSMTP component in Delphi 5 with similar feature/properties in Delphi 10.2 (Tokyo). I've seen alot of recommendation to use Indy. Do I have to pay for separate license...
View ArticleFiles and maps are invisible on filemanagers - but I can find them using...
Hi When I save files, they are not visible to any filemanager I have been able to lay my hands on. But they are there, I can read them and write to them and see them using tDirectory.getFiles. I...
View ArticleFiremonkey tWebBrowser can never see my files
Hi When ever I try to start WebBrowser with a file, I get a message that the file cannot be found. I tried checking if the file exists and then read the files by webbrowser - but I get a "File Exists"...
View ArticleNeed TWAIN Components for Delphi 10.2
We are migrating from Delphi 6 to Delphi 10.2. In Delphi 6 we use MCM's TWAIN components. Support for these appears to end with XE6. There is no one at the other end of MCM's support. Nevertheless, I...
View Articlerewritiing application from delphi to C++
bool TForm4::OpenCOMPort(String Port){ wchar_t DeviceName[80]; bool Result; StrPCopy(DeviceName, (Port)); ComFile = (unsigned int)CreateFile(DeviceName, GENERIC_READ | GENERIC_WRITE, 0, NULL,...
View ArticleProblems while using libcurl
Hello, I'm trying to integrate libcurl functions in my project. However I am not sure how to:- a) Create a static libcurl library (do I need to?) b) Which makefile to use to build the project c) How to...
View ArticleCan I open tWebBrowser with file://Test.htm ?
Hi I should be able to open tWebBrowser with file://Test.htm, shouldn't I? But when ever I try, I am told the file does not exist. But it does. If I try to open it with a file created by myself,...
View Article