Advertisement

Bind() wont work

Started by November 29, 2002 10:19 AM
0 comments, last by logout 22 years, 2 months ago
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

This topic is closed to new replies.

Advertisement