GNet problems

BlitzMax Forums/BlitzMax Beginners Area/GNet problems

spacerat(Posted 2007) [#1]
Hello blitz community. Recently I have been looking to program something networked in blitz so I've been looking in to some GNet tutorials. I found that none of the ones on here seemed to compile because the functions GNetAccpet and GNetPeers apparently don't exist. I decided this was probably due to them existing in an older version of GNet or something (although it would be strange to take out a function like that) but then I found and tried the GNet samples in the install directory. The one with the space ship (albiet confusing and in need of a tad more commenting) compiles, but the chat on again has this GNetPeers.

Am I overlooking something here, or are these tutorials ALL trying to use a non-existent function?

EDIT: Whoops. I looked into it further and found out you can just comment those two functions out and things still work... I think that should have been made more obvious in the Blitz documentation though.
EDIT2:--