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
0
votes
1 answer

How to send response back from service to client when an event in service is fired?

I am using embarcadero rad studio 2010 and programming language as c++ and we are communicating with an external .net dll through WCF Service. Communication is done by Importing WSDL in embarcadero and we are able to call service through WSDL. Now…
0
votes
0 answers

cmake uses wrong version of compiler

I work with cmake and ninja in Windows 7. It worked flawless, till i opend an older version of my IDE. Now cmake uses the wrong compiler. Instead of C:/Program Files (x86)/Embarcadero/Studio/19.0/bin/bcc32x.exe it now tries to use C:/Program Files…
0
votes
2 answers

Sleep only working in debug mode, and not release mode (Embarcadero C++ Builder)

I am using Embarcadero C++ Builder (an engineer not programmer) I find the Sleep function is only working for me in debug mode and not in release mode. I see references in StackOverFlow not to use Sleep, and rather to use TTimer. I simply want my…
BarryK
  • 11
  • 5
0
votes
0 answers

IDE Expert ‘go to implementations’ on an interface (like ReSharpers ‘GotoImplementations’)

ReShaper has a command GotoImplementations, which enables you to jump to implementations of an interface (or a baseclass). Is there an IDE expert (IDE AddOn) that does the same?
AgoraC
  • 9
  • 1
  • 2
0
votes
1 answer

RAD Studio (C++ Builder) 10.2 Tokyo: Hide TListView Vertical ScrollBar

I have RAD Studio (C++ Builder) 10.2 Tokyo, and I was wondering how to hide or remove the vertical scroll bar on the TListView component. I can't seem to find any function or property of the ListView to do with the scroll bar apart from…
0
votes
1 answer

JQuery Ajax - Post - Value corrupted

First time I've ever encountered this strange situation. I've already worked with Ajax and parameters of different types. I tried it to solve with contentType, but it didn't seem to work. I tried to play with formats like UTF-8 of the document, and…
René
  • 1
  • 4
-1
votes
1 answer

Using the rust language in delphi/RAD studio/C++ builder?

Recently I read this: Happy 27th Birthday Delphi and a Few Thoughts about Building the Future And it says the following: The IDE provides enhanced OTAPI support with pre-built language plug-ins for Python, R, Rust, Go, and other “popular” and…
Merk don
  • 21
  • 4
-1
votes
1 answer

Blocked communication with API under windows 7 but not windows 10

I created a 32 bit program with Rad studio 10.4 in C++. This program must communicate with 2 APIs. My development machine is running Windows 10 x64 and all tests are going well. The program communicates perfectly with APIs. I put the program in…
-1
votes
1 answer

Converting a project that uses a 64 bit dll in Delphi 11 Alexandria from Delphi 10.3. Code on D11 is throwing an access violation

I have an app that uses winrar (unrar64.dll). In delphi 10.3 the code runs fine, but running it under Delphi 11, it throws an access violation on this line RARSetCallback(RARArchiveInstance, HandleRarCallBack, Integer(Self)); This function is in the…
-1
votes
1 answer

RAD Studio: Cannot resolve unit name 'pFIBDatabase' (Installed package)

Is there something missing so that I cannot include the package in a simple console application that was cloned from this GitHub repository: FIB? I've tried compiling the fibplus/FIBPlus_D26.drpoj and also FIBPlusEditors_D26.dproj, I've built the 2…
Ivan Silkin
  • 381
  • 1
  • 7
  • 15
-1
votes
1 answer

Conversion of std:string to char*

I'm trying to convert a result string that I get by doing some data manipulation, eg: std::string result = std::string(/* num_max */, '0').append(myDataModule->getId().c_str()); I'm getting an id from getId() (which returns an AnsiString) on my…
devs121
  • 49
  • 8
-1
votes
2 answers

Array type 'char [n]' and 'uint8 [n]' is not assignable

I'm trying to convert two types of values: char and uint8. I have a function someFunction(TLabel *label, TEdit *edit). Inside of this function, I have a variable char var[6+1]. What I'm trying to do: Get an Alphanumeric text (input of TEdit *edit),…
devs121
  • 49
  • 8
-1
votes
1 answer

Is there an equivalent of Indy 9's WriteBuffer() in Indy 10?

This code is written in Borland C++Builder 6 using Indy 9: void __fastcall TfrmMain::ServerConnect(TIdPeerThread *AThread) { BKUK_PACKET…
nordsynth
  • 5
  • 2
-1
votes
2 answers

Is there an equivalent of Indy 9's ReadBuffer() in Indy 10?

This code is written in Borland C++Builder 6 using Indy 9: void __fastcall TfrmMain::ServerConnect(TIdPeerThread *AThread) { BKUK_PACKET Pkt; ----------(中略)--------------------------------------- AThread->Connection->ReadBuffer((BYTE…
nordsynth
  • 5
  • 2
-1
votes
1 answer

Rad Studio 10.2.3: Driver/Connection Registry File dbxconnections.ini not found

I am facing problems to use Delphi with MySQL ... I have been trying for weeks to solve the error but without success i Am using AppServ : Apache + PHP + MYSQL 5.7.17 Someone please help me On click ConnectionName Properties: Error:…
Matrix
  • 25
  • 7
1 2 3
15
16