[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EXE code too large



PureBytes Links

Trading Reference Links

Hi Valerie,

I encountered the same problem and got around it by seperating all the 
entries and exits.  I made an individual IncludeSystem for each entry and 
exit.  Then I made a  system (think of it as a master system) which simply 
consisted of calling all the IncludeSystems for the entries and exits.  I 
havent encountered the error since.

Ken