View Single Post
  #5 (permalink)  
Old 11-30-2007, 05:18 PM
Ghamm Ghamm is offline
Member
 
Join Date: Jul 2007
Posts: 61
Ghamm is on a distinguished road
Be real careful when you have a DLL that is calling a Com object..
You'd be way better off using Native code to do SMTP or POP3..

What language do you code in? C++, Delphi?
Which compiler of C++? Use some native Socket code.. Your dll will run much better.





Quote:
Originally Posted by draho View Post
Hello,

I would like to use a DLL which includes some functions to work with POP3 protocol like Connect, Delete, Retrieve etc. I don't know how to define that DLL and those functions in MQL4 in order to get it work.

Once it is defined and I am able to use those functions I am able to code what I need.

I would very appreciate if anybody helps me start !

This is the link to the website with the description of the component Component (click on Pivo.POP3) because I don't even know whether it is possible to use this DLL in MQL4 environment.



Thanks a lot in advance!
Reply With Quote