Re: Problem with APDF 1.09 and Autoit V3.2.3.2
"valery_vi" <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
Yes. I have the same by-product of AutoIt v3.2.3.0, too. You must replace DLLCALL with long result $res = DllCall (@ScriptDir "\apdf.dll", "long", "DeflateLen","str",$p) to $res = DllCall (@ScriptDir "\apdf.dll", "long:cdecl", "DeflateLen","str",$p) I hope it will works for you. Valery --- In [email protected], louvetpatrick <no_reply@...> wrote: > > I have a program which crash with the following instruction : > $res = DllCall(@ScriptDir & "\apdf.dll", "long", "DeflateLen","str",$p) > > This error was not present on version v3.2.2.0 but appears with beta > since V3.2.3.0 . > On beta version if i put SetCompression(false) I haven't any problem > and the program won't carsh. > Is anayone can help me to solve this problem that seems to come from > the parameters. > Tha,ks in advance >