Android Question Network Example 1&2 do not compile

tseyfarth

Member
Licensed User
Longtime User
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
 

tseyfarth

Member
Licensed User
Longtime User
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
Top