T tseyfarth Member Licensed User Longtime User Sep 29, 2014 #1 Hello all, Can anyone tell me if an update has been performed for NetworkExample1 and 2? The examples listed in the user guide source do not compile. Thank you, Tim
Hello all, Can anyone tell me if an update has been performed for NetworkExample1 and 2? The examples listed in the user guide source do not compile. Thank you, Tim
Erel B4X founder Staff member Licensed User Longtime User Sep 30, 2014 #2 Which error do you get? Upvote 0
T tseyfarth Member Licensed User Longtime User Oct 1, 2014 #3 Sorry for the delayed reply. This is the error message: Parsing code. Error Error parsing program. Error description: Undeclared variable 'client' is used before it was assigned any value. Occurred on line: 49 Client.Connect("127.0.0.1", 5007) Upvote 0
Sorry for the delayed reply. This is the error message: Parsing code. Error Error parsing program. Error description: Undeclared variable 'client' is used before it was assigned any value. Occurred on line: 49 Client.Connect("127.0.0.1", 5007)
Erel B4X founder Staff member Licensed User Longtime User Oct 2, 2014 #4 I see it too. Check the online AsyncStreams example instead: http://www.b4x.com/android/forum/threads/asyncstreams-tutorial.7669/#content Upvote 0
I see it too. Check the online AsyncStreams example instead: http://www.b4x.com/android/forum/threads/asyncstreams-tutorial.7669/#content