Hello Guest it is March 28, 2024, 08:04:51 AM

Author Topic: async callback functions  (Read 2136 times)

0 Members and 1 Guest are viewing this topic.

async callback functions
« on: January 19, 2010, 10:16:30 PM »
Can I setup asynchronous callback functions from a plugin? I am using Net 4.0 in VS2010. I don't want to open a socket every update but I can't setup listen without a callback and cant declare socket pointers, socket handles or SocketIdentification variables as globals. I also can't declare socket pointers static locally. Any help would be appreciated.