Modify

#3594 closed Bug (Fixed)

Error in FTPEx.au3, Autoit version 3.3.14.13

Reported by: mochi82@… Owned by:
Milestone: Component: AutoIt
Version: 3.3.14.3 Severity: None
Keywords: Cc:

Description

This error does not exist in 3.3.14.0, haven't checked with intermediate versions.

Line 351 (File "C:\program files\Autoit3\Include\FTPEx.au3)

Return _WinAPI_MakeQWord($ai_FTPGetFileSize[0],$ai_FTPGetFileSize[2])
Return ERROR

Error: Unknown function name.

Code that causes it is for example :

$ftpfilesize =_FTP_FileGetSize ($myFTPconn, $myftpfile)

Attachments (0)

Change History (2)

comment:1 by Melba23, on Feb 18, 2018 at 11:49:00 AM

The _WinAPI_MakeQWord function is found in WinAPIConv.au3 - which library is not called by FTPEx.au3.

Could you please add the following line at the top of your script and see if it works them:

#include <WinAPIConv.au3>

If it does then we will add the missing include to FTPEx.au3.

M23

Edit: I see this has already been done for the next release, so it looks as if my guess was correct!

Last edited on Feb 18, 2018 at 11:51:17 AM by Melba23 (previous) (diff)

comment:2 by Melba23, on Feb 18, 2018 at 11:51:48 AM

Resolution: Fixed
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.