Jump to content
Registration disabled at the moment Read more... ×

Geoffrey Smith

Members
  • Content Count

    30
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Geoffrey Smith

  1. Geoffrey Smith

    Sending Email via GMail Using OAuth 2.0 via Indy

    Hi @Ugochukwu Mmaduekwe, Have a look at https://github.com/geoffsmith82/GmailAuthSMTP/ I just created a simple demo for you. You will need to get a client_id from google in their developer toolbox. Geoffrey
  2. Hi, I’ve been trying to get the Linux Target platform working in Delphi. I setup PAServer and can connect, but when I download the platform sdk from my Ubuntu 16.04 VM, after some time it asks to overwrite some files that already exist. I can choose yes or no here but I always end up with the error below [DCC Error] E2597 C:\Program Files (x86)\Embarcadero\Studio\19.0\bin\ld-linux.exe: error: cannot find -lrtlhelper_PIC c:\program files (x86)\embarcadero\studio\19.0\lib\Linux64\debug\System.o:System:function System::fpu_init(): error: undefined reference to 'fpu_init' c:\program files (x86)\embarcadero\studio\19.0\lib\Linux64\debug\System.o:System:function System::_GetCPUID(unsigned int, unsigned int): error: undefined reference to '_system_GetCPUID' [DCC Fatal Error] F2588 Linker error code: 1 ($00000001) How can I get this to work? Thanks
  3. Geoffrey Smith

    Linux Platform target - problem with linking

    Thanks for that. Problem solved! 🙂 I was expecting Delphi to have a reasonable default for my first ever linux build. Obviously I was wrong about it being reasonable!
  4. Geoffrey Smith

    Linux Platform target - problem with linking

    Yes I did.
×