PureBytes Links
Trading Reference Links
|
Hi
What would be the pb ?
Emmanuel
----- Original Message -----
From: Dave... <denglish@xxxxxxx>
To: evrard_eng <evrard_eng@xxxxxxxxxxxxx>
Sent: Tuesday, January 18, 2000 10:36 AM
Subject: Re: Hashnums
> Hello
>
> Quick question for you; Did you know any experts on the HashNums
> Program... I'm have a small problem with my HashNums32 and wondered
> if you could point me in the right direction...
>
> Many regards
>
>
> Dave.....
>
>
> evrard_eng wrote:
> >
> > 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?
> > >
|