S slowtime Active Member Licensed User Longtime User Sep 16, 2013 #1 Hi, I download the library from http://www.b4x.com/android/forum/th...streams-can-handle-streams-of-any-size.30494/ and saved it only in Libraries and in Additional there is not a copy of it. When I load the source "File transfert" the version of library is 1.32 not 1.5 and if I compile this error is shown B4X: Parsing code. 0.02 Compiling code. Error Error compiling program. Error description: Unknown member: writestream Occurred on line: 89 astream.WriteStream(countingStream, totalSizeForSending) Word: writestream Can you help me. Thanks in advance Ciao
Hi, I download the library from http://www.b4x.com/android/forum/th...streams-can-handle-streams-of-any-size.30494/ and saved it only in Libraries and in Additional there is not a copy of it. When I load the source "File transfert" the version of library is 1.32 not 1.5 and if I compile this error is shown B4X: Parsing code. 0.02 Compiling code. Error Error compiling program. Error description: Unknown member: writestream Occurred on line: 89 astream.WriteStream(countingStream, totalSizeForSending) Word: writestream Can you help me. Thanks in advance Ciao
NJDude Expert Licensed User Longtime User Sep 16, 2013 #2 You have to copy it to the INTERNAL libraries folder not your additional, in fact, it says it on the instructions in the first post. Upvote 0
You have to copy it to the INTERNAL libraries folder not your additional, in fact, it says it on the instructions in the first post.
S slowtime Active Member Licensed User Longtime User Sep 16, 2013 #3 My english is not good enought. I copied only in interal libraries. Upvote 0
S slowtime Active Member Licensed User Longtime User Sep 16, 2013 #4 Solved. I had an Internal folder out of Basic4android folder. Anyway Thanks. Ciao Upvote 0