P paiac66 Member Licensed User Jan 4, 2019 #1 Hi Erel, I've update my version to v. 8.80 but my old project says error in "SaxParser" and "HttpJob". I was used okHttpUtils and XmlSax libraries. What I do for correct error? Thanks and excuse me for incorrect language... :-(
Hi Erel, I've update my version to v. 8.80 but my old project says error in "SaxParser" and "HttpJob". I was used okHttpUtils and XmlSax libraries. What I do for correct error? Thanks and excuse me for incorrect language... :-(
DonManfred Expert Licensed User Longtime User Jan 4, 2019 #2 Please post the FULL Errormessage (as text) Upvote 0
P paiac66 Member Licensed User Jan 4, 2019 #3 Errors: Dim ps As SaxParser (missing reference to library) Dim job1 As HttpJob (missing reference to library) In my project (with b$A 8.50) I used XmlSax 1.11 and okHTTPUtils 2 2.70. With B4A 8.80 XmlSan isn't in the list of Libraries. Upvote 0
Errors: Dim ps As SaxParser (missing reference to library) Dim job1 As HttpJob (missing reference to library) In my project (with b$A 8.50) I used XmlSax 1.11 and okHTTPUtils 2 2.70. With B4A 8.80 XmlSan isn't in the list of Libraries.
DonManfred Expert Licensed User Longtime User Jan 4, 2019 #4 paiac66 said: SaxParser Click to expand... It is XmlSax library. check the library in the library tab. It is included as internal library. paiac66 said: Dim job1 As HttpJob (missing reference to library) Click to expand... check okhttputils and okhttp in the libraries tab (they should be included in the installation as internal libraries) Upvote 0
paiac66 said: SaxParser Click to expand... It is XmlSax library. check the library in the library tab. It is included as internal library. paiac66 said: Dim job1 As HttpJob (missing reference to library) Click to expand... check okhttputils and okhttp in the libraries tab (they should be included in the installation as internal libraries)
P paiac66 Member Licensed User Jan 4, 2019 #5 Solved! There was conflict with some libraries in additional library folder, thank you. Upvote 0