Jump to content

david_navigator

Members
  • Content Count

    151
  • Joined

  • Last visited

Posts posted by david_navigator


  1. @Stano this is 10.4.1 with latest patches. I keep forgetting to call it 10.4.1 rather than just 10.4

     

    @Uwe Raabe it's a Virtual machine, but it thinks that it's 2 processors of 1 core each. The real machine is i7 4 core.

    Very weirdly. Atter two and a half hours it suddenly started working correctly. D10.1 had no issues, so I don't think it was Windows doing something. Currently seems to be OK - fingers crossed it continues that way. 


  2. Just upgraded to D10.4 but it's unusable. The editor has a 2 second delay & now 27 mins after loading a project, the IDE is still chugging along doing something.
    Tried a Windows reboot. Also look at memory footprint compared to 10.1 for the same project.


    image.thumb.png.97eee34f4c2d7e07a6c78c5c5cc7bd21.png

     

    <Later>

     

    Very weird, even with a simple "Hello World" app delphi is using 43% processor.
    I'm guessing this is some badly behaved design time package. Is there anyway to diagnose, other than removing them one by one (very, very laborious) ?


    image.thumb.png.e37ea54348a54c88fdbe0b926f1fae71.png


  3. I'm not really using it as a library of reusable code, more a reminder of how to do things e.g

     

    I can never remember how to iterate through the nodes of an XML document - something I might need to code every couple of years, so I just want to be able to pull up an example bit of code to refresh my memory.


  4. What do others do to keep track of their useful code snippits ?
    I use Gexperts Code Librarian but I'm finding the inability to import and export folders and snippets a bit restrictive, plus I believe I can't open the same librarian file in two different IDE's at the same time.

     

    Other than that, it does do everything I need. Are there alternatives ?

     


  5. 34 minutes ago, Sherlock said:

    Honestly, I feel this right here is the best place to get information like that 😊

    Been using Delphi since day 1 of D1 and only found this site a few weeks ago. Is there a reason that it's not indexed by Google ?


  6. Just installed GExperts 1.3.17 in Embarcadero® Delphi 10.4 Version 27.0.37889.9797

    i.e Sydney with Patch 3.

    Starting Delphi now throws the following error. Tried uninstalling & reinstalling (same issue).
    Tried manually running the ExpertManager.exe - gives same error. 

     

    ---------------------------
    Expertmanager: ExpertManager.exe - Entry Point Not Found
    ---------------------------
    The procedure entry point @Deskform@TDesktopForm@AdjustLastLoadedBounds$qqrv could not be located in the dynamic link library C:\Program Files (x86)\GExperts for RAD Studio 10.4\GExpertsRS104.dll. 
    ---------------------------
    OK   
    ---------------------------


  7. What Microsoft licensing is required to use Thinfinity to provide an app as a SaaS solution ? 

     

    Cybelesoft tell me that I don't need a CAL or an RDS license due to the way it works, but reading the Microsoft licensing I can't work out how they come to that conclusion. 
    Are any of you Thinfinity users using it to provide a service to outside users and if so, what have you done licensing wise ?


  8. 4 minutes ago, Angus Robertson said:

    You can use a stand-alone proxy server such as STunnel running on the same network to accept connections on port 25 and send SSL to port 465, you don;t need a full SMTP server. 

    Brilliant. That sounds idea. WIll check it out.

     

    5 minutes ago, Angus Robertson said:

    ICS has a proxy sever component that does exactly that (I use it for an old email client) but we only support Delphi 7 and later. 

    No problem, my current development environment is Sydney.


  9. 25 minutes ago, FPiette said:

    There is no ICS with SSL for Delphi 5. If you have a lot of component it is feasible to port it to latest Delphi version provided you have full source code for every components.

     

    I am rewriting it slowly with current components (there's just too much work getting the old ones to work - one suite was such spaghetti code, it was impossible), but I need a "quick fix" solution to the email.
    I'll have a look at your samples. I'm guessing you have a sample SMTP server and sample SMTP client demo to get me started ?


  10. The app is an old D5 one with loads of components that are no longer available. I no longer have a D5 development environment, so I think that creating a new Vmware machine, finding a D5 install, setting it up with all the original components and then updating it to use SMTPS (if there is a D5 version) would take longer than writing an intermediate app ?


  11. I have an old app that we use frequently that only support sending SMTP emails via an unauthenticated connection on port 25. Of course these days no ISP allows this kind of connection. 

    Is my simplest solution to write an app that it can connect to to send any emails, (acting as an SMTP server) and then send the email on (acting as an SMTP client) using modern connection techniques ?
    I was thinking of Indy (SMTP Server -> SMTP Client), but maybe there's some components that already do this or even better an off the shelf (cheap) solution ?

     

    Cheers

     

    David

×