Bind() wont work
Hey i cant get bind to work .. i am 100% that i am calling the bind() function right, so i think the problem is more "adv" ...
all that bind dos right now is making the game stop and wait and it wont move along with the code ... i dont get any error value at all ... plz help me with ideas that might fix this
- logout
bind() isn''t a blocking function, it shouldn''t make your game stop. Have you checked the return value? It should be zero if the call completed successfully. Are you positive that the problem is with bind() and not some other part of the code? Maybe you could paste what you''ve got so far...
- Matt
- Matt
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement