How to use Dlib in C++Builder 10?
Hi, I am trying to use Dlib library which is fully written in Standard C++, in C++Builder CX 10. So I turned off the check in project compiler option page "Classic Compiler" to be able to use...
View ArticleProblem with REST Client & Android
Hi, Trying to deploy an application for Android and I am getting linker error's relating to where I am using TRESTClient, Request and Response. The method that it is saying there is an undefined...
View ArticleDelphi Seattle 10 deploying to OSX 10.10.5 - wrong library referenced?
Message from the PA Server: dyld: Library not loaded: /usr/lib/libSystem.dylib Referenced from: /Users/philipthorburn/PAServer/scratch-dir/philipthorburn-Local...
View ArticleMobile Preview
What happend with Mobile Preview, which was introduced in XE5? http://docwiki.embarcadero.com/RADStudio/XE5/en/Mobile_Preview in 10 Seattle, that help page was deleted:...
View Articledocwiki url is case sensitive?
I just noted that http://docwiki.embarcadero.com/RADStudio/seattle/en/Main_Page gives you 404 Not found error if you change seattle to Seattle then works. May be you can fix this issue in your docwiki...
View ArticleFireDAC changes SQLite pragmas on its own
My Delphi XE7 FireUI MacOS app uses FireDAC to access SQLite. (That is the most acronyms I've ever placed in a single sentence.) My app sets the SQLite pragma SYNCHRONOUS to OFF but as soon as it runs...
View Articlechar-string literals are interpreted as UTF8-strings using Clang-compilers
char-string literals are interpreted as UTF8-strings using Clang-compilers which becomes obvious if one uses non ASCII-chars as German Umlaute in a char-string:const char* str_b =...
View ArticleWhy am I getting 'Windows Driver Foundation - ....Host Process' consuming CPU...
I've installed Delphi 10 Seattle in a Windows 10 VM in VMWare. It all runs fine, but I kept noticing that when I resumed the VM, Delphi could not find source files, sometimes it could not see the DPR....
View ArticleHow to use external large image in Android notification bar like Facebook or...
I know you can send info in the push notification parameters like message, title, image URL, etc. How does Facebook show your profile pic with your message in the notification area? I want to use an...
View ArticleWeb browsing functionality lost in IDE after web proxy is enabled
Does anyone have experience in using the IDE when web proxy is enabled? We are using Trend Micro as web proxy service to control access to the Internet in our company for security reason. As soon as...
View ArticleBLE: unexplained delay while WriteCharacteristic (XE8)
Hello, in an App for Andriod an iOS i use TBluetoothLEManager to communicate between mobile and a BLE-Device. To send data to the BLE-device, i use the code-sequence:...
View ArticleListView items exchange problem
This question asked in stack overflow but its seems this problem very hard to answer , I am trying to exchange items inside a list view Here is the procedure that I am trying to use procedure...
View Article[ilink32 Error] Fatal: Unable to open file 'FRXCHART.OBJ'
Hello! I am porting a very large application suite from RS2010 to XE7. The project files originated in CBB6, and I managed to upgrade them to RS2010 with only a little bit of difficulty. This time, I'm...
View ArticleHow to use OpenCV in C++Builder XE10?
Hi,Since long time I'm trying to use/build OpenCV library (Standard C++) with CBuilder without success. Some one had some success (http://code.opencv.org/issues/2057) using many tricks and many #idfef...
View ArticleChange the Colour cell in a TCalendar Component
Hi, i need to change the colour of some cell, in a TCalendar Component on an app that will work on android an ios. I´m Using Delphi Seattle 10. Is there an easy way or should i investigate on how to...
View ArticleiOS 9 Done button?
Hi, Using Delphi 10 Seattle, how to remove "Done" button that shows above iOS keyboards? Thanks, Asaf
View ArticleUnits missing from project group
Using XE8 Update 1 only some of my project units appear in the project group or when I try to reopen. The units however are intact when I open the project source page. Any suggestions would be...
View ArticleHow to configure different lib LIB for each platform and/or config ?
It seems that is not possible to use different dynamic library .DLL/.LIB file for different configuration ?!?I mean: I need to use a 3rd part library which is deployed with different LIB files as...
View ArticleFMX components trigger premature mouse events in iOS - Delphi 10
I have a simple Multi-Device application that consists of a TTabControl, 1 TTabItem and a TButton on in the tabitem. If I press and hold the button down, onMouseUp is triggered before I let go....
View ArticleHow do I get Title of remote push notification in TPushEvents.OnPushReceived?
Using Delphi Seattle 10 for iOS and Android development: I want to forward remote pushes I receive using TPushEvents and TParseProvider to the NotificationCenter component, but how do I get the title...
View Article