Hello, I am attempting to write a little server "application" to give a new project of mine a web interface. So after reading the Microsoft SDK I found out about HttpAPI, so I gave it a try.
Unfortunately, even though I took as many precautions as possible, and even followed closely the example code in the SDK. The program doesn't work (see attached server.c file).
So I added breakpoints to my app and debugged it. For some strange reason, once I call HttpReceiveHttpRequest (...) in line 121, the program enters what appears to be an infinite loop, and doesn't continue executing the rest of the lines bellow the call to that function.
One possibility is that I am using HttpApi.lib from the SDK, because I didn't find in under Pelle's library files, which may be causing some odd behavior.
In any case, if anybody can help me, I will appreciate it very very much.