Hello,
I am using sockets on my program. Due to I added the WSAStatup. My application runs fine (It is always up till it gets a signal to stop). After getting the signal it stops te problem that if I write the WSAClenup function at the end of my program it crashes and if I remove it it termintes fine.
Thanks