httputils

caillaud

Member
Licensed User
Longtime User
I find the file http.jar
in programmes\anywheresoftware\basic4andriod\libraries
I need help for loading it in the project and so eliminate:
Error description: Unknown type: httpclient
Are you missing a library reference?
Occurred on line: 6
Dim hc As HttpClient
I dont understand what mean using files tab

sincerely
michel
 

wl

Well-Known Member
Licensed User
Longtime User
you should also have a http.xml file which is needed if you want intellisense in your editor (put in the same folder).

BTW: you can also put your custom libraries in a separate folder, but you must indicate this folder in your IDE settings
 
Upvote 0
Top