I have a compiled non clarion DLL working. but when I call it more
than one time in a single app instance, it give
differents values in each call with same parameteres, but in a another
instance of app (simultaneously or not) the the first awnser is always
be the same. I think if I can clear the dll allocated memory between
calls it will work, but I don't know how....
someone? :-)
regards,
"Thiago" <tcon...@hotmail.com> wrote in message
news:9be2e085-bd5d-46d4...@k19g2000yqc.googlegroups.com...
so tks
Leonid Chudakov
chud...@klarisoft.com
any ideas?
tks
tks
On Nov 24, 11:27 am, "klaris...@gmail.com" <klaris...@gmail.com>
wrote:
> Does this dll behave differently if you call it from VB for example?
>
> Leonid Chudakov
>
> On Nov 22, 7:30 pm, Thiago <tconr...@hotmail.com> wrote:
>
>
>
> > Hi there,
>
> > I have a compiled non clarion DLL working. but when I call it more
> > than one time in a single app instance, it give
> > differents values in each call with same parameteres, but in a another
> > instance of app (simultaneously or not) the the first awnser is always
> > be the same. I think if I can clear the dll allocated memory between
> > calls it will work, but I don't know how....
>
> > someone? :-)
>
> > regards,- Hide quoted text -
>
> - Show quoted text -
I don't know how to explain that... but the erroe was caused by a
message box then gives the results. When I take it off, every thing
works ok.
It was there to show me results before I made the report....
cheers...