Build 485 causes 2011.08.09 21:58:07 Core 1 2011.04.05 02:30:12 Access violation read to 0xFFFFFFFFFFFFFFFF

 

This is on recompilation of EA from previous build.

    CTableOrders *t=new CTableOrders();
   Print("did not get here1");
   if(!t.Add(Ticket,stop_loss,take_profit,magic))
     {
      Print("The order addition has failed. Check order parameters.");
      return(false);
     }
     Print("did not get here2");

Access violation occurs after "did not get here1" and "did not get here2" 

Darryl 

 
Could you write to Servicedesk and provide your source code there?
Get in touch with developers using Service Desk!
  • www.mql5.com
We therefore attach great importance to all user reports about issues in our programs and try to answer each one of them.
Reason: