View Single Post
  #4 (permalink)  
Old 07-23-2006, 09:22 PM
cardio cardio is offline
Senior Member
 
Join Date: Sep 2005
Location: St Louis, MO, USA
Posts: 176
cardio is an unknown quantity at this point
Error found

In sendMail.mqh it says
Code:
#include <gMail.mq4>

//this should rather be
#include <gMail.mqh>
Then it all compiles - waiting to see if it will work when the market opens
Reply With Quote