Jump to content

tgbs

Members
  • Content Count

    107
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by tgbs

  1. tgbs

    DelphiLint v1.0.0 released!

    How to uninstall
  2. tgbs

    DelphiLint v1.0.0 released!

    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
  3. tgbs

    Hyper-V server as host for 3 VMS

    Proxmox for servers, Virtual machine manager(again KVM) for workstation with GUI. Easy to add host hardware
  4. tgbs

    Quality Portal going to be moved

    Since it will be read-only, they should transfer all unresolved issues to the new system so that they can be commented on
  5. Yes sorry. My home antiads dnsmasq is marking lp.embarcadero.com. It is automatic script...
  6. 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.
  7. 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
  8. Only SPAM servers working fine...Every day receive mails from them
  9. 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
  10. It's getting ridiculous now with these servers and software shutdowns
  11. tgbs

    Help with Query at run time

    And once you manage to call getdbrecord, you'll still need to fill in the meaning of sName, now it's unknown
  12. tgbs

    Collecting data

    or here
  13. 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
  14. tgbs

    Rounding issue

    Rounds perfectly. I test and Ex
  15. tgbs

    Rounding issue

    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
  16. tgbs

    Rounding issue

    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?
  17. tgbs

    Rounding issue

    Because results are differen
  18. Little off-topic: what is Your host system
  19. We use gbak.exe for backup/restore via CreateProcess
  20. 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 ?
  21. "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.
  22. Any chance for mixing 32 and 64bit in Release ?
  23. tgbs

    Upgrading from 11.2 to 11.3

    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.
  24. 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.
  25. tgbs

    FMX mobile database

    I wouldn't open up a database to the entire internet
×