Quantcast
Channel: Recent Topics - Forum - Embarcadero Community - Embarcadero Community
Viewing all 3677 articles
Browse latest View live

Delphi Community Edition - unable to build 64-bit Windows target - by: David

$
0
0
I'm trying to build a project with 64-bit Windows as the target, but I'm getting this error message:

"Unable to create process: The system cannot find the file specified."

However, when I specify 32-bit Windows as the target, it builds and runs successfully. Here are the lines in the .dproj file:



And in the Project Manager, I see both targets listed. Is there something else I need to do?

Thanks.

Why does Delphi IDE freezes itself over clipboard? - by: lukasz

$
0
0
When I copy to clipboard some text from SourceTree (code with git merge info added) and then switch to Delphi it freezes for half a minute, even longer when I happen to copy something larger (like .exe).
Only program I've seen doing that, is there any good explanation?

unbalanced stack or queue operation - by: Krisztian

$
0
0
Hi,

I created a multi device APP, running fine on windows platform.
On Android I run into "unbalanced stack or queue operation" almost every command.
Tried android emulator and run on android device (4.2.2 and 9.0), problem still exist.

What can i try/do?
(Delphi Prof 10.2.3)

Krisztian

Remember Log-in Credentials - by: Gregg

$
0
0
Can the 'remembering log-in credentials' be fixed. Despite having a 'Remember Me' tick box, it just doesn't work.

FireDAC purchase - by: Maris

$
0
0
Hi.

How come there is no more option to purchase FireDAC Client\Server for Delphi Professional ?
Hope to receive answer from Embarcadero officials.

PS. At least I could not find option in the usual places.

Can't install Google USB Driver into Windows 7 - by: Nikolai

$
0
0
I watched this video tutorial and successfully completed all the steps except the last one (6:35). I get the following installation error: "The selected .inf file doesn't support this installation method".

And, of course, I don't see my Android device in the Device Manager. I tried to install this .inf file with the connected Android device and without it, but I get no result.
How can I solve this?

Delphi Community Edition Licence Key - by: Andrew

$
0
0
Hello, I have just downloaded the Delphi Community Edition and it is requesting a licence key as part of the installation.

I haven't received any details regarding this. Do I have to request one or should it arrive automatically? It has been nearly two hours since I downloaded the installation executable.

Thanks.

Installing 3 party component i C++ Builder - by: Freddy Holst

$
0
0
I'm trying to install a 3 -party component, in C++ Builder XE6. Original written in Pascal for Delphi.
In the interface section, there is the Uses clause, with some units the component uses,like Graphics.

Regardless of directory-options, I set in project-options, and what else I try, compilingfailse with the
error: File not found, <INstalledDirectory>\Graphics.dcu

How do I solve this problem, of of compiling the Graphics uni. I casn find Graphics.hpp,
but moving it to Component directory don't help

Problem linking shlwapi.lib - by: Ioannis

$
0
0
I am using C++ Builder XE and C++ Builder XE2
I am including <shlwapi.h> in order to use the AssocQueryStringA function.
I get a linker error
[ILINK32 Error] Error: Unresolved external 'AssocQueryStringA' referenced from...

It is as if the Builder has a problem linking to shlwapi.lib from the
C:\Program Files (x86)\Embarcadero\RAD Studio\8.0\lib\win32\release\psdk folder
despite the fact that the psdk folder is listed in the"Library Path" under "Project->Directories and Conditionals"

If I explicitly add the shlwapi.lib to my project from the project manager, the linking works fine.

Moreover, I have checked that other libraries placed in the psdk folder have no problem linking.
For example, in the same function where I call the AssocQueryStringA, I also call PlaySoundA function, which demands Winmm.lib (also placed in the psdk folder) and has no problem linking..

Delphi Community and Delphi 7 - by: William

$
0
0
OK, so I still code in Delphi 7 - wow! But over the years, it's so reliable and easy to use. Now, though, I would love to get up to date and the new Community release looks like it might be the way to start this process.
My question is - will the new Community version install safely and live together with my currently installed Delphi 7 and SQL Server 2014?
Thanks
Bill

Compielinga 3-party component i C++ builder - by: Freddy Holst

$
0
0
I have a componet, originally written for Delphi.
When trying to install, I get the problem, the DElphi Graphics-unit
can not be found.

Anw wh<t ever I do, tC++ Builder, keep reporting file missing.

What to do?

Is this the correct place to ask about a Delphi+Android+Firmonkey question? - by: Edigest

$
0
0
I just saw that the old forum has become read only; I entered this forum and I saw this "THING"

I would like to ask a question on a specific topic (or search if there is something already posted about it); but the whole structure of the forum is poor, there is no subject categorization ..?!?
Is it ok to pick "programming"? (a big cauldron for everything)

I don't want to criticize you, but in my opinion this is a BIG step backward ...

... and the annoying "I'm not a robot" keeps asking me if I'm a robot?!?

Trying to disable virtual keryboard on FMX Android Application - by: Edigest

$
0
0
Is there a way to disable the virtual keyboard on a FMX Android Application ?
Whenever the focus changes it pops-up and hides the control.

It seems that therer is no official documentation about it, and searching on the internet I found weird ways to do it
(e.g. write an OnEnter event for each control ?!?)

In Tokyo 10.2 upd 3, settting:

FMX.Types.VKAutoShowMode :=TVKAutoShowMode.vkasNever;

has no effect.

Is there an "official" clean way to accomplish such a simple task ?

Thanks,
Mce

wordWrap Problem - by: Prem

$
0
0
I have a richedit that I have set the wordwrap property to true and I have the below code which sets the state of the wordwrap on the status bar.

And if I need to turn the wordwrap off and back on. The code is:

The problem is, that even though wordwrap set to true, they are not wrapping at the end of the line. I'm having to go into the options menu and turn wordwrap of and then back on again. This used to work okay in Delphi Four and Delphi Five but does not work 10.2.3.

Prem

Remote debugging on with Windows 64bit - by: Alexander

$
0
0
I need have ability debugging application on remote Windows 64-bit workstation.

Remote debugging with PAServer works fine for 32-bit applications. I can set breakpoints, trace code execution, evaluate some variables.
But it doesn't work for 64-bit applications. No breakpoints are available in debugger.

I use Win 10 Pro 64 bit (build 1803) for local development and remote debugging machines.
Connection profiles are created correctly. Linker option "Include remote debug symbols" set "On" for Debug 64-bit Windows platform. .exe and .rsm files are deployed to remote workstation successfully.

Event log displays that Debug information is exists:
Thread Start: Thread ID: 5580. Process ConsoleWebTest.exe (5696)
Process Start: c:\scratch-dir\profile-name\ConsoleWebTest\ConsoleWebTest.exe. Base Address: $00007FF88C261410. Process ConsoleWebTest.exe (5696)
Module Load: ConsoleWebTest. Has Debug Info. Base Address: $0000000000400000. Process ConsoleWebTest.exe (5696)


Pausing application execution in Debugger or raising exception in application displays only CPU debug window without any debugging symbols.

Problem with Indy's DNS server component - by: Alexei

$
0
0
Hello, community!

I just put a dns: TIdDNSServer component on my form and activate it like this:

but when I check how it works via nslookup.exe I have the following error:

This exception throws me to TIdDNSResolver.Resolve method.
Is any body has working DNS server example ? What Am I doing wrong ?

My nslookup test:

Tokyo 10.2.3 Rest Client Specify the TLS level to use - by: Mike

$
0
0
Hi, I understand with Tokyo 10.2 that the rest client can specify at runtime the TLS version to use. Can someone point me to some documentation on this or code examples of implementing it?

Thanks,
Mike Bryan

Passing String to Memo Text - by: Zachary

$
0
0
Hi all,

First time posting, and fairly new to C++. Embarcadero is my first IDE with the language.

I was following this tutorial on how to set up a basic Client / Server communication:
docwiki.embarcadero.com/CodeExamples/Tok...oom_Socket_(C%2B%2B)

And after finishing the instructions, I attempted to launch Server.exe. I received an error - it did not understand the string variable "Str" (setting up this string is the first step in the tutorial).

After messing around a bit and looking online, I found out that it needed to be declared as std::string Str

This solved the issue, but now I am encountering issues where Server.exe is unable to pass this Str to the Memo1 Text field. I can only assume I need to cast Str as a different kind of string before I can pass it along, but am unsure how to do this as I do not know what kind of string the Memo object requires.

Any help would be greatly appreciated on how to do this ... I am shocked that the tutorial provided by Embarcadero is faulty. Furthermore, I am unable to find any information on the "text" property of the Memo object.

Cheers all and thanks in advance!
Bytesize

Installation of Embarcadero® RAD Studio 10.2 - by: Ijaz

$
0
0
Hi,
I have installed " Embarcadero® RAD Studio 10.2 Version 25.0.31059.3231 " on windows 7, 64-bit edition.
Installed updates are Delphi 10.2 and C++ Builder 10.2 Update 3.

I have an existing project created with cbproj file extension, so I was trying to install C++ Builder Community Edition.

Please let me know is it the right application I should download for cbproj file.


Thanks,
Ijaz

Delphi and mysql, Delphi6 projects - by: Emmanuel

$
0
0
Hello,

We are curently still running a few apps that were developed using Delphi 6. For future projects we are considering the choice between visual studio and the new version of Delphi. The development is for use within our company on an internal windows based network. Most of our development is database apps (mysql) for use on win10 clients. We want to use the 3th party datagrid from Developer Express as we were used to under Delphi6.

Can anyone tell me if the community version of Delphi is enough to do the above? If not, what version do we need? I suppose the Delphi 6 projects cannot be converted to the current version?

Thx,
Emmanuel
Viewing all 3677 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>