F Fabiof New Member Licensed User May 4, 2017 #1 Hello, we created an app that uses the FTP_Auto library (v 1.6) when I compile the app and use the library to retrieve the following error message. What caused this error? thank you Attachments FTP_auto.JPG 206 KB · Views: 323
Hello, we created an app that uses the FTP_Auto library (v 1.6) when I compile the app and use the library to retrieve the following error message. What caused this error? thank you
R ronell Well-Known Member Licensed User Longtime User May 4, 2017 #2 error says Common.ToastMessageShow, i dont see any toastmessage in the code Upvote 0
Erel B4X founder Staff member Licensed User Longtime User May 4, 2017 #3 You will need to recompile the library. If the source code is not available then it will not be possible to use it. Note that you don't really need to use any library other than the Net library to communicate with FTP servers. Upvote 0
You will need to recompile the library. If the source code is not available then it will not be possible to use it. Note that you don't really need to use any library other than the Net library to communicate with FTP servers.