Jump to content

tgbs

Members
  • Content Count

    83
  • Joined

  • Last visited

Everything posted by tgbs

  1. tgbs

    ActionList Editor: New Standard Action...

    We have a problem when double-clicking on the TActionlist. There are only a few actions, but the image list (TVirtualImageList) is large
  2. tgbs

    Use Interbase Developer license on 2 Windows PCs?

    Mixing different versions of client dll and server also give such error. Use a monitor to see what dll your wife's computer is loading
  3. tgbs

    DelphiLint v1.0.0 released!

    How to uninstall
  4. 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
  5. 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
  6. 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
  7. Yes sorry. My home antiads dnsmasq is marking lp.embarcadero.com. It is automatic script...
  8. 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.
  9. 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
  10. Only SPAM servers working fine...Every day receive mails from them
  11. 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
  12. It's getting ridiculous now with these servers and software shutdowns
  13. 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
  14. tgbs

    Collecting data

    or here
  15. 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
  16. tgbs

    Rounding issue

    Rounds perfectly. I test and Ex
  17. 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
  18. 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?
  19. tgbs

    Rounding issue

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