| 
 PureBytes Links 
Trading Reference Links 
 | 
Hi
did you put the Hashnums.dll in the right directory ?c:\omega\prog
Maybe you can try C:\PROGRAM FILES\HashServ32 ?
and declare it at this address in easylanguage,
Maybe your are starting 2 times Hashnums, at two different address ?
and further more
this is not :
>     DefineDLLFunc:"c:\omega\prog\hashnums.dll", INT, "getAt", LPSTR,LPSTR;
but
>     DefineDLLFunc:"c:\omega\prog\hashnums.dll", FLOAT, "getAt",
LPSTR,LPSTR;
Emmanuel
----- Original Message -----
From: Peter Gibson <peterg@xxxxxxxxxxx>
To: Omega List <omega-list@xxxxxxxxxx>
Sent: Tuesday, January 11, 2000 12:17 PM
Subject: Hashnums
> 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?
>
 |