Results 1 to 4 of 4

Thread: Pro_InitSocket Unknown declaration - fInclude

  1. #1
    Join Date
    Apr 2007
    Posts
    373
    Mentioned
    2 Post(s)
    Quoted
    24 Post(s)

    Default Pro_InitSocket Unknown declaration - fInclude

    Hello,

    this procedures gives me an error.
    I have updated plugins.

    Code:
    Procedure SendEmail(URL, Email, Password, Name, Recipient, CC, BCC, Subject, Message, Attachment, AttachmentMime: String);
    var
      Sock: SSLSocket;
    begin
      Pro_InitSocket(Sock, nil, nil, nil, nil);
      Pro_CreateSocket(Sock, '');
      Pro_SetSSL(Sock, false, false, true);
      Pro_SetVerbose(Sock, true);
      Pro_SMTP(Sock, PChar(URL), PChar(Email), PChar(Password), PChar(Name), PChar(Recipient), PChar(CC), PChar(BCC), PChar(Subject), PChar(Message), PChar('text/plain; charset=UTF-8'), PChar(Attachment), PChar(AttachmentMime));
      Pro_FreeSocket(Sock);
    end;
    ~Fre

  2. #2
    Join Date
    Sep 2014
    Location
    C:\Simba\
    Posts
    565
    Mentioned
    9 Post(s)
    Quoted
    71 Post(s)

    Default

    FInclude is outdated and has only been used for script selling so I doubt anyone will fix it up
    Feel free to ask me any questions, I will do my best to answer them!

    Previously known as YouPee.

  3. #3
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Hmm that may be an old version of Prosocks. I noticed it's with Fittas include (who is inactive) which isn't really used outside of his scripts

  4. #4
    Join Date
    Apr 2007
    Posts
    373
    Mentioned
    2 Post(s)
    Quoted
    24 Post(s)

    Default

    Okay thx, i will try to find a workaround.
    ~Fre

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •