Jump to content

Davide Angeli

Members
  • Content Count

    107
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Davide Angeli

  1. Davide Angeli

    Are the jcl and jvcl libraries still alive?

    Already using git for internal use, it is actually very easy to interface with github. In a few minutes, following the advice, I was able to create a pull request containing some corrections that I had made locally and I saw that they have also already been integrated into the master branch by obones .
  2. Davide Angeli

    Are the jcl and jvcl libraries still alive?

    I don't know the others but I'm using this one (very good and well supported): https://www.syntevo.com/smartgit/
  3. Davide Angeli

    svg

    Now I'm switching to Skia (but using HTML Components too). In the past I've used this one that is also very good: https://www.bverhue.nl/delphisvg/ and this one (with some limitations): http://www.riversoftavg.com/svg.htm
  4. Davide Angeli

    Are the jcl and jvcl libraries still alive?

    Summurized in few words like Anders do it seems not really complicated. I will try it. I think you are right. In the specific case, the problem seems that there is no one who pulls the strings, so the risk is having dozens of pull requests that will never be integrated. It is diffcult to do when you have the perception that no contributors has time to dedicate like in this case...
  5. Davide Angeli

    Are the jcl and jvcl libraries still alive?

    I never used Github to contribute but it seems not so immediate to use... I want to create a pull request to post a couple of corrections on a jcl unit but I don't understand if I have to fork the project and then create the pull request from fork or if I could directly create a new branch on my local master and push it in same way (I m using SmartGit on local git repositories)...
  6. Davide Angeli

    Are the jcl and jvcl libraries still alive?

    uhm... ok good to hear that issue tracker is abandoned... so issues would be better to post directly on github. JCL seems quite static also on github. Just an example, till last year I was using JclSysInfo to get Windows version and it was very quick on updates but now at all there is no Win 2022 server recognition so I switched on standard Delphi functions.
  7. Davide Angeli

    F2084 Internal Error: D33566

    IMHO it is always the same of this: https://en.delphipraxis.net/topic/4628-several-f2084-internal-error-on-delphi-1042/ It's not a D11.1 problem. This kind of problems (f2084 internal errors, av in dc32xxx.dll, ecc ) were introduced (or emphasized) at least in D10.4 if not in previuos versions. I'm now using 11.1 too and fighting with these issues every days. There are several reports on QC but they never solved the problem. In my case these problems increase exponentially working on a big project group containing several BPLs, DLLs and EXEs (all VCL), when I compile one of the BPLs that are used (statically or dynamically) by the other projects. In these scenario the crash is almost at every compile. Closing the IDE and restarting all works fine.
  8. Hi all, I had some trouble in the last days after updating from D11 to D11.1 and I want to share if could help some one (maybe someone already wrote about this). In a 64bit VCL program I'm using legacy code that before 11.1 worked without errors. In D11.1 Emb introduces new Windows PE security flags in linker options and in particular a couple of them related to ASLR (https://blog.marcocantu.com/blog/rad111_pe_security.html). These flags are enabled by default and in my case, on legacy code (bad written), leads to random access violations. For "bad" code I mean do hard cast on pointers for instance something like this: "pointer(integer(PrinterInfo) + SizeOf(TPrinterInfo4));". Disabling the new ASLR linker flags the win64 app works but I guess that should be better to refactor that kind of code.
  9. Infact I solved in that way. The legacy code is not mine. That project use old libraries just 64bit compiled. One is Rave library (the sample is about it) and the other is Fibplus that has also old hard casts on pointers not always considering 64 bit pointers.
  10. Davide Angeli

    Several F2084 Internal Error on Delphi 10.4.2

    You are completely right. I have done this successfully several times. As you say the problem is finding the time to devote considering that the problem occurs in a completely random way.
  11. Davide Angeli

    Several F2084 Internal Error on Delphi 10.4.2

    I could see that I'm not the only one... some one already reported these unresolved annoying problems also on 11.1: https://quality.embarcadero.com/browse/RSP-37648 as you can read on the report this guy is available to remote debugging to solve the problem (it is not the only one...). I did same last year with 10.4.2 but no one contacts me so after 11.0 and 11.1 we're still here begging for some help.
  12. Davide Angeli

    Several F2084 Internal Error on Delphi 10.4.2

    Wow this one seems new (another access violation in dcc32280.dll) and just changing the active project double clicking on the treelist in the project pane:
  13. Davide Angeli

    Several F2084 Internal Error on Delphi 10.4.2

    I'm using D11.1 in the last two days. This kind of problems seems not solved: The error is now more beautiful to see colorful but it always remains unsolved ... It happens always working on a large projects compiling and debugging the pieces (DLLs, EXE, BPLs.. ) and swicthing from a project to another. I guess it is totally useless to open a new report in QC as it would be closed for the umpteenth time as "cannot reproduce". After the first exception, madexcept shows always this call stack trying to close IDE (note that on 10.4.2 e 11.0 was pratically the same). I don't know if could be useful...
  14. Davide Angeli

    Several F2084 Internal Error on Delphi 10.4.2

    for me too... Some months ago I've updated to 11.0 hoping in a better life but crashes are exactly same of 10.4.2. In the next days, maybe tomorrow, I'll give a chance to 11.1. I hope it won't be worse than it is now. I am now used to restarting the IDE at least once every 10/15 minutes.
  15. Davide Angeli

    Several F2084 Internal Error on Delphi 10.4.2

    Closed... I hope... solved in 11.1 ? I've dozens of this errors a day with 11.0 (not updated yet to 11.1) and they are exactly the same errors of 10.4.2.
  16. Hi all, on my D11 Alexandria installation is not longer available the file brc32.exe in the bin folder (https://docwiki.embarcadero.com/RADStudio/Sydney/en/BRC32.EXE,_the_Resource_Shell). On 10.4 the file is available. Is this utility no longer supported? I could not find any info.
  17. Davide Angeli

    SSL certificate for VCL Application Exe

    We have been using this one from several years: https://www.certum.eu/en/code-signing-certificates/ They give us an usb token containing the certificate. To apply the certificate to our exe, dll, bpl, installers etc I've created a small custom internal delphi tool using this library: SecureBlackBox, its not cheap but we are using it for other digital sign purposes and it works fine interacting with tokens and certificates.
  18. Davide Angeli

    TIdFTP read time out in FinalizeDataOperation

    Hi, I'm using TIdFTP to transfer a 100Mb file on a FTP server on cloud. This process always worked fine. Now I've upgraded to D10.4.2 (I'm using INDY distribute with Delphi). I don't know what is changed now (if something on Delphi, on Indy or something on the FTP server) but now at the end of the file transfer, in the TIdFTP.FinalizeDataOperation the program raises an EIdReadTimeout executing this instruction: ... GetResponse([226, 225, 250]); ... The file seems transferred regularly. There is only something wrong in the finalizing operation. Attached there is the log file produced with TIdLogFile. There is something that I could do or that I could check to avoid this timeout? Thanks Davide installa.exe.log
  19. Davide Angeli

    TIdFTP read time out in FinalizeDataOperation

    Thanks you just put me on the right path! IdFTP.NATKeepAlive property was already set in my application but probably with wrong parameters, maybe an IntervalMS too long. I've recalibrated the parameters (IdleTimeMS = 30000 and IntervalMS = 10000) and now it seems working properly (no read time out anymore). Sorry I'm not a "Wireshark guru" it's the second time for me using it! I've to say that is not so easy to use. I've found how to isolate FTP commands directed to the FTP server IP address but even if the size has reduced, 100 mb still remains. Perhaps it can be reduced more but it is not necessary.
  20. Davide Angeli

    TIdFTP read time out in FinalizeDataOperation

    I've monitored with WireShark both Filezilla and TIdFTP transfer. I've attached the final part of the transfer of both. I did these tests one after the other. I really don't know why this is happening. I've done a test with Total Commander too and also with this tool there are non timeout problems. Why TIdFTP doesn't receive the answser and waits for a timeout? I could not attach the 2 wireshark log here because they are about 500Mb (but if it could be usefull I could upload it somewhere).
  21. Davide Angeli

    TIdFTP read time out in FinalizeDataOperation

    Hi Remy, I've just simulate that transfer with Filezilla (3.52.2) and it works fine (no timeout error)... Just retried TIdFTP and unfortunatly with it the timeout is still present (I was hoping it might be a temporary internet connection problem but it doesn't seem to be the case). Attached is the filezilla log if could help. In it I could see a message "226 transfer complete" after the send data. This message is missing in IdFTP log... filezillatransfer.log
  22. Davide Angeli

    JCL installation problems in D10.4.2

    I think is something related to use with c++. For me is irrelevant because I'm using only Delphi Pascal Compiler.
  23. Davide Angeli

    JCL installation problems in D10.4.2

    In my case I've solved unchecking the "Dual Packages" option in the 64 bit page
  24. Davide Angeli

    JCL installation problems in D10.4.2

    Same problem here... I just download latest JCL from github to upgrade it. Win32 goes fine but when the installer starts to compile win64 I got this: Could it be related to latest hotfixes?
×