Question

I am a Visual C++ programmer, mostly worked with USB/Serial communications and some HTTPS through OpenSSL. I am required to update an old VS 2003 project to VS 2010, but I have learned after some Googling that ISAPI was removed from MFC class wizard and they now supply an SDK . Does anyone know where to learn this ? I actually made searches on the internet but I was not luck to find a proper one. Thanks in advance!

Was it helpful?

Solution

You don't need MFC to build an ISAPI extension. Here is a very nice tutorial how to do it just with WinAPI: What is an ISAPI Extension?

OTHER TIPS

This is a workaround to building MFC ISAPI projects in VS2008, but it should work in VS2010 also - http://blogs.msdn.com/b/jpsanders/archive/2007/12/10/chttpserver-not-included-in-visual-studio-2008.aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top