Skip to main content

Questions tagged [rad-studio]

Use this tag if you have questions about RAD Studio features and functionality. DO NOT use it if you have questions about how to write code in RAD Studio. Please mention the version you're using.

rad-studio
0 votes
1 answer
77 views

Debugging Android applications on Embarcadero RAD Studio 12.1

Question for those who develop an application for Android on Embarcadero RAD Studio 12.1. Should the debugger work after launching the application on the phone using the Run button (F9) if the ...
DmitryB's user avatar
  • 505
0 votes
0 answers
45 views

boost::bind linker error in C++ builder 10.4

This is using the 32-bit compiler without clang enhancements and Boost 1.39 from GetIt. Even with the following simple example #include <boost/bind.hpp> #include <boost/function.hpp> ...
Osterzine's user avatar
0 votes
0 answers
90 views

Can I install 2 versions of RAD Studio on the same computer? [duplicate]

I want to install an old version of RAD Studio onto a computer that has a later version already installed. Is there a way to do that (other than having a second Windows installation on a new disk ...
Lorne Anderson's user avatar
1 vote
0 answers
97 views

How to compile with RAD Studio C++ Builder 12 BCC64 using AVX, SSE, F16C extensions?

I'm just compiling some plain C code under C++ Builder 12 for x64 (the compiler called from the IDE is BCC64.EXE) and when I enable some macros in third party headers related to CPU extensions like ...
rafastar's user avatar
3 votes
0 answers
167 views

How to fix "error on loading data from the server getit12new.embarcadero.com" when downloading RAD Studio 12.0

I download RAD Studio 12.0 and activated the trial with the license key, but I'm encountering an error: I read this which says: The servers are down at the moment and you need to use the offline ...
Nguyễn Tuấn Hưng's user avatar
1 vote
1 answer
219 views

How to import/generate an import library for Embarcadero's RAD Studio 12.1 64-bit modern (clang 15) C++ compiler?

For the older bcc64 64-bit compiler for C++ Builder, mkexp.exe can be used to import a library. Either I am not using it correctly, or mkexp.exe output files are not compatible with the new Win64x (...
Anthony West's user avatar
0 votes
1 answer
88 views

How to close a C++ VCL form and open another one on a button click?

I'm having trouble closing Form1 and opening Form3 through a button click. I have tried this code: #include "Welcome.h" #include "Login.h" void __fastcall TForm1::LoginButtonClick(...
Angelina's user avatar
0 votes
0 answers
82 views

How to build a Windows 64-bit platform static library (.lib) using C++ Builder 11 instead of .a file?

How to build a Windows 64-bit platform static library (.lib) using C++ Builder 11 instead of .a file? And then use that static library (.lib) to build my program on the Windows 64-bit platform.
xyLi's user avatar
  • 27
0 votes
0 answers
107 views

How do I use .lib to compile and link in c++ builder 11.3 windows 64bits platform?

I want to compile and link .lib files within C++ Builder 11.3 using the Windows 64-bit platform, but it only allows me to select .a files. How can I proceed to compile and link .lib files for the ...
xyLi's user avatar
  • 27
0 votes
0 answers
63 views

Getting errors "Class TButton not found" and "Error reading Image6.OnClick : Invalid Property Value" when building an old project in a newer IDE

I'm using Embarcadero RAD Studio 11. I'm trying to build an old project on a different computer than it was initially developed. I've managed to overcome some minor issues, but I can't get over this ...
mike_m2's user avatar
  • 31
0 votes
1 answer
102 views

NetCom7 Chat Demo

I am trying to get the NetCom7 Chat Demo to work. In the Git, it says: You implement an OnHandleCommand event handler and, depending on aCmd parameter (integer), you respond the result of the command ...
Gregor Marston's user avatar
2 votes
1 answer
101 views

How do I determine the "z-index" of a Firemonkey component that I have used SendToBack or BringToFront methods on?

I have tested putting components on a standard FMX form (TForm) and viewing this form as text. It seems the IDE is automatically putting the components in the correct rendering order to get the order ...
Andre Van Zuydam's user avatar
2 votes
2 answers
122 views

How do I Base64Encode a TImage in FMX application

I need a simple way to encode the TBitmap of TImage into a base64 encoded representation for sending via JSON format. I don't want to make use of Indy libraries, instead I want to use what is built ...
Andre Van Zuydam's user avatar
0 votes
0 answers
45 views

Rad studio not giving a platform to work with

I have installed rad studio from a free trial, but after installation, it does not give me the option to pick a plateform like it does in online tutorials, the application doesn't even run.. it just ...
Insert name here's user avatar
3 votes
2 answers
581 views

RAD Studio found some failed deferred GetIt packages

Every time I open my Delphi 12, then I get a Popup info box that says the following: RAD Studio found some failed deferred GetIt packages. You can revise the list of packages that failed in the GetIt ...
JakesF's user avatar
  • 115

15 30 50 per page
1
2 3 4 5
17