delphi xe10.2
Discussions tagged delphi xe10.2
-
more than a month ago
Missing MSBuildTools
Hello, I have installed Rad Studio 10.2.3 on a Windows 8.1 Pro, 64 Bit System. The IDE starts normal. After open a project all system units, like Vcl.Forms and System.Classes, are not available. Trying to compile the project I got the following error... -
more than a month ago
Rest Client with PFX certificate file
Hi, I have to developp a Rest Client in Delphi Tokyo. It should use a pfx file certificate to consume the web service. In SoapUI I have such things : For the pfx certificate I have and for the Authentication Any idea of how to do this... -
more than a month ago
Delphi build machine
Hello. I need to build localized project from coomand line (in build machine). I can build original project, no problems. But when i try to build localized project. i get error, something like "incorrect project file" How can i build localized pro... -
more than a month ago
Accessing external variable exported by DLL
I am trying to make a Delphi wrapper for the PDCurses (Public Domain Curses) DLL.This DLL exports several variables. Example from C(++) header: #ifdef PDC_DLL_BUILD # ifdef CURSES_LIBRARY # define PDCEX __declspec(dllexport) extern # else # d... -
more than a month ago
Closing a "stay on top" splash screen results in undrawn controls
I have a splash screen that is set to fsStayOnTop during the load process. I do this to avoid the user seeing multi forms being created and docked into the final interface. The problem is that after I close the splash screen many of the controls on... -
more than a month ago
Calling Invalidate causes error
I'm working on a game project and on Android a random crash is occurring. After much test here is what I've found. 1 Created a new Multi-Device application.2 Put a TTimer on it.3 Timer interval set to 14 Timer OnTimer event calls Form.Invalidate5 De... -
more than a month ago
Re: Delphi Tokyo and iOS 11 Beta 2
Hi there Ive read that Apple will be releasing iOS 11 to the public in the Autumn. Bearing this in mind, Im wanting to start testing my FMX Apple Apps with iOS 11 Beta 2, to check that all works OK. Is it possible to use Delphi Tokyo with iOS 1... -
more than a month ago
How to connect bluetooth printer from IOS device ?
Hello, i have code for connecting bluetooth printer from Windows & Android devices but i couldn't able to find any sample program for IOS. Please help me on this.... -
more than a month ago
How to generate SOAP-Response with Class including object-array or list of objects?
Hello, I want to program a SOAP-Server and Client using TRemotable. I tried the tutorial of Craig Chapman. It runs well and I implemented a new methode for respond an object. I want to read records from a ADO database and store them in the service... -
more than a month ago
Delphi mswinsck.ocx issue
I have applications using 'mswinsck.ocx' file for windows messages. My 'mswinsck.ocx' file is registered from 'C:\Windows\SysWOW64' folder. All 32bit applications are working fine with this ocx file. Now I am migrating my Delphi applications from 3... -
more than a month ago
Hpw can I create a SOAP server applications with existing XSD for request and response?
Hello! I have to create a SOAP web service base on existing XSD schemas witch will be used as Request and Response. I build two units based on my xsd schemas. And have a new units with interfaces IXMLBatchUpdateCardDataRequest and IXMLBatchUpdateC...
- Page :
- 1