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

Hashnums



PureBytes Links

Trading Reference Links

I am having problems with the Hashnums.dll.  I have upgraded to Build 27 and
downloaded the 2 TS_kit files.  The following code causes my computer to
crash:

If CurrentBar=2 then begin

DefineDLLFunc:"c:\omega\prog\hashnums.dll",INT,"putAt",LPSTR,LPSTR,FLOAT;
    DefineDLLFunc:"c:\omega\prog\hashnums.dll", INT, "getAt", LPSTR,
    LPSTR;
    putAt ( "mydata" , "Start" , 900101) ;
    putAt ( "mydata" , "Last" , 991031) ;
    Start=getAt("mydata", "Start") ;
end;

Any suggestions?