Jump to content

Edwin Yip

Members
  • Content Count

    430
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Edwin Yip

  1. Edwin Yip

    What new features would you like to see in Delphi 13?

    I'm so disappointed to hear that!
  2. Edwin Yip

    What new features would you like to see in Delphi 13?

    I'm so disappointed to hear that!
  3. Edwin Yip

    What new features would you like to see in Delphi 13?

    By now do you mean Delphi 11 or 12? I'm using 11 and the LSP server is quite unstable and as a consequence code completion, code navigation, and everything that relies on the LSP server becomes unusable at all... That being said, I don't want new features but stability enhancements to existing critical features.
  4. Edwin Yip

    ANN: Native X.509, RSA and HSM Support for mORMot

    What a great news for the new year!
  5. Edwin Yip

    ANN: Native X.509, RSA and HSM Support for mORMot

    "not yet available", does it mean there will be a TLS layer sometime in the future ? For http client it's sensible to just use clients in mORMot, but there are cases where you need to use Indy :)
  6. Edwin Yip

    ANN: Native X.509, RSA and HSM Support for mORMot

    Wow! You never cease to amaze us ab! Does it mean Indy can use it instead of OpenSSL for supporting the latest TLS/SSL standards?
  7. In case anyone is interested, and better, want to contribute, I've upgraded THunSpell which was originally written by Stefan Ascher to support Unicode Delphi and created a github repository. Attached Demo screenshot.
  8. I asked a similar question on the Delphi facebook group some time ago, and the feedback were all positive. I think it only make sense to use the Chilkat DLL if you really can't find an alternative with source code.
  9. Edwin Yip

    Coming soon

    @Alexander Sviridenkov This is very cool and can be very useful! While I have a faith in your libraries, the only thing I'm concerning about is the performance. Is it based on the good old and fast RTTI (System.TypInfo.pas) or the new but slow extended RTTI (System.Rtti.pas)?
  10. Edwin Yip

    Coming soon

    SQL is the most proven and widely-used DSL on earth, and it's the best option. Forget about those clunky and strange syntax of the so-called full-fledged ORM's.
  11. Edwin Yip

    Addictive software??

    What happened to them? Yes, it seems that the website is no longer available...
  12. Edwin Yip

    ICS V9.0 new components and samples

    Wow, well done!
  13. After working on 11.3 for months, my conclusion is that the LSP-based code completion and code navigation is much much unstable than the old non-LSP versions. I always have to kill the LSP server to get it back to normal...
  14. I created a simple demo project for mORMot web framework and Sempare Template Engine, both are the most powerful ones in their own catalogs, thus worth knowing how they can work together.
  15. Graphics32 + Angus's GR32_lines and GR32_text can be firm foundation for graphical apps. And no one mentioned https://github.com/fatihtsp/Blen2d4Delphi ?
  16. I need advise on solving the IDE help system not working issue, it's XE4 on Windows 7. I don't know since when it stopped working, but the error is as following: RAD Studio's help namespace is not defined. Please reinstall RAD Studio's documentation. class not registered, ClassID: {314111F0-A502-11D2-BBCA-00C04F8EC294} So I found the instruction from embt: https://support.embarcadero.com/article/43035 The help installer almost worked until I got the following error: H2Reg.exe ** Error ** MS Help 2.x runtime files are not installed on this PC. Installation/registration of Help files cannot proceed. According to Google and a MS forum post, I need Visual Studio 2008 SDK which still has a download on cnet.com, so I got it. But the installation cannot proceed since I don't have Visual Studio 2008 installed, so I stuck. I don't want to re-install the full XE4 because I've got so much IDE plugins and custom settings. Any advise? Thanks.
  17. Thanks for the info, tried both h2reg and h2viewer, both give me the following error: MS Help 2.x runtime files are not installed on this PC. I wish Delphi kept using the good old CHM or .hlp help file formats...
  18. See attached, I think I have all the VC 2008, 2010, 2012, 2013 and 2017 redistributables...
  19. The Cromis IPC framework is very well designed, it has a background thread running for receiving the messages, and only call your event handler when there is a message. I have several successful use cases with it.
  20. Edwin Yip

    OMG, that Edit Path expert is awesome

    I've been wanting such feature from the IDE for so many years already! And now you've done it! Well done @dummzeuch
  21. Thanks! Changing to `TIdSSLIOHandlerSocketOpenSSL.SSLOptions.Method := sslvTLSv1_2;` fixed a "EIdOSSLConnectError: Error connecting with SSL. EOF was observed that violates the protocol " error for me too!
  22. Sorry, I somehow the dll file was missing, now it is in the repository.
  23. Edwin Yip

    New FastCGI for Nginx in Delphi

    Today I discovered a new FastCGI implementation for the Ngix web server in Delphi and think I'd share it with you: https://github.com/kylixfans/FastCGI PS, I didn't make this - it's by my fellow countryman, but I guess here is the best sub-forum to make such a post?
  24. Well, I didn't exactly make this, but DelphiZip should be the most feature-rich open source zip component for Delphi, and since 2019 due to a health issue Russell Peters the previous maintainer has stop the maintenance. I fixed several minor issues for the library, but there is no place to submit my changes now (even delphizip.org is down), so I created a github repository and welcome anyone to contribute: https://github.com/edwinyzh/ZipMaster
×