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

Re: trying again to write dll for ts6



PureBytes Links

Trading Reference Links

On Thu, 23 May 2002, Robert Linders wrote:

> Dear Mike/List,
> Although not in VC but in Clarion I made several DLL's for TS.
> Some things are just very "tricky" to do and that includes FILEIO and
> EVENT-PROCESSING (you are not running on a seperate thread and you do not
> have a "window" where you can post/get your events from).
> Try to do something simple (like passing a long adding one to it and than
> plot that value in TS).
> Any discrepancy in variable type, length or nr of them will crash TS and/or
> the DLL.
> Have fun
> Robert
> 
> ps. What is your goal (what should the DLL do) ?
> ps2. If you do get a skeleton DLL in VC that works maybe you can post it to
> the list.

I'm going to try some price analysis outside of TS where I can make it
faster. One of the guys derived a formula that is odd and requires lots of cycles.
As soon as I get the skeleton I'll certainly post it.

Mike