PureBytes Links
Trading Reference Links
|
A common solution to this problem is to break your system
into into smaller chunks and use global data. To pass data
via global you need a DLL.
There are a number of DLL's for doing this. HASHNUMS DLL
allows you to pass data via structured objects. The NEW
QLSNUMS DLL allows you to pas data in lists, stacks or
queues.
See www.ozemail.com.au/~qtrade for more information
on these or mail:
qtrade@xxxxxxxxxxxxxx
> -----Original Message-----
> From: Glenn Crumpley [SMTP:glenn@xxxxxxx]
> Sent: Saturday, 17 January 1998 14:40
> To: Omega-list@xxxxxxxxxx
> Subject: ELA: Exe too large
>
> Some time ago there was a discussion about the "Exe too large" error
> in
> Tradestation. Can someone point me to a source of information on this
> problem that discusses, for example, common causes and common
> solutions. I'm aware of the IncludeSystem solution, but I really feel
> that some of the systems that cause this error are very small from a
> source code standpoint (less than 10 lines of code), so I'm trying to
> get a better handle on which functions and coding methods are related
> to
> the production of large EXE files.
>
> Regards,
> Glenn Crumpley
|