Libevent io plugin on windows

Try this link.

https://drive.google.com/file/d/0B1gOZhJ_E8TLUkpXc0p2VWh5QWs/view?usp=sharing

Have you any updates? do you think I am missing any settings for C SDK lcb_create or lcb_connect?

You’re not calling lcb_wait, and you aren’t deferring to any event loop to perform the wait for you.

I tried running your program, but the DEBUG build would fail with various assertions and the RELEASE build kept asking for a config file.

In any event, I was able to set the loglevel in the application (via setting LCB_LOGLEVEL in the environment), and it does indeed seem that the application is not even attempting a network connection.