C++ Builder 10.1 Berlin
Discussions tagged C++ Builder 10.1 Berlin
-
more than a month ago
InterlockedOr64
Hi I can't compile a library that employs InterlockedOr, InterlockedAnd, InterlockedOr64 and InterlockedAnd64. Following the example found in file "atomic_x86.c" I included these lines in my library: static long _InterlockedOr(volatile long *p, l... -
more than a month ago
Galaxy Tab 7 shows up in DevicePresets.xml but not in View Selector in IDE (Berlin C++ Pro)
I am trying to target a Samsung Galaxy Tab 3 7" for screen design in the IDE. In the Form Designer I can select Android as the Style, but the View selector lists generic Android entries: Android 3.5" Phone Android 4" Phone Android 5" Phone Andro... -
more than a month ago
C++ Builder Win64 Access Violation in xlocale
I've create a project which is working fine under OSX. I now wish to port this project to Win64. This project was developed using RAD Studio C++ Builder Berlin Anniversary Edition 10.1 Update 2 Enterprise. Target Win64. When running the applicati... -
more than a month ago
Nothing works...
Dear embacadero people, I´m new in the programmer world.. I brought RAD Studio Berlin 10.1 Professional and now i want to use it for creating an android multi device application. I decided to do that on another Computer.. After install it again s... -
more than a month ago
Unresolved External: JSON Reflect, DataSnap, REST
Hi, I make this tutorial: http://docwiki.embarcadero.com/RADStudio/Seattle/en/Tutorial:_Using_a_REST_DataSnap_Server_with_an_Application_and_FireDAC but I have a problem in server line: TFDJSONDataSets *ds = new TFDJSONDataSets(); TFDJSON... -
more than a month ago
Error in opening C++ Builder Project File
Hi, I faced an error in opening C++ Builder Project File. The C++ project file cannot be reopened after the project is saved due to the following error. This error only occurs by using the version of "Delphi 10.1 Berlin and C++ Builder 10.1 Berlin U... -
more than a month ago
download
do you need to download other files seperatly when making a android app in the free C++Builder 10.0 Berlin?... -
more than a month ago
How to load from memory stream to firemonkey (FMX) memo component in C++ Builder?
I used to use below code to load plenty of text to VCL Memo. LogMemo->Lines->BeginUpdate(); LogMemo->SelStart = LogMemo->GetTextLen(); LogMemo->SelLength = 0; LogMemo->SelText = AnsiString((char *)LogMemoBufPtr->Memory, LogMemoBufPtr->Size); L... -
more than a month ago
How to scroll current view to specific line (row) in FMX TMemo component by C++ Builder?
I'd like to scroll the current view to specific line in FMX Memo. I used to use below code in VCL component: TopVisibleRow = SendMessage(LogMemo->Handle, EM_GETFIRSTVISIBLELINE, 0, 0); SendMessage(LogMemo->Handle, EM_LINESCROLL, 0 , TargetLine - To... -
more than a month ago
How to put menu bar in Apple menu bar on Mac OS by C++ Builder?
I found there's example to use TMenuBar's UseOSMenu property to place main menu for Windows and Mac. But it seems that is for Delphi only. I can't find the same property in C++ Builder FMX TMenuBar component. Is there any one know how to put menu bar... -
more than a month ago
Just installed C++ Professional Berlin 10.1 Update 2 and nothing works!
Just want to give people a heads up, after installing C++ Builder Berlin 10.1 Professional Update 2, I am unable to compile ANY applications! Code-rage XI said update is easy, everything should work fine after, err, not here! None of the third part...
- Page :
- 1