Questions tagged as 'embarcadero'

2
answers

Error trying to host app on itunes

We made an iPhone app with Embarcadero xe10 + PHP, but when trying to host it in: He was turned down for not having IPV6 support. I joined the site link and I noticed that IPV6 access is not supported. Apple requires my application to...
asked by 01.03.2017 / 21:28
0
answers

Example Delphi ScrollForm is not working in version 10.2

I have an App (Android) developed in the Delphi version 10.1, where I used the ScrollForm examples (so that the layout moves along with the android virtual keyboard to not cover the edits), now I was deploy in the current version (10.2 ) and it...
asked by 03.06.2017 / 17:55
1
answer

Delphi - Make a Thread that plays a song in loop

I managed to make a Thread that plays the song, but only for 1 time.  If I put a loop in it I have several errors, like the 1400. It seems that the thread does not close when Form1 is closed, because the problem always happens when I try to c...
asked by 02.11.2015 / 19:48
1
answer

Error DirectShow9 Delphi 7

Good afternoon! I have an error compiling my project in Delhphi 7, when compiling it it gives me the following Fatal error [Fatal Error] AUTOINSTALADOR.dpr (6): Unit DirectShow9 was compiled with a different version of DirectDraw.IDirectDraw...
asked by 27.04.2018 / 19:22
1
answer

What is the difference between SaveDialog and FileSaveDialog in Delphi?

I have already used both the SaveDialog and FileSaveDialog components for the same tasks, without noticing any differences between them, except that FileSaveDialog is not compatible with Windows XP, the coexistence of the two components was a fe...
asked by 04.07.2015 / 01:18
1
answer

How to use an API in C ++?

I've been researching on several sites that explain how to use an API, but for some reason I'm doing it wrong. I would like to know how to use the Windows WM_PASTE API to block the Paste of the mouse (ctrl + v) in a TComboBox. I'm using Embarcad...
asked by 21.06.2015 / 03:18
0
answers

Using .jar libraries on the pier [closed]

Good afternoon everyone Researching found several posts talked about java2po and its function of converting .jar libraries to delphi language. I was able to convert some libraries that I need, but when I load the converted files they have sev...
asked by 28.06.2016 / 20:46
1
answer

Access violation in module 'DBXCommondriver220.dpl'

I'm having trouble using Firebird on Embarcadero C ++ XE8. Error: Access violation in module 'DBXCommondriver220.dpl'     
asked by 06.05.2016 / 04:23
0
answers

How to make an app that communicates with another on the PC (RAD Studio)?

I am a beginner in the RAD Studio (Embarcadero) program, I would like to know how to create an android app that communicates with one on the PC, if you know a better program, thank you. Example: An app with a button that causes the PC app to sho...
asked by 29.03.2018 / 15:48
1
answer

Problem deleting a TObjectListTLabel from memory

I'm having a problem clearing a TObjectList < TLabel & gt ;, in specific ObjectList of type TLabel. I created two ObjectList, added an item and tried to clear them from memory: Code snippet: tolRectMenuItemProntuario := TObjectList<TRecta...
asked by 24.11.2017 / 13:35