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

RE: EXE Code Too Large



PureBytes Links

Trading Reference Links

Welcome to every TS programmers nightmare.  I have used the HashNums program
but be warned passing values back and forth between TS and HashNums slows
things down considerably especially in long RT charts.  You still might find
it practical if you plan to pass values back and forth once or twice i.e.
with one IncludeSystem Statement but after that Good Luck.  There might be
an interesting solution at Scientific Approaches Tradelab.  Their Global
Variables program interfaces with Visual Basic.  So you could pass the raw
data to their Global Variables program, a Visual Basic program could process
the data and pass it back to the Global Variables from where the TS system
could import the results.  My thoughts are that this could be reasonably
fast.  I have not used the SciApps TradeLab Modules but I'm looking hard at
it right now.  There WebSite is http://sciapp.com/index.html

Can anybody out their add their two cents worth?

> -----Original Message-----
> From: Jim McConnon [mailto:Jmcconno@xxxxxxxxxxxxx]
> Sent: Wednesday, September 16, 1998 12:14 AM
> To: Omega List
> Subject: EXE Code Too Large
>
>
> I have run up against the size limitation for systems in TS 4 build 21
> (64k?).
>
> I have tried to slim down the code as much as possible.  I put some print
> functions into an Include System.  I put some calculations into a
> function,
> but that seems like it uses up just as much space.
>
> Any thoughts? Use a DLL like Hashnums to pass values? I'm sure
> others run up
> against this and TS 5 is not here.
>
> Jim
>