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 is a suite of development tools developed by Embarcadero. Can be used to develop applications in Delphi or C++.

231 questions
3
votes
0 answers

Project setup with git repository connection through ssh on RAD Studio 10.3 IDE

I have problem setting up connection to my repository through SSH on RAD Studio 10.3 Rio - Release 3 Delphi. Origin:ssh://git@myserver/Users/git/Repo/MyRepo.git Commits go through to local repository however I cannot push to origin with RAD Studio…
Revuimar
  • 303
  • 1
  • 11
3
votes
1 answer

Cannot install iOS SDK for RAD Studio 10.2 Tokyo

We recently purchased a new license of RAD Studio Tokyo and installed version 10.2 Update 3 on Windows 10 Pro. We purchased the product specifically for the capability of targeting both Windows and iOS, but so far we can only target Windows. The…
ardnew
  • 2,028
  • 20
  • 29
2
votes
1 answer

Unable to deploy an android application with RADStudio 11.3

I have just migrated my RadStudio from 11.2 to 11.3 and when I try to make an android application it is impossible to deploy it on my phone. Here are the error messages: c:\program files…
Remi45
  • 21
  • 2
2
votes
0 answers

Android app written by Delphi keeps stopping

I'm writing an Android app that receives push notifications using Delphi in RAD Studio 11.0 (Alexandria). But I've got a very strange problem preventing me from going any further than a blank app! The problem can be easily reproduced by creating a…
MW3226
  • 53
  • 5
2
votes
0 answers

Expected Blob got Clob rest services

In database, I have column blob, I need with rest services to send image from device to my database. In rest services I have parameter PAR_BLOB, I'm try convert Byte to String and get error Expected Blob got Clob function BytesToStr(abytes:…
babayaro
  • 491
  • 3
  • 15
2
votes
3 answers

FMX debugging Can't bind address, Address already in use

First time debugging from PC to Mobile Phone work fine, when try again get error. Any solution how fix this when try more debugging.
user_odoo
  • 2,284
  • 34
  • 55
2
votes
1 answer

RAD Studio XE8 - You cannot set property. Instances of TCustomActionList are not found

I've recently bought Embarcadero RAD Studio XE8 and started my first project. I am done with the setting up the UI, but when it came to adding actions to UI I'm in trouble because I am unable to access the Action section of the object inspector. It…
2
votes
2 answers

RAD studio 10.3.3 could not create java virtual machine

I already checked the issue but i didn't found a solution. I use RAD STUDIO 10.3.3 in Win 10/64b and i have installed java 1.8_171/32b I try to create a new (sample) android application 32b and it builds ok. When i try to run it raises the error…
JimPapas
  • 715
  • 2
  • 12
  • 27
2
votes
2 answers

TDBNavigator background transparency color error

When I add a TDBNavigator to my project, and mark the option FLAT = TRUE, immediately the background colour of my TDBNavigator changes to black, totally losing its characteristic. When I run the application, TDBNavigator is as shown in the picture,…
borgomeister
  • 996
  • 6
  • 13
2
votes
1 answer

Capturing HTML POST with Delphi?

I want to get the post value that I send in HTML with Delphi. I am using TIdHTTPServer. My goal is to get the data sent by POST. But there is a problem. I send it as "form-data" with a tool like the picture below. Capturing the POST…
Halil Han BADEM
  • 208
  • 1
  • 15
2
votes
1 answer

RAD Studio operation error during community edition iinstall

I'm trying to install RAD Studio on Windows 10. I have the community edition and a license code for it. Every time I attempt to install I get the following error: I have no idea why this happening and can't find anything via Google or their forums.…
BugHunterUK
  • 8,346
  • 16
  • 65
  • 121
2
votes
1 answer

Indy "Connection Reset by Peer" Err. 10054 on Specific Website

I am encountering some problems using some code that worked for ages involving Indy and the download of a web page. I use RAD Studio 10.2 Tokyo. The web page is as…
GabryJ84
  • 21
  • 1
  • 2
2
votes
1 answer

Unable to execute /usr/bin/xcrun simctl install... when deploying a Delphi app on iOS simulator

I'm trying to set up an environment for releasing iOS apps. On my Windows PC I use RAD Studio 10.2 Update 3 and I created a new Delphi app from one of the samples. On my Mac I have XCode 8.2, iOS 10.0 Simulator, PAServer 19.0 (running). In RAD…
bluish
  • 26,356
  • 27
  • 122
  • 180
2
votes
1 answer

MSBuild does not work anymore with Tokyo

I have multiple project groups that I want to compile at batch. There are over 100 projects in there. In 2010 we had a "make" file like this: call "c:\Borland\RAD Studio\19.0\bin\rsvars.bat" "c:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe"…
Gabriel
  • 20,797
  • 27
  • 159
  • 293
1
vote
1 answer

RAD Studio: How do I build my C++ application so it is ready to be distributed?

I have used RAD Studio's C++Builder to make a really simple Windows 32-bit app. I went to Project > Deployment and selected all libraries/dependencies I needed and clicked Build. When I sent the folder with all the app files to someone else, they…
Bubu
  • 11
  • 1
1
2
3
15 16