

tgbs
Members-
Content Count
107 -
Joined
-
Last visited
-
Days Won
1
Everything posted by tgbs
-
How to uninstall
-
I just tried it and it works. But I didn't see where I could remove the check for mixed names for example. And how to remove the texts from the file without closing Delphi
-
Proxmox for servers, Virtual machine manager(again KVM) for workstation with GUI. Easy to add host hardware
-
Since it will be read-only, they should transfer all unresolved issues to the new system so that they can be commented on
-
FYI - Several Embarcadero services are currently unavailable
tgbs replied to Keesver's topic in General Help
Yes sorry. My home antiads dnsmasq is marking lp.embarcadero.com. It is automatic script... -
FYI - Several Embarcadero services are currently unavailable
tgbs replied to Keesver's topic in General Help
I cannot register for any webinar clicking on link from email Unable to connect An error occurred during a connection to lp.embarcadero.com. The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer’s network connection. If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web. -
FYI - Several Embarcadero services are currently unavailable
tgbs replied to Keesver's topic in General Help
I don't mind getting ad emails once a day. It's strange to me that of all the services, this is the only one that works every day without interruption. Sorry -
FYI - Several Embarcadero services are currently unavailable
tgbs replied to Keesver's topic in General Help
Only SPAM servers working fine...Every day receive mails from them -
FYI - Several Embarcadero services are currently unavailable
tgbs replied to Keesver's topic in General Help
The problem is not the monitoring. The problem is that very often it becomes a problem with these services. Is it the fault of the sysadmin or the programmer, but this service drop needs to stop -
FYI - Several Embarcadero services are currently unavailable
tgbs replied to Keesver's topic in General Help
It's getting ridiculous now with these servers and software shutdowns -
And once you manage to call getdbrecord, you'll still need to fill in the meaning of sName, now it's unknown
-
program Project2; {$APPTYPE CONSOLE} {$R *.res} uses System.SysUtils, System.Math; begin var a,b:double; a:=1.015; b:=2.275; writeln(round(a*Power(10,2))); writeln(round(b*Power(10,2))); readln; end. Please run as 32 and 64bit I split this off to its own topic, so that future readers will find this tightly packaged. Please consider creating a new thread for any question/issue/remark that is not exactly the same as the opening post of a thread - Sherlock
-
Rounds perfectly. I test and Ex
-
The numbers are indicative and taken from a database. I expect Delphi to behave as described in the documentation (help). I have not read anywhere that it is possible to have a difference between the same code for a Windows 32 and 64 bit application. I don't think if I interfere with the platforms. And again I ask why, for example, in a 64-bit program, rounding depends on specific numbers. Using the same types of variables and functions one rounds up and the other down. I haven't touched the rounding settings and debugged that is rmNearest
-
I still can't figure out why 1.015 * 100 and rounded is different than 3.015 * 100 and rounded. The first is counted down and the second up - 101 and 302?
-
Because results are differen
-
Little off-topic: what is Your host system
-
We use gbak.exe for backup/restore via CreateProcess
-
The name of Firebird service is different after 2.5 or 3.0 version i think Edit: But how works in debug then... "service 127.0.0.1:service_mgr is not defined." no port here ?
-
"connection was rejected by remote server" - maybe different server and client version. IBX is written for IB not for FB. If app is using FB then grab dll from FB install. But rewrite program to use Firedac or native FB client. Also run Process explorer and see what dlls is using app with Debug(working) and Release.
-
Any chance for mixing 32 and 64bit in Release ?
-
After Delphi 7, I install every new major version on a new virtual machine. On a second disk (D:) I possibly clone and attach the relevant data for Delphi projects. In the bin folder there is a tool for migrating to a new computer and version. And it has its subtleties, but it works well if Getit packages are not installed.
-
Ordinary POS are connected with a cable to a "computer" or via Bluetooth. POS terminals have firmware and a protocol by which they connect to the bank and the provider. You need a technique to talk to POS and send the commands according to the corresponding protocol.
-
I wouldn't open up a database to the entire internet