char-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 ArticleHow 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 ArticleCompiler Pathes other than default do not work
1 - What are the right fields to set in the compiler options and Library path to be able to compile a project group of packages spread over several folders. each package is in a separate folder. 2 -...
View ArticleProblems when compiling with Android
When compiling MessageBox () Windows works OK. When compiling MessageBox () on Android gives: [bccaarm Warning] Acusete.h(68): extra qualification on member 'fDatos_Seleccion' [bccaarm Warning]...
View ArticleTMediaPlayer's (FileName) function causes a major memory leak
Whenever you add the file (MediaPlayer1.FileName) the Clear command will not remove it from memory, the program will become unstable because of the large memory leaks and crash after adding multiple...
View ArticleStrings: multi platform index problems (TStringHelper)
Hi,I'm facing a problem using a string and trying to get the first letter of that string, being platform independent.From the RADStudio doc (Delphi), one should use IndexOf, Low, High, and Chars to...
View ArticleDeploy to phone
Hi I'm New to this, but I manage to create my first app. However when i try to compile an d run on phone Connected by usb only the welcome screen from appmethod appears. I get no hints, warnings or...
View ArticleNexusDB not in GetIt anymore???
Hi, Just upgraded from XE10 Seattle to the Update 1 but NexusDB has disappeared from the GetIt option.Is it just me or anybody else?NexusDB site still says that the Embedded version is available from...
View ArticleVideo : Capture, Save as mp4 file
Can I capture video and save our videos as mp4 format on Android and iOS ? How can we make it ? this is my code unit Unit1; interface uses System.SysUtils, System.Types, System.UITypes,...
View ArticleHelp of Message window does not work, b++builder v10
Hello The Message window, where all the Warnings and errors of compiling and linking comes does not invoke help, when I press F1. After pressing F1 it gives error: "No help found for bcc32". If focus...
View ArticleTStringList amibiguity between classes when using dupIgnore
Hello I have created TStringList *ST. And When I need to use ST->Duplicates=dupIgnore, I get ambiguity between classes: "System:Classes" and "System::Types". Looks like compiler does not know which...
View ArticleCheckbox ReadOnly property
Where is the ReadOnly property of CheckBox component in FMX library?
View ArticleLiveBindings don't work
If you reorder a ClientDataSet using the property IndexFieldNames, the ListView linked to ClientDataSet don't reorder the items. Just the first one.
View ArticleC++ Builder 10. How to construct Variant from OleVariant?
Embarcadero C++ Builder 10. How to construct Variant from OleVariant?
View ArticleFireUI - detect window maximized
FireUI Delphi XE7 How do I figure out in code when the window is maximized or when it is returned to its normal state?
View ArticleProblems with signing IOS apps (Delphi 10 Seattle Update 1)
Hello, yesterday I installed Delphi 10 Seattle Update 1. I also installed the new paserver. Now I can't sign my IOS Apps! (Also my certifications are still valid.) Is there anyone who works with update...
View ArticleRAD Studio roadmap?
Hi, When can we have the Roadmap for the next release after RAD Studio 10 Seattle? Thanks
View ArticleC++ Builder XE Seattle IOS Background Modes TLocationSensor
Hello, I have developed an iOS-app hat uses TLocationSensor and saves alle the gps-data to analyze the distances etc. later. You know, after a few seconds the app/the iPhone goes to standby or the app...
View ArticleAndroid multi languages app - playstore
Hello I have written an app for Android which supports German, English, French, Spanish and four other languages. No problem it works. The problem is, that the playstore analyse the app and thinks...
View ArticleLink error on building app iOS64 Delphi Seattle10 Update 1
I've just installed Update 1 of Delphi Seattle 10. I rebuild my app for Windows and Android, and this works fine. But for iOS64 I get a link error while building the app: [DCC Error] E2597 final...
View Article