I am using sockets on my program. Due to I added the WSAStartup
.
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 WSACleanup
function at the end of my program it crashes and if I remove it it terminates fine.
Thanks