C++Builder 10.2.1
Discussions tagged C++Builder 10.2.1
-
more than a month ago
HOW TO SPEED UP C++BUILDER COMPILE TIME?
Hello. I create a new firemonkey project for mac in c++builder 10.2.1 on Win7, and it spend about two minutes to build it. I create a new firemonkey project for mac in c++builder 10.2.1 on Win10, and it spend about ten seconds to build it. How do... -
more than a month ago
C++ Builder / IOS 11.1 / XCode 9.1 and Tokyo 10.2.1 with IOS 11 patch
I cannot get the combination in the subject line to work. If I create a blank Multi Device C++ Builder application and set the target to iOS Device 32-bits iPhone 11.1 the app will crash immediately after displaying the splash screen. However doing... -
more than a month ago
Xcode 9 and SDK MacOSX 10.13
Today Xcode 9 with command-line tools for SDK MacOSX 10.13 arrived to my Mac. After the upgrade I can still compile a Delphi project, but not C++ Builder. Going back to SDK 10.12.4 got it working again for C++ Builder and Xcode 9. Have anyone else... -
more than a month ago
Pop-up menus closes immediately on MacOS High Sierra 10.13
Create a new Firemonkey C++ Builder application for MacOS add a StringGrid add a Popup menu add some menu items connect the pop-up menu with the string grid. Run the app on MacOS 10.12.6 and the pop-up menu will appear normally when right-clicki... -
more than a month ago
bcc32c.exe #defines _MSC_VER if -A (Enable ANSI conformance) option given
Hi, I've got this test program: #ifdef _MSC_VER #error _MSC_VER is defined #endif int main() { return 0; } Using bcc32c.exe (version 7.30), if I compile this without the -A option then it compiles fine. If, however, I specify the -A opt... -
more than a month ago
Getting an IOS screenshot from your C++ Builder app
I have been publishing an ios app on appstore for some years now, but my latest version were refused by Apple because I didn't have proper screenshots from different apple devices. Since the app is built with C++ Builder, I cannot run the app on th... -
more than a month ago
Internal error on Send Report
Error sending report. When I have a IDE error, I send report. But in C++Builder 10.2.1 I can't send the report. I have the error in attached image. I think the 10.2.1 version of this IDE is a bit buggy. For exapmple try it to use IDE in 1290 x 10... -
more than a month ago
Wrong IDE visualization C++Builder 10.2.1
In C++Builder 10.2.1 using screen at 1920 x 1080 px I see this IDE. No good. In the previous version I used option "Disabilita ridimensionamento schermo per valori di DPI alti" (disable screen resize for hight DPI) but with this version if I use t... -
more than a month ago
How to use winapi functions with C++
I'm trying to make use of the wifi_direct capabilities that are exposed through the winapi.devices library in a firemonkey program. If I include the winapi.devices.hpp and add the using namespace Winapi::Devices to the project it seems to allow me to... -
more than a month ago
FireMonkey display objects without right border
I have a prject where a lot of FMX objects don't show right border. Thi is an example. At design time I have a TFramedVertScrollBox and all borders are well displayed (see below) When I show this form at runtime I see this: This object is ins... -
more than a month ago
C++Builder 10.2.1 issues on submit report and visualization in screen with high DPI
First problem: after C++Builder 10.2.1 I can't send report (see image) Second: I have screen resolution 1920 x 1080 and I must check "Disable Display Scaling on High DPI Settings" in compatibility settings in when I start C++Builder IDE. Is there a...
- Page :
- 1